Skip to content

Releases: ungoldman/hyperaxe

v3.0.2

Choose a tag to compare

@github-actions github-actions released this 14 Jun 01:16
8448053

3.0.2 (2026-06-14)

Bug Fixes

  • ship only dist and raise the node floor to 22.12 (#56) (4904cc6)

v3.0.1

Choose a tag to compare

@ungoldman ungoldman released this 05 Jun 05:24

Bug Fixes

  • fix broken npm package: main and types now 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, removed menuitem, param, rb, and rtc (the removed tags were undefined since 3.0.0)
  • restore the factory subpath import as hyperaxe/factory (hyperaxe/factory.js also works)
  • fix release scripts: no more duplicate publish, version commits now push with their tags

Misc

  • add exports and files fields 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 any types and make no-explicit-any an error
  • consolidate package scripts and remove the broken example
  • readme: document varTag, replace the dated example, drop dependency listings

v3.0.0

Choose a tag to compare

@ungoldman ungoldman released this 31 Oct 07:22

Breaking Changes

  • Convert to Typescript & ESM (30ef132)
  • Require Node v22 and up, drop support for older versions

v2.0.1

Choose a tag to compare

@ungoldman ungoldman released this 08 May 06:03

Bug Fixes

  • engines: set min node to 12 (e61d87b)

v2.0.0

Choose a tag to compare

@ungoldman ungoldman released this 17 Mar 01:09

Breaking Changes

  • dropped support for all node versions below 12
    • currently supported versions: node 12, 14, 16

Misc

  • docs: update badges, rm tap-spec
  • ci: use gh actions
  • rm .travis.yml
  • lint: standard@16
  • deps(dev): standard@16, standard-version@9, tape@5, rm tap-spec
  • add .gitignore
  • chore(deps-dev): bump standard-version from 7.1.0 to 8.0.1 (#12)
  • Add innerHTML documentation and upgrade deps (#10)

v1.1.0

Choose a tag to compare

@ungoldman ungoldman released this 27 Feb 08:41

Features

  • export createFactory function (#2) (a7b237d)

v1.0.2

Choose a tag to compare

@ungoldman ungoldman released this 27 Feb 08:40

Bug Fixes

  • simplify kid slicing factory (b6c6b70)

v1.0.1

Choose a tag to compare

@ungoldman ungoldman released this 21 Feb 00:33

Bug Fixes

  • deps: remove is-plain-object (129ee34)

v1.0.0

Choose a tag to compare

@ungoldman ungoldman released this 17 Feb 17:27

Initial release.