Skip to content

Releases: MintPond/mint-utils

v2.6.1

06 Jun 16:28
Compare
Choose a tag to compare
  • Fix overlapping days in week

v2.6.0

10 Aug 17:38
Compare
Choose a tag to compare
  • Add independent profiling to WorkTracker
  • Finish profiling/timings implementation
  • Fix/cleanup comments
  • Add tests for independent profiling

v2.5.0

06 Aug 01:55
Compare
Choose a tag to compare
  • Allow non-key value in AliasMap

v2.4.0

06 Aug 00:59
Compare
Choose a tag to compare
  • Add AliasMap class - A map of values that have a name and possibly aliases that can be used as keys.

v2.3.0

19 Jun 23:25
Compare
Choose a tag to compare
  • 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

14 Jun 05:12
Compare
Choose a tag to compare
  • Add HEX_CHARS constants

v2.1.0

10 Jun 16:50
Compare
Choose a tag to compare
  • Add hex functions

v2.0.0

03 May 00:04
Compare
Choose a tag to compare
  • 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

27 Apr 19:13
Compare
Choose a tag to compare

Fixes missing definition in WorkTracker profile property
Override instanceof handling in AdaptiveConfig
Update tests