9.6.4 (2019-05-24)
9.6.3 (2019-05-17)
9.6.2 (2018-10-21)
- added render-ability of specific taglibs for marko3 (08541f9)
9.6.1 (2018-10-17)
- reverted to just-clone for renderBody (9832386)
9.6.0 (2018-10-17)
- added ability to render specified taglibs (7d8b9f0)
9.5.3 (2018-10-06)
- removed just-clone dependency (4113d26)
9.5.2 (2018-10-04)
- improved createEvent helper (d0f6c9a)
9.5.1 (2018-09-28)
- fixed marko 3 components without widgets (c755035)
9.5.0 (2018-09-27)
- adjusted code to work with marko@3 and marko-widgets@6 (5810050)
9.4.2 (2018-09-27)
- updated package.json for new browser-map (c41e4cf)
9.4.1 (2018-09-26)
- change some code styling (10d8324)
9.4.0 (2018-09-25)
- set marko's isDebug to always be true (ae7c7b6)
- treated
test
environment as debug for marko (e553045)
- enviromental differentiation between install and run (84911c9)
9.3.1 (2018-09-25)
- treated
test
environment as debug for marko (e553045)
9.3.0 (2018-09-24)
- worked around the issue for legacy component rerenders (208b34f)
- added feature to run snapshot test selectively (182bc5e)
- added helpers for defer and custom event (ea7bf50)
9.2.0 (2018-09-23)
- added support for tags (5c13acc)
9.1.0 (2018-09-22)
- removed fixture folder configuration, defaulted to snapshots (e64f314)
9.0.5 (2018-09-22)
- fixed path to node_modules for marko map generation (dbe0bd6)
9.0.4 (2018-09-22)
- fixed search of fixtures without snapshot test run (553e51e)
9.0.3 (2018-09-22)
- exposed marko-tester as a function (f41aae7)
9.0.2 (2018-09-22)
- added npm publish for semantic-release (1cebddb)
9.0.1 (2018-09-22)
- fixed publish tag (e3cb721)
9.0.0 (2018-09-22)
- preserved empty fixture folder in git for tests (4608624)
- replaced mocha with jest (3e30509)
- whole interface is different, refer to README.