Skip to content

Releases: gabrielrf96/html-artisan

v2.0.1

15 Jan 02:05
Compare
Choose a tag to compare

Changes:

  • Updated contact email in the documentation.
  • Fixed wrongly listed dependency (moved 'replace-in-file' from dependencies to devDependencies, as it's only needed to build the lib).
  • Incremented version number only to allow publishing README.md changes to npm, while keeping version numbers consistent between Github and npm.

v2.0.0

08 Jul 16:53
Compare
Choose a tag to compare

Changes:

  • Implemented webpack for building and version-increasing tasks.
  • Refactored all code to ES6 standards.
  • Dropped support for Internet Explorer and older versions of major browsers.
  • Added support for arrow functions as callbacks.
  • Calling HtmlArtisan() with no tag argument now produces a 'div' by default.
  • Enforced JS strict mode.
  • Minor code legibility enhancements.
  • Updated documentation.

v1.3.0

07 Jul 16:34
Compare
Choose a tag to compare

Changes:

  • Extended single-child options in HtmlArtisan function: functions and DOM elements are now accepted as single children.
  • Improved generator function return type support: all HtmlArtisan-supported format are now supported.
  • Documentation improvements in README.md:
    • Added "Browser compatibility" section.
    • Improved content index.

v1.2.2

16 Sep 21:30
Compare
Choose a tag to compare

Changes:

  • Added support for conditional elements via the if attribute.

v1.2.1

16 Sep 21:10
Compare
Choose a tag to compare

v1.2.0

15 Apr 21:25
Compare
Choose a tag to compare

v1.1.0

08 Apr 23:42
Compare
Choose a tag to compare

v1.0.0

07 Apr 22:18
Compare
Choose a tag to compare