Skip to content

Latest commit

 

History

History
78 lines (49 loc) · 2.2 KB

CHANGELOG.md

File metadata and controls

78 lines (49 loc) · 2.2 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

1.0.9 (2020-01-15)

Bug Fixes

  • 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)

Bug Fixes

  • docs: params before examples (0fd3a4c)

1.0.7 (2016-10-27)

Bug Fixes

1.0.6 - 2016-09-21

1.0.5 - 2016-09-21

  • Release v1.0.5 / [email protected]
  • move arr-map require outside of the module.exported function, closes #3
  • update to use mukla instead of assertit
  • update npm scripts
  • update travis builds and coverage things
  • update gitignore
  • add standard and nyc to devDeps

1.0.4 - 2016-03-18

  • Release v1.0.4 / [email protected]
  • update docs
  • bugfix: problems with regex, slicing and max option
  • drop max option - no breaking change

1.0.3 - 2016-03-18

  • Release v1.0.3 / [email protected]
  • fix options.max problems, make some checks and defaults

1.0.2 - 2016-03-18

  • Release v1.0.2 / [email protected]
  • fix: if max bigger than fn.toString().length, causing strange bugs in relike?

1.0.1 - 2016-03-18

  • Release v1.0.1 / [email protected]
  • update docs
  • make it works when using comments
  • return earlier if not arguments
  • update description

1.0.0 - 2016-03-18

0.0.0 - 2016-03-18

  • Initial commit