Skip to content

Files

Latest commit

 

History

History
92 lines (53 loc) · 2.44 KB

CHANGELOG.md

File metadata and controls

92 lines (53 loc) · 2.44 KB

Change log

master (unreleased)

New features

Bug fixes

Changes

3.0.0 (2023-04-06)

Changes

  • Upgrade mongo dependency to support version 2.14.1

v2.1.0 (2019-05-10)

Changes

v2.0.1 (2017-10-24)

Bug fixes

  • Minidoc::ReadOnly should support per-class connection and database overrides, same as normal classes. (@wfleming)

v2.0.0 (2017-05-02)

New features

  • Association methods that raise when the document is not found (@pbrisbin)

Changes

v1.0.1 (2016-10-31)

Bug fixes

  • Updated updated_at when enabled from all setter methods. (@wfleming)

v1.0.0 (2016-10-27)

No changes! Same as v1.0.0.rc2

🎉

v1.0.0.rc2 (2016-10-26)

New features

  • Allow omitting selectors to finder methods. (@maxjacobson)

Bug fixes

  • Minidoc#reload will raise Minidoc::DocumentNotFoundError when the document no longer exists, rather than a nil error. (@maxjacobson)

Changes

  • Make Minidoc.wrap and Minidoc.from_db private. (@maxjacobson)

v1.0.0.rc1 (2016-09-29)

New features

Bug fixes

  • #26: Improve performance of Minidoc.exists?. (@wfleming)
  • #31: Fix save dropping some attributes. (@nporteschaikin)
  • Improve errors when the user has forgotten to provide database connection information. (@maxjacobson)

Changes

v0.0.1 (2016-09-28)

Minidoc was originally created by @brynary and has been used in production extensively at Code Climate. This is the first version released to rubygems.