Skip to content

Latest commit

 

History

History
57 lines (34 loc) · 2.78 KB

CHANGELOG.md

File metadata and controls

57 lines (34 loc) · 2.78 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.5.0 (2021-10-12)

Build System

  • major update of ALL pkgs (export maps, ESM only) (0d1d6ea)

BREAKING CHANGES

  • discontinue CommonJS & UMD versions
  • only ESM modules will be published from now on
  • CJS obsolete due to ESM support in recent versions of node:
    • i.e. launch NodeJS via:
    • node --experimental-specifier-resolution=node --experimental-repl-await
    • in the node REPL use await import(...) instead of require()
  • UMD obsolete due to widespread browser support for ESM

Also:

  • normalize/restructure/reorg all package.json files
  • cleanup all build scripts, remove obsolete
  • switch from mocha to @thi.ng/testament for all tests

0.4.0 (2021-03-27)

Bug Fixes

  • egf: update GPG invocation to avoid arb code exec (3e14765)

Features

0.3.0 (2020-09-22)

Features

  • egf: add <> escape hatch for prefix IDs (5aca174)
  • egf: add escape seq support in parser (c7fe807)
  • egf: add include cycle breaker, prop merge logic (eb4d7d1), closes #237
  • egf: add prune option & pruneNodes() (634a118)
  • egf: add toEGF() implementation (ed6d3a8)
  • egf: fix #235, replace #ref tag w/ -> form (0dd2f2d)
  • egf: import as new package (76b472d)
  • egf: update DOT export prop filter (41a70ee)
  • egf: update tag parser handling (55b119c)