Skip to content

Latest commit

 

History

History
46 lines (25 loc) · 1020 Bytes

CHANGELOG.md

File metadata and controls

46 lines (25 loc) · 1020 Bytes

v0.2.0 2017-04-07

Added

  • Added Relation#by_pk for compatibility with rom-repo's command compiler (flash-gordon)
  • Support for inferring relations from collection list (flash-gordon)
  • Support for ordered queries with Relation#order (flash-gordon)

Changed

  • Updated to use official mongo driver (kwando)
  • Dataset uses origin's queryable interface now rather than forwarding to collection (kwando)

Compare v0.1.0...v0.2.0

v0.1.0 2014-12-23

Update to work with ROM 0.6.0

Changed

  • Updated to work with latest ROM (splattael)

v0.0.3 2014-12-31

Added

  • Support for header (solnic)

Changed

  • Updated to work with latest ROM (solnic)

Compare v0.0.2...v0.0.3

v0.0.2 2014-12-06

Added

  • Command API (solnic)

Compare v0.0.1...v0.0.2

v0.0.1 2014-11-25

First public release