Skip to content

v5.2.0

Choose a tag to compare

@Itee Itee released this 21 Jul 12:44
· 330 commits to master since this release

5.2.0 (2020-07-21)

Bug Fixes

  • global: lint source and fix related error (c0ec19f)
  • objects: fix bad treeshaking against toEnum method, mark it as pure (f6b744e)
  • package: fix package lock merging due to depandabot (3a46963)
  • strings: fix bad tree shaking against diacriticsMap iife (fdb924e)

Features

  • binaries: add method to convert uint8 and float64 to/from binary string representation (0b056fc)
  • chrono: add chrono class to time measure (80d4fa9)
  • geometries: add new geometries function about ring and segments intersections (5198dbd)
  • number: add getRandom function to have normalized way to get Math.random number (58f3a98)
  • number: add new methods to display plain string representation of number (297e492)
  • number: normalize random function and add inclusive version for float and integer (7e3ecce)