Skip to content

Latest commit

 

History

History
175 lines (76 loc) · 5.35 KB

CHANGELOG.md

File metadata and controls

175 lines (76 loc) · 5.35 KB

9.6.4 (2019-05-24)

Bug Fixes

  • fixed marko resolver for Windows (#27) (35c6c17)

9.6.3 (2019-05-17)

Bug Fixes

9.6.2 (2018-10-21)

Bug Fixes

  • added render-ability of specific taglibs for marko3 (08541f9)

9.6.1 (2018-10-17)

Bug Fixes

  • reverted to just-clone for renderBody (9832386)

9.6.0 (2018-10-17)

Features

  • added ability to render specified taglibs (7d8b9f0)

9.5.3 (2018-10-06)

Bug Fixes

  • removed just-clone dependency (4113d26)

9.5.2 (2018-10-04)

Bug Fixes

  • improved createEvent helper (d0f6c9a)

9.5.1 (2018-09-28)

Bug Fixes

  • fixed marko 3 components without widgets (c755035)

9.5.0 (2018-09-27)

Features

  • adjusted code to work with marko@3 and marko-widgets@6 (5810050)

9.4.2 (2018-09-27)

Bug Fixes

  • updated package.json for new browser-map (c41e4cf)

9.4.1 (2018-09-26)

Bug Fixes

  • change some code styling (10d8324)

9.4.0 (2018-09-25)

Bug Fixes

  • set marko's isDebug to always be true (ae7c7b6)
  • treated test environment as debug for marko (e553045)

Features

  • enviromental differentiation between install and run (84911c9)

9.3.1 (2018-09-25)

Bug Fixes

  • treated test environment as debug for marko (e553045)

9.3.0 (2018-09-24)

Bug Fixes

  • worked around the issue for legacy component rerenders (208b34f)

Features

  • added feature to run snapshot test selectively (182bc5e)
  • added helpers for defer and custom event (ea7bf50)

9.2.0 (2018-09-23)

Features

9.1.0 (2018-09-22)

Features

  • removed fixture folder configuration, defaulted to snapshots (e64f314)

9.0.5 (2018-09-22)

Bug Fixes

  • fixed path to node_modules for marko map generation (dbe0bd6)

9.0.4 (2018-09-22)

Bug Fixes

  • fixed search of fixtures without snapshot test run (553e51e)

9.0.3 (2018-09-22)

Bug Fixes

  • exposed marko-tester as a function (f41aae7)

9.0.2 (2018-09-22)

Bug Fixes

  • added npm publish for semantic-release (1cebddb)

9.0.1 (2018-09-22)

Bug Fixes

9.0.0 (2018-09-22)

Bug Fixes

  • preserved empty fixture folder in git for tests (4608624)

Features

  • replaced mocha with jest (3e30509)

BREAKING CHANGES

  • whole interface is different, refer to README.