@reactivex/ix-es2015-cls
Advanced tools
Comparing version 1.9.9 to 2.0.0
@@ -0,1 +1,6 @@ | ||
# Change Log | ||
All notable changes to this project will be documented in this file. | ||
See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. | ||
<a name="2.0.0"></a> | ||
@@ -5,2 +10,8 @@ # 2.0.0 (2017-08-16) | ||
<a name="2.0.0"></a> | ||
# 2.0.0 (2017-08-16) | ||
### Bug Fixes | ||
@@ -23,4 +34,1 @@ | ||
* **zip:** Make it parallel as possible ([c505389](https://github.com/ReactiveX/IxJS/commit/c505389)) | ||
{ | ||
"main": "Ix.js", | ||
"name": "@reactivex/ix-es2015-cls", | ||
"version": "1.9.9", | ||
"version": "2.0.0", | ||
"description": "The Interactive Extensions for JavaScript", | ||
@@ -28,2 +28,2 @@ "author": "Matthew Podwysocki <matthewp@microsoft.com>", | ||
} | ||
} | ||
} |
@@ -15,3 +15,3 @@ [![Build Status](https://travis-ci.org/ReactiveX/IxJS.svg?branch=master)](https://travis-ci.org/ReactiveX/IxJS) | ||
``` | ||
(also read about how we [package IxJS](https://github.com/ReactiveX/IxJS#packaging) below) | ||
(also read about how we [package IxJS](#packaging) below) | ||
@@ -348,2 +348,3 @@ ## `Iterable` | ||
```sh | ||
npm install @reactivex/ix-es5-cjs # ES5 CommonJS target | ||
@@ -361,2 +362,3 @@ npm install @reactivex/ix-es5-esm # ES5 ESModules target | ||
npm install @reactivex/ix-esnext-cls # ESNext Google Closure Compiler target | ||
``` | ||
@@ -363,0 +365,0 @@ ### Why do we package like this? |
2140978
390