Skip to content

Releases: zerobias/leemon

6.2.0

23 Jul 23:21
Compare
Choose a tag to compare
  • Enforced usage of new Array

6.1.0

04 Jan 19:19
2f1a50a
Compare
Choose a tag to compare
  • added flow typings generation to provide strong typing to flow users
  • added zero bigInt export

6.0.0

04 Jan 19:01
6ad2676
Compare
Choose a tag to compare

4 Jan 2018, first release as leemon library

  • == and != replaced with === and !== in some cases
  • added 'use strict' directive
  • added commonjs support
  • added es6 modules support
  • breaking removed deprecated inverseModInt_ (because it replaced with inverseModInt)
  • added JSDoc comments
  • added Flow support
  • added benchmarks
  • published on npm