All Versions
253
Latest Version
Avg Release Cycle
7 days
Latest Release
16 days ago

Changelog History
Page 24

  • v4.1.0 Changes

    June 07, 2017

    ๐Ÿ”‹ Features:

    ๐Ÿ›  Bugfixes:

    • QueryCache returns old RxQuery when .regex() is used #190
    • RxDocument.resync() was broken 174

    Other:

    • Throw error if RxQuery.sort() runs on field which is not in the schema #146
    • extract watchForChanges to allow custom sync-operations #197
    • Added travis-ci
  • v4.0.2 Changes

    May 17, 2017

    ๐Ÿ›  Bugfixes:

    • Ensure es6-build does not contain es7-features
    • Ensure everything works after using UglifyJs
  • v4.0.1 Changes

    May 17, 2017

    ๐Ÿ›  Bugfixes:

    • jsnext:main and module now point to es6 instead of es7-stage-0 commit issue
    • Sort on primary fails without non-id primary commit
    • QueryChangeDetection breaks on no-resort-optimisation commit
  • v4.0.0 Changes

    May 05, 2017

    ๐Ÿ’ฅ Breaking:

    • RxQuery's are now immutable
    • RxQuery.$ does not emit null when running
    • RxQuery will sort by primary (ASC) as default

    ๐Ÿ”‹ Features:

    Other:

    • upgraded to pouchdb v6.2.0
    • re-executing queries while nothing happend to the collection, is now fetched
  • v3.0.8 Changes

    April 20, 2017

    ๐Ÿ›  Bugfixes:

    • findOne().$ did not have limit:1
    • findOne(string).$ streams all documents when _id as primary
  • v3.0.7 Changes

    April 10, 2017

    ๐Ÿ›  Bugfixes:

    • Fixed es6-imports for webpack-builds
  • v3.0.6 Changes

    March 29, 2017

    ๐Ÿ”‹ Features:

    Other:

    • improved typings
  • v3.0.5 Changes

    March 21, 2017

    ๐Ÿ›  Bugfixes:

    • overwrites default selector on RxQuery.sort()

    Other:

    • Refactor RxQuery for better performance
    • Refactor mquery for smaller build
    • More tests for RxQuery
  • v3.0.4 Changes

    March 12, 2017

    ๐Ÿ›  Bugfixes:

    • Vuejs runs populate-getter on changedetection #75
    • isDeepEqual does not work correctly for Arrays #76
    • wrong storageEngine in the typings
  • v3.0.3 Changes

    March 06, 2017

    ๐Ÿ”‹ Features:

    ๐Ÿ›  Bugfixes: