Skip to content

Releases: johannes-lindgren/pure-parse

[email protected]

24 Nov 11:05
bb69054
Compare
Choose a tag to compare

What's Changed

BREAKING CHANGES:

  • Renamed literal to equals in #98
  • Renamed literalGuard -> equalsGuard in #98
  • Removed recordGuard in #97
  • Renamed partialRecordGuard -> dictionaryGuard in #97

New:

  • Added dictionary parser in #97
  • Added objectStrict in #95

Fixes:

  • Prevent error thrown in equals in #98

Full Changelog: https://github.com/johannes-lindgren/pure-parse/compare/[email protected]

[email protected]

06 Nov 12:29
c6fd75c
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.0-beta.5...v0.0.0-beta.6

[email protected]

04 Nov 21:41
5e521cd
Compare
Choose a tag to compare

What's Changed

Extensive changes with breaking changes; the main ones are:

  • Introduced parsers
  • Changed terminology: "validators" are now called "guards" to not conflict with parsers (which also are validdators)
  • Added a suffix Guard to all higher order guards; for example, objectGuard, arrayGuard. This is to not conflict with parsers. Non-higher order guards are not renamed; for example isString.
  • Documentation website (much improved docs)

To migrate to from v0.0.0-beta.4:

  • change union to unionGuard
  • add the suffix for all higher order guards.

Auto-generated changelog:

Full Changelog: v0.0.0-beta.4...v0.0.0-beta.5

v0.0.0-beta.4

04 Nov 20:19
fa01f5e
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.0-beta.3...v0.0.0-beta.4

v0.0.0-beta.3

18 Apr 19:25
0594fb6
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.0-beta.2...v0.0.0-beta.3

v0.0.0-beta.2

08 Apr 07:29
a55efb9
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.0-beta.1...v0.0.0-beta.2

v0.0.0-beta.1

25 Mar 19:19
27d01d0
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.0.0-beta.0...v0.0.0-beta.1

v0.0.0-beta.0

22 Nov 01:07
efb040d
Compare
Choose a tag to compare
v0.0.0-beta.0 Pre-release
Pre-release

What's Changed

  • initial beta release

New Contributors

Full Changelog: https://github.com/johannes-lindgren/pure-parse/commits/v0.0.0-beta.0