Skip to content

v1.1.0

Latest
Compare
Choose a tag to compare
@esuomi esuomi released this 07 Aug 13:49
9753bd7

Muotti v1.1.0

Muotti is a graph based value transformer library which aims to solve complex value transformation by utilizing a digraph of known transformation steps to produce a final transformer chain which performs the transformation.

See the project README.md for installation and usage instructions etc.

This is the first maintenance release of muotti. The changes are:

  • Muotti is now properly licensed under MIT instead of haphazardly under EPL 2.0 (#20, thanks @jasonjckn !)
  • Global cache has been replaced with per-transformer cache to get rid of cache collisions caused by globally shared state (#21, thanks @jasonjckn !)

Full Changelog: v1.0.0...v1.1.0