Skip to content

Commit

Permalink
chore(changelog): Added auto generated changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
dotansimha committed Nov 2, 2016
1 parent 094b688 commit 80dfa46
Showing 1 changed file with 64 additions and 0 deletions.
64 changes: 64 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,64 @@
<a name="0.4.2"></a>
## 0.4.2 (2016-11-02)

* chore(package.json): bump version ([21ccc90](https://github.com/Urigo/mongo-rxjs-observable/commit/21ccc90))
* chore(scripts): Added build and clean before tests ([bd889de](https://github.com/Urigo/mongo-rxjs-observable/commit/bd889de))
* chore(scripts): Added changelog script ([094b688](https://github.com/Urigo/mongo-rxjs-observable/commit/094b688))
* feat(multiple-subscribers): Applied another solution ([bc789db](https://github.com/Urigo/mongo-rxjs-observable/commit/bc789db))
* feat(multiple-subscribers): Updated dist version and docs ([82b8a09](https://github.com/Urigo/mongo-rxjs-observable/commit/82b8a09))
* feat(multiple-subscribers): Added publishReplay to the created Observable ([31f7698](https://github.com/Urigo/mongo-rxjs-observable/commit/31f7698))



<a name="0.4.1"></a>
## 0.4.1 (2016-11-01)

* chore: bump rxjs dep ([de35ef9](https://github.com/Urigo/mongo-rxjs-observable/commit/de35ef9))
* chore: ship NPM with ES6 modules and UMD bundle (which is referenced in package.json) ([afd95f1](https://github.com/Urigo/mongo-rxjs-observable/commit/afd95f1))
* chore: tests, ts 2.0, types, ci ([e65fefa](https://github.com/Urigo/mongo-rxjs-observable/commit/e65fefa))
* chore(bugfix): Added Tracker.autorun, and fixed issue with "subscribe" and the complete ([55dc88b](https://github.com/Urigo/mongo-rxjs-observable/commit/55dc88b))
* chore(bugfix): Small fix in autorun ([106ffd4](https://github.com/Urigo/mongo-rxjs-observable/commit/106ffd4))
* chore(collection): Added ability to wrap existing Mongo.Collection ([18c384f](https://github.com/Urigo/mongo-rxjs-observable/commit/18c384f))
* chore(collection): Added ability to wrap existing Mongo.Collection ([d49e7bb](https://github.com/Urigo/mongo-rxjs-observable/commit/d49e7bb))
* chore(collection): Changed the method name ([de33898](https://github.com/Urigo/mongo-rxjs-observable/commit/de33898))
* chore(README): Added link to the API docs ([02d6f45](https://github.com/Urigo/mongo-rxjs-observable/commit/02d6f45))
* chore(release): publish 0.2.3 ([17ed794](https://github.com/Urigo/mongo-rxjs-observable/commit/17ed794))
* chore(release): publish 0.4.0 ([3b5bbf6](https://github.com/Urigo/mongo-rxjs-observable/commit/3b5bbf6))
* chore(release): release 0.2.0 ([20f36f7](https://github.com/Urigo/mongo-rxjs-observable/commit/20f36f7))
* chore(release): Release 0.3.0 ([68bc3b6](https://github.com/Urigo/mongo-rxjs-observable/commit/68bc3b6))
* chore(tests): Added npm script for test and test:ci ([d275404](https://github.com/Urigo/mongo-rxjs-observable/commit/d275404))
* chore(tests): Added unit tests for movedTo ([a254b96](https://github.com/Urigo/mongo-rxjs-observable/commit/a254b96))
* chore(tests): Updated tests Meteor version to the latest ([703708f](https://github.com/Urigo/mongo-rxjs-observable/commit/703708f))
* chore(tests): Updated tests scripts ([4beae33](https://github.com/Urigo/mongo-rxjs-observable/commit/4beae33))
* chore(version): bump ([59772ff](https://github.com/Urigo/mongo-rxjs-observable/commit/59772ff))
* feat: initial course code ([e163f52](https://github.com/Urigo/mongo-rxjs-observable/commit/e163f52))
* feat: run subscriber callbacks in the current zone, i.e. zone operator can use most outer zone propa ([ec08c91](https://github.com/Urigo/mongo-rxjs-observable/commit/ec08c91))
* feat(count): Added collectionCount Observable and it's tests ([4b027c6](https://github.com/Urigo/mongo-rxjs-observable/commit/4b027c6))
* feat(jsdoc): Added documentation and build version, and docs generation script ([00e546a](https://github.com/Urigo/mongo-rxjs-observable/commit/00e546a))
* feat(jsdoc): document MeteorObservable class ([c63917d](https://github.com/Urigo/mongo-rxjs-observable/commit/c63917d))
* feat(jsdoc): Document ObservableCollection and ObservableCursor ([4b7391a](https://github.com/Urigo/mongo-rxjs-observable/commit/4b7391a))
* feat(jsdoc): Fixed a typo ([50deb25](https://github.com/Urigo/mongo-rxjs-observable/commit/50deb25))
* feat(jsdoc): Minor fixes for docs generation scripts ([ec051df](https://github.com/Urigo/mongo-rxjs-observable/commit/ec051df))
* feat(jsdoc): Updated docs generation scripts and updated docs ([ded2eff](https://github.com/Urigo/mongo-rxjs-observable/commit/ded2eff))
* feat(jsdoc): Updated documentation ([32413d2](https://github.com/Urigo/mongo-rxjs-observable/commit/32413d2))
* bugfix(moved-to): Added missing callback and handler for moving items inside a collection ([e79af51](https://github.com/Urigo/mongo-rxjs-observable/commit/e79af51))
* bugfix(multiple-subscribers): Attempt to fix the multiple subscribers issue ([ace9c78](https://github.com/Urigo/mongo-rxjs-observable/commit/ace9c78))
* bugfix(multiple-subscribers): Revert :( ([f65a5e4](https://github.com/Urigo/mongo-rxjs-observable/commit/f65a5e4))
* docs: correct readme ([58d9b8f](https://github.com/Urigo/mongo-rxjs-observable/commit/58d9b8f))
* docs: readme ([24dc190](https://github.com/Urigo/mongo-rxjs-observable/commit/24dc190))
* docs: readme ([2830da3](https://github.com/Urigo/mongo-rxjs-observable/commit/2830da3))
* docs: readme ([a7ba861](https://github.com/Urigo/mongo-rxjs-observable/commit/a7ba861))
* docs: readme ([d91c202](https://github.com/Urigo/mongo-rxjs-observable/commit/d91c202))
* docs: readme ([6dda077](https://github.com/Urigo/mongo-rxjs-observable/commit/6dda077))
* docs: readme ([1a7d6d2](https://github.com/Urigo/mongo-rxjs-observable/commit/1a7d6d2))
* docs: readme ([7b43e16](https://github.com/Urigo/mongo-rxjs-observable/commit/7b43e16))
* fix: #14 ([21b1a39](https://github.com/Urigo/mongo-rxjs-observable/commit/21b1a39))
* .gitignore, useful. ([db1fe79](https://github.com/Urigo/mongo-rxjs-observable/commit/db1fe79))
* Add complete() support to zone operator ([dc05322](https://github.com/Urigo/mongo-rxjs-observable/commit/dc05322))
* Correctly reference the typings in package.json to enable imports. ([c836860](https://github.com/Urigo/mongo-rxjs-observable/commit/c836860))
* Fix devDep of rxjs - use beta.12 ([801b134](https://github.com/Urigo/mongo-rxjs-observable/commit/801b134))
* Fixed typo. ([5c7c3a5](https://github.com/Urigo/mongo-rxjs-observable/commit/5c7c3a5))
* refactor: rename package to meteor-rxjs ([aff3619](https://github.com/Urigo/mongo-rxjs-observable/commit/aff3619))



0 comments on commit 80dfa46

Please sign in to comment.