Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: pubnub/javascript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.18.0
Choose a base ref
...
head repository: pubnub/javascript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.19.0
Choose a head ref
  • 5 commits
  • 25 files changed
  • 2 contributors

Commits on Nov 27, 2017

  1. add missing flow types (#116)

    ManuelFernando authored and MaxPresman committed Nov 27, 2017
    Configuration menu
    Copy the full SHA
    f45dbbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    96544ec View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2017

  1. Thomasconner add nativescript support (#117)

    * Add NativeScript support
    
    * Add tests for NativeScript
    
    * Replace React-Native with NativeScript in NativeScript tests
    
    * Fix support for nativescript
    
    * Add tasks for to gulpfile for nativescript
    
    * Create dist for nativescript
    
    * Update .gitignore for nativescript
    
    * Remove NativeScript dist bundle
    
    * Use NativeScript http module
    
    * Remove some Gulp tasks related to NativeScript
    
    * Update compiled modules
    
    * Update dist bundles
    
    * Replace all uses of uuid with lil-uuid
    
    * Fix error detection for NartiveScript network module
    
    * Check if abort is a function before calling it
    
    Some platforms don't return an object that contains an abort function to cancel network requests. This change checks if an abort function is available before calling it.
    
    * Update all the builds
    
    * add entry point to app with Native Script
    
    * resolve eslint issues
    
    * add operation delete to native script
    
    * remove multi-spaces
    ManuelFernando authored and MaxPresman committed Dec 4, 2017
    Configuration menu
    Copy the full SHA
    b9f2209 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2017

  1. Configuration menu
    Copy the full SHA
    d501af9 View commit details
    Browse the repository at this point in the history
  2. v4.19.0

    ManuelFernando committed Dec 5, 2017
    Configuration menu
    Copy the full SHA
    6e58db1 View commit details
    Browse the repository at this point in the history
Loading