Releases: MintPond/mint-utils
Releases · MintPond/mint-utils
v2.6.1
v2.6.0
- Add independent profiling to WorkTracker
- Finish profiling/timings implementation
- Fix/cleanup comments
- Add tests for independent profiling
v2.5.0
- Allow non-key value in AliasMap
v2.4.0
- Add AliasMap class - A map of values that have a name and possibly aliases that can be used as keys.
v2.3.0
- Add parseJsEscapes function - Parses strings containing representations of Javascript string literal escaped characters and replaces them with their intended character. Works for newline (\n), carriage return (\r) and tab (\t)
v2.2.0
- Add HEX_CHARS constants
v2.1.0
- Add hex functions
v2.0.0
- Improvements to instanceof handling
- Upgraded mocha package to ^7.1.2
- The instanceof checks in this release will not recognize instances from old versions as being the same.
v1.2.1
Fixes missing definition in WorkTracker profile property
Override instanceof handling in AdaptiveConfig
Update tests