Skip to content

Releases: eegli/tinyparse

v0.7.0

02 Aug 15:41
Compare
Choose a tag to compare

Features

  • Support for custom validation functions (#12) b363ea5

Misc

v0.6.0...v0.7.0

v0.6.0

16 Jul 12:48
Compare
Choose a tag to compare

Breaking

The API for specifying parsing options has slighly changed from an array to an object literal.

Features

  • Support for reading/parsing JSON files

Fixes

  • Fixed a case where mixing short and long flags would produce a wrong output

Misc

  • Run integration tests on Node 18
  • Refactor internal API and cleanup
  • Improved docs

v0.5.1...v0.6.0

v0.5.1

15 Apr 09:44
Compare
Choose a tag to compare

Patch

v0.5.0...v0.5.1

v0.5.0

15 Mar 08:01
Compare
Choose a tag to compare

Breaking

  • The API for the options argument to the factory has fully changed. Required arguments and shortflags need to be specified slightly differently. Descriptions for each argument are now possible. Error messages are not enforced anymore
  • The factory now returns both a parser and a help printer function

v0.4.0...v0.5.0

v0.4.0

22 Feb 13:19
Compare
Choose a tag to compare

Breaking

  • Enforce verbose error handling. Previously required arguments need to specify an error message from now on (766d553)

v0.3.0...v0.4.0

v0.3.0

09 Jan 08:46
Compare
Choose a tag to compare

Minor

v0.2.0...v0.3.0

v0.2.0

07 Jan 19:10
Compare
Choose a tag to compare
  • fix types for config obj 5fa5f66
  • add tests for lib exports 63b65e4
  • add badges and upload code coverage db0dcaa

v0.1.1...v0.2.0

v0.1.1

07 Jan 18:27
Compare
Choose a tag to compare

Initial release!

Bonjour

v0.0.1-1alpha

06 Jan 07:49
Compare
Choose a tag to compare
v0.0.1-1alpha Pre-release
Pre-release

Pre-release

v0.0.1-0...v0.0.1-1