Skip to content

1.0.0-beta.16

Latest

Choose a tag to compare

@lahmatiy lahmatiy released this 23 May 22:51
  • New parser implementation (from EBNF compiled with Jison to a custom hand-written parser) with full parity with the old one, but 3x times smaller (from 35Kb to 12Kb when minified) and at least 7x times faster. This reduce the size of minified jora by ~20Kb (from 76KB to 56KB).
  • Fixed shorthand entry syntax in some edge cases, like { foo() bar() } where value is stored as bar instead of foo
  • Fixed suggestions for non-plain objects and non-enumerable own properties
  • Changed Node.js support to >=18.0.0