Skip to content

Latest commit

 

History

History
109 lines (63 loc) · 4.17 KB

CHANGELOG.md

File metadata and controls

109 lines (63 loc) · 4.17 KB

Change Log

[Unreleased]

Security

  • Upgrade npm-run-all package to get rid of the malicious attack by flatmap-stream (#42)

v2.1.0 - 2018-11-21

Added

  • Support Node 10 LTS

Changed

  • Upgrade dependent packges to latest, includes incremental-dom 0.6.0
  • Update incremental-dom CDN to use jsDelivr instead of Google (0.6.0 is not provided)
  • Modernize example codes and demo JS
  • Apply Prettier code formatting for configuration files and demo HTML

v2.0.2 - 2018-10-23

Fixed

  • Fix the self-closing tags of SVG and MathML (#40 by @m93a)

v2.0.1 - 2018-08-31

Fixed

  • Fix twice element closing by htmlparser2 (#34)

Added

  • Add versioning script (#35)

v2.0.0 - 2018-08-17

Breaking

  • No longer support Node < v6.14.2 (Boron Maintenance LTS release).

Changed

  • Upgrade Node LTS to v8.11.4 and dependent packages to latest version
  • Migrate test framework from mocha to Jest

v1.3.0 - 2018-02-15

Added

  • Define IncrementalDOMRenderer as public getter (#28)

Fixed

  • Fix build entry and module path for browser (#27)
  • Support inline SVG correctly (#29)
  • Fix format script to work globstar correctly (#26)

Changed

  • Upgrade dependencies to latest version (#30)

v1.2.0 - 2018-01-15

Fixed

  • Fix incrementalized softbreak rule to keep break as text (#25)

Changed

  • Upgrade Babel to v7 beta (#23)
  • Update README.md and demo page to use jsDelivr CDN (#24)

v1.1.2 - 2018-01-11

Fixed

  • Reduce bundle size of built for browser (#22)

v1.1.1 - 2018-01-06

Fixed

  • Sanitize HTML element name and attributes to avoid occurring errors while rendering invalid HTML (#18)

Changed

  • Upgrade dependencies to latest version (#12)
  • Upgrade node version to v8.9.3 LTS (#16)
  • Use babel-preset-env + polyfill instead of babel-preset-es2015 (#13)
  • Add incremental-dom >=0.5.0 to peerDependencies (#15)
  • Format source code by prettier (#17)

v1.0.0 - 2017-03-14

Added

  • For browser: Add banner to show license (#9)
  • For browser: Provide uncompressed version (#9)
  • Override markdown-it's default renderer rules by incrementalized functions for better performance (#7)
  • Option argument on initialize that supported incrementalizeDefaultRules (#7)
  • Badges on README.md: Coverage (powered by Coveralls), npm version, and LICENSE (#6)
  • Demo page with explaining of key features (#3)

v0.1.0 - 2017-02-22

  • Initial release.