Skip to content

Releases: cycle/entity-behavior

1.3.1

09 Aug 11:47
9b7ad13
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 1.3.0...1.3.1

1.3.0

08 Feb 19:36
fd6de37
Compare
Choose a tag to compare

What's Changed

  • Add declaring generated fields in ORM Schema by @msmakouz in #31

Full Changelog: 1.2.0...1.3.0

1.2.0

19 May 14:01
891fd97
Compare
Choose a tag to compare

What's Changed

  • Fix field type checking on its creating by @msmakouz in #29
  • Add the ability to check schema defaults by @msmakouz in #30

Full Changelog: 1.1.1...1.2.0

1.1.1

18 Feb 22:56
60cc56f
Compare
Choose a tag to compare

What's Changed

  • Type error fix for optimistic lock with embeddable entity by @wpdmitry in #24

New Contributors

Full Changelog: 1.1.0...1.1.1

1.1.0

20 Jan 13:05
5002a53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.0...1.1.0

1.0.0

22 Dec 16:46
d4aebdd
Compare
Choose a tag to compare

First release

Add behaviors:

  • CreatedAt
  • OptimisticLock
  • SoftDelete
  • UpdatedAt
  • EventListener
  • Hook
    Add EventDrivenCommandGenerator with custom event dispatcher.
    Supported events: OnCreate, OnDelete and OnUpdate

New Contributors

Full Changelog: https://github.com/cycle/entity-behavior/commits/1.0.0