Socket
Socket
Sign inDemoInstall

camo

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

camo - npm Package Versions

134

0.11.0

Diff

Changelog

Source

0.11.0 (2015-12-15)

Features:

  • --harmony-proxies flag is no longer required
  • Class names now declared in static collectionName(). Declaration through constructor is depracated (#16)
  • Added new required schema property (#18 and #19) Bugfixes:
  • Fixed some inconsistencies with id aliasing (partial fix to #20)
scottwrobinson
published 0.10.0 •

Changelog

Source

0.10.0 (2015-11-12)

Features:

  • Added support for setting the 'unique' index on a field
  • Added support for specifying which reference fields should be populated in loadOne() and loadMany() Bugfixes:
  • Fixed issue in isNativeId where we weren't returning a proper Boolean.
scottwrobinson
published 0.9.1 •

Changelog

Source

0.9.1 (2015-11-06)

Features:

  • Added support for testing in travis-ci.org Bugfixes:
  • Fixed issue #10 where IDs in queries had to be ObjectId. Now string IDs are automatically cast to ObjectId.
scottwrobinson
published 0.9.0 •

Changelog

Source

0.9.0 (2015-10-30)

Features:

  • Added support for sort option on .loadMany()
  • Added support for limit option on .loadMany()
  • Added support for skip option on .loadMany()
  • Added .toJSON() to Document and EmbeddedDocument for serialization
  • Updated 'engines' property to '>=2.0.0' in package.json Bugfixes:
  • Fixed issue #14 where Documents couldn't be initialized with an array of EmbeddedDocument objects via .create()
scottwrobinson
published 0.8.0 •

Changelog

Source

0.8.0 (2015-10-12)

Features:

  • Added support for custom validation on schemas via validate property Bugfixes:
  • Fixed issue #9 where no member values could be set as undefined
scottwrobinson
published 0.7.1 •

Changelog

Source

0.7.1 (2015-08-21)

Bugfixes:

  • Fixed issue #8 where virtual setters were not used on initialization
  • loadMany() now loads all documents if query is not provided
  • deleteMany() now deletes all documents if query is not provided
scottwrobinson
published 0.7.0 •

Changelog

Source

0.7.0 (2015-08-18)

Features:

  • Added loadOneAndUpdate static method to Document class
  • Added loadOneAndDelete static method to Document class
scottwrobinson
published 0.6.0 •

Changelog

Source

0.6.0 (2015-08-10)

Features:

  • Added in-memory support for NeDB
  • Added regex validator to Document
scottwrobinson
published 0.5.7 •

Changelog

Source

0.5.7 (2015-08-06)

Bugfixes:

  • Fixed issue where schema() wasn't canonicalizing schema definitions.
  • Updated README to show an example of using schema().
scottwrobinson
published 0.5.6 •

Changelog

Source

0.5.6 (2015-07-20)

Features:

  • README additions
  • New test for overriding schemas
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