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

js-data

Package Overview
Dependencies
Maintainers
2
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

js-data - npm Package Versions

13
15

3.0.5

Diff

Changelog

Source

3.0.5 - 2 December 2018

Bug fixes
  • [#530] - Fixes #530 fire remove event
coryrobinson42
published 3.0.4 •

Changelog

Source

3.0.4 - 28 September 2018

Bug fixes
  • [#523] - Fixes #522
crobinson42
published 3.0.3 •

Changelog

Source

3.0.3 - 18 August 2018

Bug fixes
  • [#499] - Fixes #498. Thanks @mikeu
jdobry
published 3.0.2 •

Changelog

Source

3.0.2 - 13 February 2018

Bug fixes
  • [#493] - Fixes #416. Thanks @lumimies
jdobry
published 2.10.1 •

jdobry
published 3.0.1 •

Changelog

Source

3.0.1 - 18 August 2017

Backwards compatible changes
  • Exposed the makeDescriptor method on the Schema class.
Bug fixes
  • Fixes some missing definitions in dist/js-data.d.ts.
Other
  • Upgraded dependencies.
jdobry
published 3.0.0 •

Changelog

Source

3.0.0 - 01 July 2017

v3 Stable Release

Bug fixes
  • [#473] - Fixes #471 by @Tronix117
jdobry
published 3.0.0-rc.9 •

Changelog

Source

3.0.0-rc.9 - 22 February 2017

Bug fixes
  • Schema#pick no longer incorrectly infers values for objects and arrays
jdobry
published 3.0.0-rc.8 •

Changelog

Source

3.0.0-rc.8 - 21 February 2017

Breaking changes
  • #445
    • The strict option has been removed from the toJSON methods. The methods now rely wholly on Schema#pick for strictness, and assumes the original strict: false behavior if no schema is defined.
    • Schema#pick now copies properties not defined in the "properties" keyword if the "additionalProperties" keyword is present and truthy.
    • Mappers are no longer given an empty schema if no schema is provided
Bug fixes
  • #446 - fix(Collection): Add noValidate option to Collection#add, by @ivanvoznyakovsky
jdobry
published 3.0.0-rc.7 •

Changelog

Source

3.0.0-rc.7 - 29 January 2017

Bug fixes
  • #433 - Collection#add is missing a "silent" option
Backwards compatible changes
  • Added a emitRecordEvents option to Collection which defaults to true
Other
  • Moved Babel config from package.json to .babelrc
  • Upgraded devDependencies
  • Added a yarn.lock file
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