This repository was archived by the owner on Apr 21, 2025. It is now read-only.
Release 0.1.0
0.1.0 (2020-06-16)
Features
- cli: allow custom commands (8a2a232)
- cli: default to running commands in parallel (43ea6c8)
- cli, eslint-config: add support for eslint command (7cdc0b1)
- cli, jest-preset: add jest config (2fea3be)
- core: look in parent directories for package config (ad77639)
- core, cli: add support for dev stubbing (fa77a7b)
- jest-preset: add basic jest preset (68f93c5)
- jest-preset: allow extending jest (e20c294)
- add support for json config (901609f)
- allow typescript siroc config (79976d1)
Bug Fixes
- cli: allow tests to pass with no tests (1383ed1)
- jest-preset: support js transform (e2b0c6a)
- add
Object.entriespolyfill for node 10 (5566a16) - add
Object.fromEntriespolyfill for node 10 (0c9d8e6) - ix
allSettledpolyfill for node 10 (e91e8c8) - remove circular dependency (9053c27)
- remove nuxt known authors (23c0019)
- core: only create stubs for buildable packages (32ca50d)
- revert allSettled polyfill temporarily (3d136f2)
- use relative path for module stubs (610c7d0)