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

Releases: Akryum/peeky

v0.9.0

18 Dec 05:39
Compare
Choose a tag to compare

Bug Fixes

  • coverage: don't crash if source file is virtual (d8a7948)
  • remove italic in console log (8a14483)

Features

  • new worker system with one vite server (3758ee7)

v0.8.6

18 Dec 03:54
Compare
Choose a tag to compare

Bug Fixes

  • cli: open command not working, closes #55 (bcee3a0)
  • handle question mark in module id (88aaf3e)
  • improved build shouldExternalize (c321784)
  • mark config in vite as serializable config type (e03d32e)
  • stub module.exports (f3b7ee9)
  • update mlly (7167efc)

v0.8.5

16 Dec 23:41
Compare
Choose a tag to compare

Bug Fixes

  • client: border align and color (2c1caa9)
  • client: keep failed filter state (20f8dbf)
  • don't log in italic on Windows (ca29c7c)
  • windows errors, closes #2 (34826cb)

Features

  • cli: 'peeky server' command (d1885e9)

v0.8.4

16 Dec 12:35
Compare
Choose a tag to compare

Bug Fixes

Features

  • client: open test file button (7f4db35)
  • client: sort with status (dd0db5f)
  • client: todo open in editor CTA (aa3ae34)
  • importable api, closes Importable API #48 (3c3bbbf)
  • only/skip/todo, closes #38 (375510e)

Screenshot 2021-12-16 at 13 10 10

v0.8.3

12 Dec 00:36
Compare
Choose a tag to compare

Bug Fixes

  • ui: search test field height not aligned (483bf34)
  • worker setup, closes #47 (2a92f42)

Features

  • allow file without describe(), closes #41 (c3540fe)
  • ui: display more context in test view (e94947c)
    Screenshot 2021-12-12 at 01 37 10
  • ui: display previous errors, closes #42 (d4154bb)
    Screenshot 2021-12-12 at 00 57 52

v0.8.2

10 Dec 13:16
Compare
Choose a tag to compare

Bug Fixes

  • config: normalize buildInclude & buildExclude + improved default buildInclude (41fa34d)
  • externalize @vue/test-utils@1 (dacc8a2)
  • load unserializable config options in workers (8a00059)

Performance Improvements

v0.8.1

10 Dec 05:13
Compare
Choose a tag to compare

Bug Fixes

  • improve pragma parsing error handling (c5f612b)
  • transpile tslib (4b0cfc9)
  • use sourcemaps from vite (0f12843)

Features

  • add module id to import/vite errors (74d9d3e)
  • auto transform esm modules that are not correctly configured for native Node esm (397cf8f)

v0.8.0

09 Dec 14:47
Compare
Choose a tag to compare

Bug Fixes

  • config: merge buildInclude array (4529125)
  • return circular ref if in cache (ceaaa61)

Features

  • buildInclude/buildExclude improve filter if just a module name (45810a6)
  • changed the run all time stats (2be3f96)
  • cli: lazy load command modules, moved to sade (40aa207)
  • remove anymatch from shouldExternalize (53bc14a)
  • remove buildDuration stat (0dda172)
  • server: reuse workers (ac57eba)

Performance Improvements

BREAKING CHANGES

  • buildInclude and buildExclude no longer accept file globs, use RegExp or function instead

Improve performance by not loading anymatch in worker

v0.7.3

08 Dec 22:28
Compare
Choose a tag to compare

Bug Fixes

  • stub vite client (627867d)
  • transform components (.vue) with ssr: false (51cd0a1)
  • vite buld windows fixes (086575e)

Features

  • improved and more precise duration display (867c618)

v0.7.2

08 Dec 19:22
Compare
Choose a tag to compare

Bug Fixes

  • mock fs promises & native (b5f2a67)

Features

  • custom mock fs implementation with improved flow (de3e43a)