All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.
0.5.0 (2021-10-12)
- major update of ALL pkgs (export maps, ESM only) (0d1d6ea)
- 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 ofrequire()
- 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)
- egf: update GPG invocation to avoid arb code exec (3e14765)
- egf: update readme (8a36395)
- 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)