Clowne v1.0.0 Release Notes

Release Date: 2019-02-26 // about 5 years ago
  • ๐Ÿ”„ Changed resulting API of cloning. For now, Cloner returns individual operation object and provides simple methods to manipulate with it. See more in docs

    NOTE: the old API method (e.g. save) is still working, but deprecated (you'll see a notice).

    ๐Ÿ‘€ Implemented DSL to manipulate with already persisted records after the main cloning flow (inspired by #19). See more in docs

    If you are using old Clowne version, see migration guide

    Other

    • ๐Ÿ‘€ Mapper as a customizable mechanism to restore broken relations while after_persist execution. See more in docs