Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

Releases: vadimdemedes/mongorito

Embracing ES6 to its fullest

03 Jan 10:00
Compare
Choose a tag to compare

Population in queries

14 Nov 16:24
Compare
Choose a tag to compare
  • Added population to queries
  • Added support for Query API when using Model.remove() method
  • Added support for correct conversion to JSON of models
  • Added created_at and updated_at timestamps

Bugfix release

14 Nov 10:17
Compare
Choose a tag to compare

Was not possible to start a query with Model.skip(5), fixed.

Query API

14 Nov 10:03
Compare
Choose a tag to compare

Implemented Query API. Supported methods:

  • where
  • limit
  • skip
  • sort
  • exists
  • lt
  • lte
  • gt
  • gte
  • in
  • nin
  • and
  • or
  • ne
  • nor

Hooks

14 Nov 10:01
Compare
Choose a tag to compare

Now supporting hooks for create, update, remove and save methods. Kinda of like a middleware.

Mongorito reborn

14 Nov 10:00
Compare
Choose a tag to compare

Mongorito rewritten from scratch to make use of ES6 generators.