Skip to content

Release 1.0.4

Compare
Choose a tag to compare
@JanHolger JanHolger released this 03 Sep 20:06
· 32 commits to master since this release
e6d897b

Added:

  • Added a toTree method that joins the key segments
  • Added a "use" helper method to allow executing code in the chaining flow

Fixed:

  • Disabled coercing errors for AbstractNull to replicate the previous behavior
  • Fixed the DateMapper

Required Changes:

  • The removal of AbstractMapper was delayed because of several issues with the last release and is now planned for the next release. If you are still using it, make sure to replace it by the new Mapper class.