All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
1.0.9 (2020-01-15)
- add funding + note for parse-function (0e0d074)
- add type files to distributed package (2a7c839)
- add TypeScript files - index.d.ts (#11) (8619796)
1.0.8 (2016-10-29)
- docs: params before examples (0fd3a4c)
1.0.7 (2016-10-27)
- deps: remove deps (ab8b901)
- Release v1.0.6 / [email protected]
- add
coveralls
to devDeps, closes #4
- Release v1.0.5 / [email protected]
- move arr-map require outside of the module.exported function, closes #3
- update to use
mukla
instead ofassertit
- update npm scripts
- update travis builds and coverage things
- update gitignore
- add
standard
andnyc
to devDeps
- Release v1.0.4 / [email protected]
- update docs
- bugfix: problems with regex, slicing and
max
option - drop
max
option - no breaking change
- Release v1.0.3 / [email protected]
- fix
options.max
problems, make some checks and defaults
- Release v1.0.2 / [email protected]
- fix: if
max
bigger thanfn.toString().length
, causing strange bugs inrelike
?
- Release v1.0.1 / [email protected]
- update docs
- make it works when using comments
- return earlier if not arguments
- update description
- Release v1.0.0 / [email protected]
- implement 🐈
- Initial commit