Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Releases: Akryum/peeky

v0.14.2

25 Sep 15:31
Compare
Choose a tag to compare

Bug Fixes

  • cli: message to restart after auto install (98c389f)

v0.14.1

25 Sep 15:25
Compare
Choose a tag to compare

Bug Fixes

  • don't import @peeky/server in main package (d1c91ed)

v0.14.0

25 Sep 15:20
Compare
Choose a tag to compare

Features

  • don't depend on @peeky/server + autoinstall (a311020)
  • upgraded deps (4f9b7e6)

Performance Improvements

  • client: render max 100 suite children (99dacfd)
  • don't send testStart + removed idle status (770a5c7)
  • runner: skipped suite handler should not be called (e213603)
  • server: truncate suite children sent to client (0279732)

BREAKING CHANGES

  • removed Reporter.onTestStart and removed idle in GraphQL enum Status

v0.13.6

20 Mar 15:23
Compare
Choose a tag to compare

Bug Fixes

v0.13.5

06 Mar 16:40
Compare
Choose a tag to compare

Bug Fixes

  • ui: snapshot preview overflowing over editor (58e69b3)

v0.13.4

24 Feb 01:06
Compare
Choose a tag to compare

Bug Fixes

  • snapshot code not taking all available height (0a2d723)

Features

  • ui: html preview for snapshot summary, closes #71 (4f5fb02)

v0.13.3

24 Feb 00:48
Compare
Choose a tag to compare

Bug Fixes

  • file module cache not cleared in some cases (14adba6)
  • html preview sizes (db17f7f)
  • server: print logs unrelated to tests (fc36016)
  • ui: snapshot content not updated after update (465c9de)
  • ui: snapshot errors in tests list (f872e7f)

Features

  • dom preview, closes #53 (091eaf5)
  • switch from shortid to nanoid, close #69 (3d70e9f)
  • ui: auto select 1st snapshot (7a6f92e)
  • ui: placeholder in snapshot summary (9181aa9)

image

image

v0.13.2

24 Feb 00:48
Compare
Choose a tag to compare
v0.13.2

v0.13.1

22 Feb 13:04
Compare
Choose a tag to compare

Bug Fixes

  • server: paths on Windows (1642722)

v0.13.0

18 Feb 11:59
Compare
Choose a tag to compare

Bug Fixes

  • coverageOptions.reporter not working (4bb90c2)

Features