Skip to content

Latest commit

 

History

History
170 lines (71 loc) · 6.58 KB

CHANGELOG.md

File metadata and controls

170 lines (71 loc) · 6.58 KB

Change Log

All notable changes to this project will be documented in this file. See Conventional Commits for commit guidelines.

0.11.2 (2023-06-26)

Bug Fixes

0.11.1 (2023-06-07)

Bug Fixes

  • ignore stuff in the root (55a118f)

0.11.0 (2023-06-07)

Features

  • accept typescript tests (470f9ce)
  • collect coverage from typescript files (da1cee5)
  • configure css modules env vars (3e20fb8)
  • configure svg-transformer (72d65e7)
  • detect test environment from package.json (cc18162)
  • fallback to compile script (64e4205)
  • ignore build directory (b29850e)
  • ignore declaration files by default (34b4c94)
  • ignore scripts directory (39f41e6)
  • map common binary files with file mock (62446e6)
  • transform typescript modules (8a42af3)
  • transform typescript tests (35625be)
  • use v8 as default coverage provider (ee8807c)

0.10.0 (2023-03-23)

Bug Fixes

  • fortify the cleanup procedure (4984c58)
  • upgrade dependencies (17b3442)

Features

  • isolate packages based on project scope (ab95537)
  • print products as their finished (27e25bd)
  • run lerna scripts based on scope (07e6737)

0.9.1 (2023-02-06)

Bug Fixes

  • resolve flags in constructor (034cf86)
  • reuse initialized packages (4d04d18)

0.9.0 (2023-02-01)

Features

  • read afterEnv from base workspace (380e1da)

0.8.1 (2023-01-24)

Bug Fixes

  • read package manifest less (0c470af)

0.8.0 (2023-01-23)

Features

  • run build script when defined (903acb5)
  • selectively build artifact variants (9e228c2)

BREAKING CHANGES

  • package isolation now needs to be configured in package.json

0.7.1 (2023-01-03)

Bug Fixes

  • link scoped package properly (4107d53)

0.7.0 (2023-01-03)

Features

  • support bundling scoped packages (146ec42)

0.5.7 (2022-11-23)

Bug Fixes

0.5.5 (2022-10-21)

Bug Fixes

  • allow overriding setup files (61c6eae)
  • collect coverage from jsx files (c8d9e74)
  • collect coverage from mjs files (18c74a9)
  • do not run linter setup files after env (0639ecb)
  • drop deprecated name config (236d75c)
  • ignore samples (80d8bf1)
  • lint mjs files (64f259f)
  • setup integration tests separately (df8cd1d)
  • support lerna-6 (3eb10d7)