Releases: syntax-tree/hastscript
Releases · syntax-tree/hastscript
9.0.0
Breaking
- 8a5f97e Add better custom element support by tightening overload detection
(tiny chance of breaking, you’re most likely fine)
8.0.0
change
- 04a40a5 Update
@types/hast
, utilities
migrate: update too
- 234405b Change to require Node.js 16
migrate: update too
- 7e27d65 Remove
hastscript/html
(auto runtime) from exports
migrate: use hastscript
- 6976cbb Remove
hastscript/html
, hastscript/svg
from exports
migrate: use hastscript
Full Changelog: 7.2.0...8.0.0
7.0.2
- bbc5151 Fix type to allow undefined for props
- f9f1c4a Add
strict
to tsconfig.json
7.0.1
- a662be1 Fix types of classic, automatic runtime
7.0.0
- f03a8bc Add support for automatic JSX runtime
- 82bf759 Add JSDoc based types
- 0637355 Use ESM
- dd94377 Add support for using
h
, s
as a JSX pragmas
6.0.0
- 4c68156 Add types
(breaking, potentially, if you or your dependents use typescript)