Skip to content

Latest commit

 

History

History
153 lines (62 loc) · 3.93 KB

CHANGELOG.md

File metadata and controls

153 lines (62 loc) · 3.93 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.3.13 (2018-08-08)

Note: Version bump only for package @thi.ng/sax

0.3.12 (2018-08-02)

Note: Version bump only for package @thi.ng/sax

0.3.11 (2018-08-01)

Note: Version bump only for package @thi.ng/sax

0.3.10 (2018-07-25)

Note: Version bump only for package @thi.ng/sax

0.3.9 (2018-07-20)

Note: Version bump only for package @thi.ng/sax

0.3.8 (2018-07-19)

Note: Version bump only for package @thi.ng/sax

0.3.7 (2018-07-13)

Note: Version bump only for package @thi.ng/sax

0.3.6 (2018-07-11)

Note: Version bump only for package @thi.ng/sax

0.3.5 (2018-07-09)

Note: Version bump only for package @thi.ng/sax

0.3.4 (2018-07-09)

Note: Version bump only for package @thi.ng/sax

0.3.3 (2018-07-03)

Note: Version bump only for package @thi.ng/sax

0.3.2 (2018-06-21)

Note: Version bump only for package @thi.ng/sax

0.3.1 (2018-06-20)

Note: Version bump only for package @thi.ng/sax

0.3.0 (2018-06-20)

Features

  • sax: add children & trim opts, add CDATA support (882f394)

0.2.0 (2018-06-19)

Features

  • sax: add support for escape seqs, minor optimizations (e824b6b)

0.1.1 (2018-06-18)

Bug Fixes

  • sax: correct docs in readme (0e4662d)

0.1.0 (2018-06-18)

Features

  • sax: add entity support, update result format, update states (0f2fcdf)
  • sax: add support for proc & doctype elements, update end results (a4766a5)
  • sax: emit child elements with end results, support comments (3dea954)
  • sax: initial import (dce189f)
  • sax: update error handling, add parse() wrapper, add FSMOpts (64f2378)