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

Releases: Akryum/peeky

v0.12.0

15 Feb 18:48
Compare
Choose a tag to compare

Bug Fixes

  • process exit to clean exit in webcontainer (c59766c)

Features

  • upgrade tinypool (fbf5fea)
  • refactored to use vite-node to transform files

v0.11.2

22 Jan 15:19
Compare
Choose a tag to compare

Bug Fixes

  • runner: clearDeps can be null (469cac9)

Features

v0.11.1

22 Jan 14:37
Compare
Choose a tag to compare

Bug Fixes

  • disable thread pool atomics (eacd395)

v0.11.0

21 Jan 22:41
Compare
Choose a tag to compare

Bug Fixes

  • ui: display all test parent suites (c930f7d)
  • ui: files group classes (592805f)
  • ui: missing tab indicator (3aa6ade)
  • ui: skip status for tests in skipped suites (2c55e50)
  • ui: summary overflow (8a43723)

Features

  • config: isolate (default false) (5e09b11)
  • expose createServer (9d7e39e)
  • improve json loading (8d0d3ef)
  • improved duration component (b4042f0)
  • nested suites (8c548eb)
  • todo files (04c77be)
  • ui: autoreconnect (c36b777)
  • ui: disconnected toast (5286900)
  • ui: group files (79502bd)
  • ui: improve graphql client config (12fc87d)
  • ui: improve structure to prevent flashing of test pane (7aefaac)
  • ui: improved placeholder panes (186e345)
  • ui: improved search inputs (859319f)
  • ui: migrate from v-tooltip to floating-vue (588ff62)
  • ui: move open in editor btn to top bar (8ea1545)
  • ui: new gray-950 (2a03467)
  • ui: new layout (d4c5766)
  • ui: new status icons (de822aa)
  • ui: new todo icon (6c9a56a)
  • ui: run summary (f2e4308)
  • ui: thinner summary bar (4160207)
  • ui: visual feedback on resizable pane (6dfae42)
  • upgrade to vite 2.7.10 (e48fd27)

Nested suites! Flags on suites!
Screenshot from 2022-01-21 23-20-27
Screenshot from 2022-01-21 23-20-31
Improved placeholders:
Screenshot from 2022-01-21 23-20-00
Screenshot from 2022-01-21 23-20-03
Screenshot from 2022-01-21 23-21-18
Improved disconnection handling:
Screenshot from 2022-01-21 23-23-04

v0.10.2

05 Jan 14:02
Compare
Choose a tag to compare

Bug Fixes

  • better default for collect coverage match (1f4aa59)
  • better defaults for watch file patterns (000fbae)

Features

  • ui: redirect to tests view by default (#65) (5080513)

v0.10.1

02 Jan 04:43
Compare
Choose a tag to compare

Bug Fixes

  • ui: crash on switch from test details view to snapshot summary (757e478)

v0.10.0

02 Jan 04:25
Compare
Choose a tag to compare

Bug Fixes

  • handshake to wait for pending messages (a65d463)
  • server: wrong type name (e5fcd6e)
  • switch to pathe to normalize paths (3fa174a)
  • ui: run button selecting old field (4c40a6a)
  • ui: run selector not updated in real time (e9736e1)
  • ui: time ago not trying last unit (ae60faf)

Features

Screenshot 2022-01-01 at 21 36 46

Screenshot 2021-12-28 at 22 47 12

  • ui: display run date instead of random title (2e1b639)
  • ui: snapshot matched notice (8bfd4eb)
  • ui: snapshots summary, closes #61 (524221e)

Screenshot_2022-01-02_at_05 01 04

v0.9.3

21 Dec 19:17
Compare
Choose a tag to compare

Bug Fixes

  • client: unnecessary class on fragment (0992d33)
  • message handler error catching (1452c8f)
  • server: don't update test on log without testId (22779b7)

Features

  • log: display current test file as fallback (7b97509)
  • refetch output on test status change (e025ee4)
  • server: PEEKY_LEGACY_WS env var (0608cb7)
  • setupFiles (e32ec6d)
  • terminal: copy text shortcut (b1ee17b)
  • ui: test output dot (27b7c0f)
  • ui: test output tab, closes #51 (d787ef5)

Screenshot 2021-12-21 at 17 13 40

v0.9.2

20 Dec 15:29
Compare
Choose a tag to compare

Bug Fixes

  • add new line before general summary (874c40a)
  • coverage NaN% (edc6b68)
  • don't display coverage summary if no files (e5551df)
  • memfs error when loading node_modules package (079daa2)
  • use bg color for log type (bf4e71c)

v0.9.1

20 Dec 03:43
Compare
Choose a tag to compare

Bug Fixes

  • client: gray button colors (b7ee791)
  • client: test view toolbar align (8fe4c35)
  • remove unnecessary console log (8b392e4)

Features