Skip to content

1.0.7

Latest
Compare
Choose a tag to compare
@wouterbeek wouterbeek released this 21 Apr 11:09
· 2 commits to master since this release

1.0.7 (2021-04-21)

This release changes the behavior for non-implemented literal to/from value transformations. In the past non-implemented transformations would emit an exception, but this makes it more difficult to extend the transformation functionality.

This release uses Prolog failure to allow calling code to try to transform using a standard transformation, and use its own custom transformation in case none of the standard ones works.