Skip to content

Releases: eddyerburgh/jest-serializer-vue

v2.0.2

05 Jun 16:05
Compare
Choose a tag to compare

2.0.2 (v2.0.1...v2.0.2) (2018-06-05)

Bug Fixes

* ensure html is always a string (#8 (https://github.com/eddyerburgh/jest-serializer-vue/issues/8)) (f46ec7f (https://github.com/eddyerburgh/jest-serializer-vue/commit/f46ec7f))

v2.0.1

04 Jun 14:45
Compare
Choose a tag to compare

v2.0.1 (2018-06-04)

Bug Fixes

  • Ensure that recieved is not null | undefined (#6) (69b2553)

v2.0.0

29 May 16:29
Compare
Choose a tag to compare

v2.0.0 (2018-05-29)

Features

  • serialize Wrapper Instances (#4) 3e8dec0. Create a snapshot with a Vue Test Utils Wrapper instance. This means you no longer need to call .html() on your Wrapper instance before calling toMatchSnapshot().

v1.0.0

09 Mar 06:00
Compare
Choose a tag to compare

v1.0.0 (2018-03-09)

Features

  • Change indentation to two spaces (b193932)