Skip to content

Releases: feathers-studio/hyperactive

v2.0.0-alpha.9

10 Feb 21:38
9dd45c5
Compare
Choose a tag to compare
v2.0.0-alpha.9 Pre-release
Pre-release

hyperserve

New module added to hyperactive. Check the README.

v2.0.0-alpha.8

25 Jan 22:10
cd1bc50
Compare
Choose a tag to compare
v2.0.0-alpha.8 Pre-release
Pre-release
  • 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

25 Jan 21:45
67dd8e7
Compare
Choose a tag to compare
v2.0.0-alpha.7 Pre-release
Pre-release
  • 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

20 Jan 22:30
112d8b9
Compare
Choose a tag to compare
v2.0.0-alpha.6 Pre-release
Pre-release
  • Improved attribute types

v2.0.0-alpha.5

26 Nov 15:04
0f2217c
Compare
Choose a tag to compare
v2.0.0-alpha.5 Pre-release
Pre-release
  • Support ES2015

v2.0.0-alpha.4

26 Nov 13:41
3daab31
Compare
Choose a tag to compare
v2.0.0-alpha.4 Pre-release
Pre-release
  • Use dnt to prepare for first npm publish

v2.0.0-alpha.3

25 Aug 21:48
ac68132
Compare
Choose a tag to compare
v2.0.0-alpha.3 Pre-release
Pre-release
  • 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

25 Aug 08:13
68df0dc
Compare
Choose a tag to compare
v2.0.0-alpha.2 Pre-release
Pre-release

Fixes

  • Escape text nodes and attributes differently, but correctly.

v2.0.0-alpha.1

04 Jul 18:25
5ba3899
Compare
Choose a tag to compare
v2.0.0-alpha.1 Pre-release
Pre-release
(feat) add domutils  - bindInput

Signed-off-by: Muthu Kumar <[email protected]>

v1.2.0

23 Jun 22:33
ac2ea83
Compare
Choose a tag to compare
  • support for custom-tags via elements("custom-tag")
  • prevent a memory leak by caching element instances