Releases: ungoldman/hyperaxe
Releases · ungoldman/hyperaxe
Release list
v3.0.2
v3.0.1
Bug Fixes
- fix broken npm package:
mainandtypesnow point at files that exist (#32) - emit type declarations, which 3.0.0 advertised but did not ship
- sync named exports with html-tags: added
selectedcontent, removedmenuitem,param,rb, andrtc(the removed tags wereundefinedsince 3.0.0) - restore the factory subpath import as
hyperaxe/factory(hyperaxe/factory.jsalso works) - fix release scripts: no more duplicate publish, version commits now push with their tags
Misc
- add
exportsandfilesfields to package.json - validate the published artifact with publint and a packaged-import smoke test
- gate CI and releases on one full check suite (lint, typecheck, tests, publint, pack test)
- commit package-lock.json and add a weekly fresh-resolution CI job
- bump eslint to 10 and typescript to 6 (#40, #42)
- remove all explicit
anytypes and makeno-explicit-anyan error - consolidate package scripts and remove the broken example
- readme: document
varTag, replace the dated example, drop dependency listings
v3.0.0
v2.0.1
v2.0.0
Breaking Changes
- dropped support for all node versions below 12
- currently supported versions: node 12, 14, 16