Skip to content

Latest commit

 

History

History
182 lines (159 loc) · 17.1 KB

CHANGELOG.md

File metadata and controls

182 lines (159 loc) · 17.1 KB

0.4.9 (2018-03-17)

  • bug fixes (85383ed)
  • bump version (da88a37)
  • change rxjs imports to best practice for better performance (f4887a5)
  • fix version bump (6b8fead)
  • fixes (05d1e67)
  • make dependencies compatible with both angular and meteor (bcdc720)
  • removed old tslint config (e6530b2)
  • Replace 'meteor-typings' with '@types/meteor' (791ba31)
  • rollup configuration fixed (23d1ea5)
  • Store subscriptionIds to handle re-subscriptions (8ddd5f1)
  • try to fix meteor typings issue (e1eb411)
  • Update documentation for MeteorObservable (c7816ba)
  • update README.md (a67078c)
  • update rollup.config.js (a5c4565)
  • update test script (e0ff15c)
  • updated all deps and some minor fixes (58b0fda)
  • updated changelog (cb9697f)
  • refactor(deps): renovate pin dependencies packages (b967636)
  • fix: return empty array when find yield no results (b09c6af)

0.4.8 (2017-09-13)

  • updated all dependencies
  • updated tests project to latest Meteor version
  • Fix: return empty array when find yield no results #103
  • Fix multiple MeteorObservable.subscribe calls with identical arguments #76

0.4.7 (2016-12-21)

  • chore: add ref to the main ES6 module in package.json (for bundling) (b5f7bab)
  • chore: remove browser from package.json (not needed) (6b30a15)
  • chore(bithound): fixed unused (7353c76)
  • chore(bithound): ignore examples directory (00f6712)
  • chore(bithound): ignore zone.js (2364061)
  • chore(build): fixed build (28ac86a)
  • chore(dependencies): cleanup and generated dist (f4debe4)
  • chore(dependencies): updated tslint (d979b06)
  • chore(deps): update rxjs (48967df)
  • chore(license): add license file (edf365c)
  • chore(package): update @types/mocha to version 2.2.34 (5de0f13)
  • chore(package): update @types/underscore to version 1.7.34 (54b6e15)
  • chore(package): update @types/underscore to version 1.7.35 (2962f0e)
  • chore(package): update @types/underscore to version 1.7.36 (f863cc9)
  • chore(package): update es6-shim to version 0.35.2 (7a69239)
  • chore(package): update rollup to version 0.36.4 (5f727a5)
  • chore(package): update rollup to version 0.37.0 (d00522e)
  • chore(package): update rollup to version 0.37.1 (24cd297)
  • chore(package): update tslint to version 4.0.1 (36aecea)
  • chore(package): update tslint to version 4.1.0 (cb0d60a)
  • chore(package): update typescript to version 2.0.10 (daacf21)
  • chore(package): update typescript to version 2.1.4 (1226d43)
  • chore(package): update zone.js to version 0.7.3 (4aec29a)
  • chore(package): update zone.js to version 0.7.4 (4a322e3)
  • chore(sourcemap): added missing source map files (4d62b9c)
  • chore(types): some minor fixes for new typings (cc7215c)
  • release(0.4.6): release new version (e7210b3)
  • tests(version): updated meteor version for tests project (a041b6d)
  • removed old tslint config (e6530b2)
  • Replace 'meteor-typings' with '@types/meteor' (b0d35e1)
  • Update documentation for MeteorObservable (c7816ba)
  • docs(MeteorObservable): Generated new docs (0b56dd6)

0.4.5 (2016-11-15)

  • chore(changelog): Minor fix (49049a9)
  • chore(changelog): updated changelog (ec411b5)
  • chore(changelog): Updated changelog files (025e825)
  • chore(compiler): fixed compiler version (1d9cb43)
  • chore(package): added greenkeeper config (385c8c5)
  • chore(package): update @types/mocha to version 2.2.33 (947f930)
  • chore(package): update typescript to version 2.0.9 (05e2320)
  • chore(README): Added npm version badge (5e142cf)
  • chore(tests): added yarn lock file to tests app (8edbe83)
  • chore(tests): fixes for missing package dependency (572db5a)
  • chore(tests): reverted yarn from tests app (ab7da65)
  • chore(tests): updated tests application to use latest Meteor (c3e40f6)
  • chore(version): bump (fbdddb9)
  • chore(yarn): use yarn and added missing typings file (ffdaa8f)

0.4.4 (2016-11-09)

  • chore(changelog): update CHANGELOG (b3584de)
  • chore(changelog): updated based on commits (88e11a6)
  • chore(npmignore): Added npm ignore file (b914e13)
  • chore(package): update dependencies (2296123)

0.4.3 (2016-11-03)

  • chore(changelog): Added auto generated changelog (80dfa46)
  • chore(lint): Added bitHound badges (7c034f1)
  • chore(lint): Added bitHound, Updated dependencies and lint issues (36dfe7f)
  • chore(package.json): bump version (21ccc90)
  • chore(README): Updated badge (efbd509)
  • chore(release): bump (c6f9bba)
  • chore(scripts): Added build and clean before tests (bd889de)
  • chore(scripts): Added changelog script (094b688)
  • chore(scripts): Removed typings script (3060b1e)
  • chore(travis): Fixes for global modules (0528ac0)
  • chore(typescript): Removed typings from travis script (424001c)
  • chore(typescript): Replace typings with @types and fixed TS issues (ae96888)
  • bugfix(types): Fixes array type of Observable in find() (7a3f0f5)
  • ci(README): Added ci badge to README (bb2f480)
  • ci(travis): Added missing npm globals (3c92baa)
  • ci(travis): Added missing npm install (cad2a94)
  • ci(travis): Added missing package (3802b70)
  • ci(travis): Added pre test to the ci script (5ba3396)
  • ci(travis): remove cache (9b566ca)
  • ci(travis): Updated travis file (a12f42d)
  • ci(travis): Updated travis file (34dcc3e)
  • docs(script): small fix (02306d8)
  • examples(angular2): Added angular2+meteor-ngrx with OnPush example (9d97b51)
  • feat(multiple-subscribers): Applied another solution (bc789db)
  • feat(multiple-subscribers): Updated dist version and docs (82b8a09)
  • feat(multiple-subscribers): Added publishReplay to the created Observable (31f7698)

0.4.1 (2016-11-01)

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