v1.0.0 First Release
Highlights
The first release of @electron-elements/utils
, with much more to come.
Commit Changelog
- 3ccf627 Initial commit
- d1f56e4 Initial code
- 3450ca6 Rename src -> lib
- ec98479 utils: add template manager and testing dev dependencies
- f3c0563 tests: add some tests
- f033768 tests: fix failing tests
- d89a3a2 tests: cover almost all the important parts of template-manager.js
- 275fdfe readme: add greenkeeper badge <U+1F334>
- 1a06f1a package.json: update karma-electron to latest
- 622e78e attribute-manager: implement first part of attribute manager
- 5aa4f5c attribute-manager: implement the rest of attribute manager.
- a2dcc10 attribute-manager: onchangeEvent -> attributeChangeEvent
- 40b8112 attribute-manager: further clean up code and rename
- 1156b7c attribute-manager: allow self-adding data attributes
- 5e1705f attribute-manager: use mutation observer and adjust code
- 74fcff1 attribute-manager: onAttributChange now accepts string instead of array
- a0b739f utils: export attribute manager which is stable now
- 6f575b2 attribute-manager: remove obselete init function
- e0b727b attribute-manager: fix and rename getChangeHandler -> getChangeHandlers
- f53e5d1 attribute-manager: remove addDataAttr options.
- 22dc225 attribute-manager: allow single attribute as stringto be passed to createAttrToPropBridge
- f71f5ae tests: add attribute-manager tests
- 38b4ecd docs: prep for docs
- 3cdf4e8 template-manager: fix the error msg
- 705a27b docs: add template manager docs
- c499e3b docs: add docs for attribute manager
- 8f989b9 docs: fix some markdown styling for template manager docs
- eb9217a readme: add some more info to readme
- b8ac3ba package.json: fix wrong main field