Skip to content

v2.0.2

Choose a tag to compare

@Byloth Byloth released this 19 Apr 18:21
· 81 commits to master since this release
b138e49

Patch release

  • Improved the callback mapping feature of the Publisher class.
    It will now be less of a hassle to extend it.
  • Now date-related utility functions accept also number as valid values.
  • Solved an issue with JSONObject type.
    Now has a broader compatility.
  • New ValueOf<T> utility type.
    You can use it as shorthand of T[keyof T].
  • Better JSDoc.
  • Added code coverage tests.

Full Changelog: v2.0.1...v2.0.2