Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

rxdb

Package Overview
Dependencies
Maintainers
1
Versions
575
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rxdb - npm Package Versions

1
58

3.0.8

Diff

Changelog

Source

3.0.8 (April 20, 2017)

Bugfixes:

  • findOne().$ did not have limit:1
  • findOne(string).$ streams all documents when _id as primary
pubkey
published 3.0.7 •

Changelog

Source

3.0.7 (April 10, 2017)

Bugfixes:

  • Fixed es6-imports for webpack-builds
pubkey
published 3.0.6 •

Changelog

Source

3.0.6 (March 29, 2017)

Features:

  • Population can now be done on arrays

Other:

  • improved typings
pubkey
published 3.0.5 •

Changelog

Source

3.0.5 (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
pubkey
published 3.0.4 •

Changelog

Source

3.0.4 (March 12, 2017)

Bugfixes:

  • Vuejs runs populate-getter on changedetection #75
  • isDeepEqual does not work correctly for Arrays #76
  • wrong storageEngine in the typings
pubkey
published 3.0.3 •

Changelog

Source

3.0.3 (March 6, 2017)

Features:

Bugfixes:

pubkey
published 3.0.2 •

Changelog

Source

3.0.2 (March 2, 2017)

Bugfixes:

  • compound-index not being created #68
pubkey
published 3.0.1 •

Changelog

Source

3.0.1 (March 2, 2017)

Bugfixes:

  • new document does not get new state on remove-reinsert #66
pubkey
published 3.0.0 •

Changelog

Source

3.0.0 (February 27, 2017) BREAKING

Features:

Bugfixes:

  • running RxDocument().save() twice did not work

Breaking:

  • Collection-names must match ^[a-z][a-z0-9]*$ Fixes #45
  • RxDB.create has new api with destructuring see
  • RxDatabase.collection() has new api with destructuring see
  • schema-fieldnames must match the regex: ^[a-zA-Z][[a-zA-Z0-9_]*]?[a-zA-Z0-9]$
  • RxDatabase.collection() only to create collection, use myDatabase.heroes to get existing one
  • RxDB.create() multiInstance is now true by default
  • rxjs and babel-polyfill are now peerDependencies
pubkey
published 2.0.5 •

Changelog

Source

2.0.5 (February 25, 2017)

Features:

  • possibility to add pouchSettings when creating a collection
  • typings compatible with noImplicitAny Typescript projects
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc