Releases: feathers-studio/hyperactive
Releases · feathers-studio/hyperactive
v2.0.0-alpha.9
hyperserve
New module added to hyperactive. Check the README.
v2.0.0-alpha.8
- Export all DOM interfaces to satisfy TS during build_npm
- It's likely Deno users face no change with this release
v2.0.0-alpha.7
- Slimmer DOM lib - faster builds.
- Updated upstream DOM lib.
- BREAKING! Renamed Node/ish to HyperNode/ish to avoid name conflicts with Node.
v2.0.0-alpha.6
- Improved attribute types
v2.0.0-alpha.5
- Support ES2015
v2.0.0-alpha.4
- Use dnt to prepare for first npm publish
v2.0.0-alpha.3
- refactor, reorganisation of files
- dom.lib.d.ts modified to export interfaces, and dependents explicitly import
- new bind() helper util instead of bindInput()
v2.0.0-alpha.2
Fixes
- Escape text nodes and attributes differently, but correctly.
v2.0.0-alpha.1
(feat) add domutils - bindInput Signed-off-by: Muthu Kumar <[email protected]>