Releases: plotdb/datadom
Releases · plotdb/datadom
0.2.0
- upgrade modules
- rename internal variables
main
todatadom
- rename
datadom.js
,datadom.min.js
toindex.js
andindex.min.js
- further minimize generated js file with mangling and compression
- remove redundant code in build script
- use script directly instead of
npx
to speed up building - add
main
andbrowser
field inpackage.json
. - patch test code to make it work with upgraded modules
- release with compact directory structure
0.1.1
0.1.0
- adding support to
comment
anddocument-fragment
. - add plugin specification, and refactor code following plugin sepc.
- make
serialize
asynchronous and process custom type correctly. - add
possess
to injectcustom object
intocustom node
. - tweak naming and update documentation.