Releases: elder-orm/core
Releases · elder-orm/core
v1.8.0
Compare
Sorry, something went wrong.
No results found
1.8.0 (2017-09-09)
Features
types: Pass options object through to type hooks (1e0c7d0 )
types: Support options object/param in type decorator (030338e )
v1.7.1
Compare
Sorry, something went wrong.
No results found
1.7.1 (2017-09-09)
Bug Fixes
package: update jest to version 21.0.2 (a5dfa4e ), closes #34
v1.7.0
Compare
Sorry, something went wrong.
No results found
1.7.0 (2017-09-02)
Bug Fixes
models: Remove TODO to make codeclimate happy (d947c29 )
Features
models: Add ability to define a default value for model props (7fdb789 )
types: Inform user when default model props are set incorrectly (02b9058 )
v1.6.0
Compare
Sorry, something went wrong.
No results found
1.6.0 (2017-09-01)
Bug Fixes
Features
models: Add static model methods for crud operations (c58cff7 )
v1.5.0
Compare
Sorry, something went wrong.
No results found
1.5.0 (2017-08-31)
Features
models: Add and test additional methods (c7d94e4 )
models: Improve methods, improve test coverage (b7430cb )
models: Refactor, add new apis to models (327b48d )
v1.4.0
Compare
Sorry, something went wrong.
No results found
1.4.0 (2017-08-30)
Bug Fixes
types: Fix type meta being defined incorrectly (0ab26b1 )
Features
types: Implement and test basic date type (e0fefde )
types: Improvements to date type (ba49be7 )
v1.3.0
Compare
Sorry, something went wrong.
No results found
1.3.0 (2017-08-28)
Features
types: Improve and test boolean type (176e84e )
v1.2.0
Compare
Sorry, something went wrong.
No results found
1.2.0 (2017-08-28)
Bug Fixes
Model: Fixes a regression bug where types were being bypassed entirely (ad89b73 )
Features
adapter: Add create and update record methods (e4f1440 )
adapter: Add new methods and test (0ab7db9 )
adapter: Improve error messaging around failing db connection (170f9dd )
types: Improve and test string type (64c90a2 )
types: Improve number type and add tests (8e55be9 )
v1.1.0
Compare
Sorry, something went wrong.
No results found
1.1.0 (2017-08-25)
Features
collection: Add create method (959ef01 )
setup: Add support for defining types using Elder.create (8aa759d )
source: Add prototype source code (0daebb1 )
source files: Flesh out classes and methods (0952aeb )