Skip to content

Releases: spasdk/dom

v1.8.0

23 Nov 09:08
5214016
Compare
Choose a tag to compare

What's Changed

  • remove wrong example - fragment shouldn't be empty by @WhereIsExit in #4
  • fix JSX handling to support data-attributes by @aleks-and in #5

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

19 Dec 11:00
645514f
Compare
Choose a tag to compare
  • fix jsdoc
  • rename method
  • add ability to create document fragment

v1.6.0

22 Nov 09:44
f0a9f23
Compare
Choose a tag to compare
  • update dependencies
  • add ability to use arrays of elements in jsx

v1.5.0

15 Feb 11:53
4a1a818
Compare
Choose a tag to compare
  • add jsx tag creation implementation
  • improve documentation and optimize code

v1.4.1

14 Aug 09:26
e398101
Compare
Choose a tag to compare
  • fix eslint warnings
  • correct Travis CI node versions
  • update dependencies
  • correct project keywords
  • change @copyright to @author
  • use spa-eslint instead of spa-eslint-config
  • remove unnecessary dependency
  • remove docs directory from npm package publishing
  • add jsdoc dependency
  • remove docs directory from eslint checks
  • set documentation generation path to match GitHub Pages path

v1.4.0

21 Oct 11:22
f2f1fc3
Compare
Choose a tag to compare
  • add devDependencies status shield
  • switch to the global npm version of cjs-emitter
  • switch to the global npm version of spa-eslint-config
  • update eslint version
  • enable Travis CI with eslint checks
  • update dependencies
  • correct dependencies
  • correct repository address format
  • switch to the MIT license
  • rename global webpack flag DEBUG to DEVELOP
  • set explicit dev dependencies
  • use spa-eslint-config
  • switch all sdk dependencies to github
  • fix eslint warnings
  • fix eslint no-process-exit warning
  • add guidelines for github contributing
  • add speed-optimized clear method