Skip to content

Latest commit

 

History

History
93 lines (72 loc) · 1.79 KB

CHANGELOG.md

File metadata and controls

93 lines (72 loc) · 1.79 KB

Change Log

[Unreleased]

Removed, Changed, Deprecated, Added, Fixed, Security

[0.13.0]

Changed

  • cjs => esm

[0.12.0]

Fix

  • removed redundant condition and minor optimisation

Changed

  • svg and el can use existing Elements istead of string tag

[0.11.0]

Removed

  • text
  • updateChildren
  • mount

Changed

  • list is now an independ object instead of a comment node

[0.10.0]

Changed

  • synthetic events for capitalised handlers

[0.9.0] - 2018-09-08

Changed

  • list arguments changed (order and type)

[0.8.0] - 2018-08-26

Removed

  • decorators

changed

  • removed unused return values

[0.7.0] - 2018-08-26

Removed

  • update function
  • core

changed

  • node.update to update a node
  • function arguments are now decorators

[0.6.3] - 2018-08-26

Added

  • text for TextNodes

Fixed

  • updateChildren optimisation

[0.6.0] - 2018-01-21

Removed

  • component event handling

Changed

  • components no longer exposed. all factories (el, svg, list) return nodes
  • a node is a component if it has an updater function

[0.5.0] - 2018-01-21

Removed

  • .find, .text

Changed

  • reverted to an hyperscript style API

[0.4.0] - 2017-06-04

Removed

  • .wrap, .text, .id, .class methods
  • es6 and browser versions

Changed

  • module system from esm to cjs
  • .set => .c
  • .set => .c
  • setWindow => config.document

[0.3.0] - 2017-06-04

Added

  • forked from pico-dom
  • no templates
  • .wrap helper
  • .a short form for attributes
  • cElement.id(string)
  • setDocument to setWindow