This repository has been archived by the owner on Sep 30, 2024. It is now read-only.
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