- Add support for custom property namers.
- BC Break: changed ReferenceNamer interface
getPrefix
intogetReference
to allow non-numeric keys in namers - Add compatibility for newer versions of required libraries
- Enable strict type checking in all cases in ValueVisitor. Add option to disable it. (reported by nedlukies)
- Avoid creating new object instances without constructor args (chalasr)
- Do not ignore alternative generation strategies for identifiers (spinx)
- Initial version
- Support all baseline functionality