Skip to content

2.0.0

Compare
Choose a tag to compare
@domenic domenic released this 22 Feb 19:44
· 17 commits to main since this release

The API now returns { success, error } objects instead of throwing exceptions. It is based on the Waka parser instead of PEG.js, which gives an ~5x speedup. (#1, @fixplz)

This release was unpublished from npm due to a regression where empty strings were not detected as invalid.