Skip to content

2.2.0: Now we're type-ing

Compare
Choose a tag to compare
@rdmurphy rdmurphy released this 15 Mar 21:01

Added

  • Added TypeScript type file.

Fixed

  • Explicitly convert supplied values to strings with toString() in functions that short circuit to guarantee it returns the correct type.

Changed

  • Updated LICENSE year to 2019
  • Updated dependencies
  • General housekeeping of the repo
  • Add Node 11 to test matrix
  • Moved tests to __tests__ directory so we stop shipping them in the npm bundle