Skip to content

Releases: tamaracha/node-fah-pyon

Release 1.4.7

08 Feb 20:57
bd859a4
Compare
Choose a tag to compare

Fixed

  • Updated dev dependencies and resolved vulnerabilities

Release 1.4.6

13 Jun 16:00
42e9f4f
Compare
Choose a tag to compare

Changed

  • Migrated to Husky v6

Fixed

  • Updated dev dependencies
  • Fixed security vulnerabilities

Release 1.4.5

04 Jan 07:09
50da855
Compare
Choose a tag to compare

Fixed

  • Added missing grammar export to type declaration file

Release 1.4.4

28 Dec 21:55
104ccc4
Compare
Choose a tag to compare

Fixed

Outdated build deps

  • Updated to latest version of standard which understands ESM and removed babel-eslint
  • Replaced nyc and tap-nyc with c8 which uses Node.JS' built-in functionality for code coverage
  • Uses shx for more platform-independent scripts (substitutes del-cli)

v1.4.3

26 Apr 12:28
v1.4.3
Compare
Choose a tag to compare

Fixed

  • PyON message name in the header may contain letters and dashes

v1.4.2

18 Apr 19:35
v1.4.2
Compare
Choose a tag to compare

Changed

  • SafeLoad behavior is unified: Returns a message of type empty, if parser results are undefined. This can happen if an empty string was passed or if the parser got only a partial PyON string.

v1.4.1

18 Apr 17:21
v1.4.1
Compare
Choose a tag to compare

Changed

  • safeLoad trims the input string before it tries to parse it.

v1.4.0

18 Apr 15:58
v1.4.0
Compare
Choose a tag to compare

Added

  • wrapper module for ESM exports

Changed

  • migrated from antlr to nearley with moo lexer
  • strings are not trimmed by load function anymore

v1.3.0

16 Apr 16:23
v1.3.0
Compare
Choose a tag to compare

Added

  • Publish package archives in github releases, containing only necessary files
  • CHANGELOG file

Changed

  • exclude antlr-generated files from git repo
  • Convert unit tests to ava
  • Use Javascript Standard Style for code linting and formatting.