Skip to content
This repository was archived by the owner on Jul 21, 2019. It is now read-only.

Latest commit

 

History

History
48 lines (33 loc) · 1.02 KB

File metadata and controls

48 lines (33 loc) · 1.02 KB

0.5.3 / 2014-05-03

  • Migrated tests to Mocha. Thanks to @jonstorer
  • Added TravisCI

0.5.2 / 2014-04-18

  • Lint code for readability

0.5.1 / 2014-04-18

  • Edit README

0.5.0 / 2014-04-18

  • Fix JS tests. Thanks to jonstorer #5
  • Fix TypeError on Query. Thanks to Tolsi #3

0.4.0 / 2011-09-01

  • Added; populate method
  • Added: build method
  • Added: append method
  • Added: concat method

0.3.0 / 2011-08-31

  • Added; find method to fetch children documents
  • Changed; tests from vows to expresso/should

0.2.0 / 2011-08-31

  • Added; support for "has and belongs to many" relationships
  • Added; failing tests for "one to one" relationships
  • Fixed; a few tests that didn't make sense, some of the lexicon too

0.1.0 / 2011-08-30

  • Added; support for "one to many" relationships
  • Added; create method for child documents