Skip to content

Tags: ohmjs/ohm

Tags

v17.1.0

Toggle v17.1.0's commit message
fix: bug in packaging-tests due to change to extractExamples

v17.4.0

Toggle v17.4.0's commit message
docs: Update changelog

v17.0.4

Toggle v17.0.4's commit message
docs: Update changelog

v17.0.3

Toggle v17.0.3's commit message
Merge branch 'any-code-point'

v16.6.0

Toggle v16.6.0's commit message
Update Interval types

v16.5.0

Toggle v16.5.0's commit message
Update contributors

v16.4.0

Toggle v16.4.0's commit message
Bump version to v16.4.0

v16.3.4

Toggle v16.3.4's commit message
chore: Replace git.io links with links to ohmjs.org

v16.3.3

Toggle v16.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix issues with Node.isOptional() typings (#374)

Currently, Node.isOptional is a function returning a boolean, but the typings show it as a property, not a method. Changing it to a method would help many TypeScript users, and I'm running into issues using this function myself.

v16.3.2

Toggle v16.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: grammars containing super-splice not working in editor (#370)