Releases: codeclimate/minidoc
Releases · codeclimate/minidoc
v2.1.0
v2.0.0
New features
Association methods that raise when the document is not found.
Changes
Removed transaction support.
v1.0.0
No changes since v1.0.0.rc2. Please see the changelog for more details about upgrading.
v1.0.0.rc2
New features
- Allow omitting selectors to finder methods.
Bug fixes
Minidoc#reload
will raiseMinidoc::DocumentNotFoundError
when the document no longer exists, rather than a nil error.
Changes
- Make
Minidoc.wrap
andMinidoc.from_db
private.
v1.0.0.rc1
v1.0.0.rc1 (2016-09-29)
Diff: v0.0.1...v1.0.0.rc1
New features
- #24: Add
Minidoc.all
. (@pbrisbin) - #24: Add
Minidoc.find_one!
. (@pbrisbin) - #28: Add
Minidoc.find_one_or_initialize
. (@nporteschaikin) - #32: Infer class names for associations when not provided. (@wfleming)
Bug fixes
- #26: Improve performance of
Minidoc.exists?
. (@wfleming) - #31: Fix
save
dropping some attributes. (@nporteschaikin) - #35: Improve errors when the user has forgotten to provide database connection information. (@maxjacobson)