Skip to content

Latest commit

 

History

History
96 lines (41 loc) · 2.31 KB

CHANGELOG.md

File metadata and controls

96 lines (41 loc) · 2.31 KB

3.4.0 (2020-03-23)

  • docs(html): note about reportSnabbdomError in HTMLDriverOptions (18b915f)
  • feat(html): add reportSnabbdomError option to HTMLDriverOptions (d8b0423), closes #922

3.3.0 (2019-11-06)

3.2.0 (2019-09-10)

  • chore(html): use isolate v5 in tests (4ed925f)

3.1.0 (2018-12-10)

  • fix(html): support TypeScript's strict mode (4a4119e)

3.0.0 (2018-10-17)

  • fix(html): error handling for makeHtmlDriver method (#714) (fd02418), closes #714 #710
  • fix(html): update cycle/dom to 21, update snabbdom (d7a5f8e)
  • fix(html): update dependencies, move to pnpm (11f3068)
  • fix(html): upgrade Typescript to 3.1 (a4f1212)

BREAKING CHANGE

  • If you use JavaScript, there are no breaking changes. If you use TypeScript, this package may not work anymore with versions of TS below 3.1.
  • Snabbdom got updated to version 0.7.0 and html inside text is now properly escaped. See https://github.com/snabbdom/snabbdom-to-html/releases for detailed information

2.4.0 (2017-10-26)

Bug Fixes

  • html: update important dependencies (81c37f2)

2.3.0 (2017-10-24)

2.2.0 (2017-10-24)

2.1.0 (2017-08-12)

2.0.0 (2017-07-20)

Bug Fixes

  • html: depend on cycle/dom v18 API (e576a52)

BREAKING CHANGES

  • html: This version follows the same breaking changes as cycle/dom v18

1.1.0 (2017-05-30)

Bug Fixes

  • html: update all dependencies to their latest versions (2e794b8)

1.0.0 (2017-03-25)