2.2.0: Now we're type-ing
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