Skip to content

Releases: elder-orm/core

v1.8.0

Choose a tag to compare

@digitalsadhu digitalsadhu released this 09 Sep 21:57

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

Choose a tag to compare

@digitalsadhu digitalsadhu released this 09 Sep 13:24

1.7.1 (2017-09-09)

Bug Fixes

  • package: update jest to version 21.0.2 (a5dfa4e), closes #34

v1.7.0

Choose a tag to compare

@digitalsadhu digitalsadhu released this 02 Sep 20:43

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

Choose a tag to compare

@digitalsadhu digitalsadhu released this 01 Sep 10:03

1.6.0 (2017-09-01)

Bug Fixes

Features

  • models: Add static model methods for crud operations (c58cff7)

v1.5.0

Choose a tag to compare

@digitalsadhu digitalsadhu released this 31 Aug 20:43

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

Choose a tag to compare

@digitalsadhu digitalsadhu released this 30 Aug 19:39

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

Choose a tag to compare

@digitalsadhu digitalsadhu released this 28 Aug 13:18

1.3.0 (2017-08-28)

Features

  • types: Improve and test boolean type (176e84e)

v1.2.0

Choose a tag to compare

@digitalsadhu digitalsadhu released this 28 Aug 07:54

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

Choose a tag to compare

@digitalsadhu digitalsadhu released this 25 Aug 08:57

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)