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

js-data-rethinkdb

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-data-rethinkdb - npm Package Versions

1345

3.0.0-beta.2

Diff

Changelog

Source

3.0.0-beta.2 - 29 April 2016

Breaking changes
  • How you must now import in ES2015:

    import RethinkDBAdapter from 'js-data-rethinkdb'
    const adapter = new RethinkDBAdapter()
    

    or

    import {RethinkDBAdapter, version} from 'js-data-rethinkdb'
    console.log(version)
    const adapter = new RethinkDBAdapter()
    
  • How you must now import in ES5:

    var JSDataRethinkDB = require('js-data-rethinkdb')
    var RethinkDBAdapter = JSDataRethinkDB.RethinkDBAdapter
    var adapter = new RethinkDBAdapter()
    
  • OPERATORS is now an export, not a static property of the RethinkDBAdapter class.

  • Moved some dist files to release to reduce noise

Other
  • Upgraded dependencies
  • Improved JSDoc comments
  • Now using js-data JSDoc template
jdobry
published 3.0.0-beta.1 •

Changelog

Source

3.0.0-beta.1 - 17 April 2016

Official v3 beta release

Other
  • Upgraded dependencies
jdobry
published 3.0.0-alpha.13 •

Changelog

Source

3.0.0-alpha.13 - 17 March 2016

Backwards incompatible API changes
  • Added sum and count methods
jdobry
published 3.0.0-alpha.12 •

Changelog

Source

3.0.0-alpha.12 - 10 March 2016

Other
  • Moved more common adapter functionality into js-data-adapter
jdobry
published 3.0.0-alpha.11 •

Changelog

Source

3.0.0-alpha.11 - 06 March 2016

Backwards compatible bug fixes
  • create() now makes use of withoutRelations()
  • More use of Adapter#respond() more consistent
jdobry
published 3.0.0-alpha.10 •

Changelog

Source

3.0.0-alpha.10 - 06 March 2016

Backwards compatible API changes
  • Now making use of makeHasManyForeignKeys
jdobry
published 3.0.0-alpha.8 •

Changelog

Source

3.0.0-alpha.8 - 06 March 2016

Other
  • Extracted common adapter functionality into js-data-adapter
  • Extracted common js-data repo utility scripts into js-data-repo-tools
jdobry
published 3.0.0-alpha.7 •

Changelog

Source

3.0.0-alpha.7 - 03 March 2016

Backwards compatible API changes
  • Added RethinkDBAdapter.extend
jdobry
published 3.0.0-alpha.6 •

Changelog

Source

3.0.0-alpha.6 - 01 March 2016

Backwards compatible bug fixes
  • Couple of fixes based on the latest js-data-adapter-tests
jdobry
published 3.0.0-alpha.5 •

Changelog

Source

3.0.0-alpha.5 - 27 February 2016

Backwards compatible API changes
  • Added ability to override query operators used by RethinkDBAdapter#filterSequence.
Other
  • Improved JSDoc comments.
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