Skip to content

Latest commit

 

History

History
291 lines (99 loc) · 7.53 KB

CHANGELOG.md

File metadata and controls

291 lines (99 loc) · 7.53 KB

6.0.1 (2024-07-15)

6.0.0 (2024-02-27)

5.1.8 (2024-02-24)

5.1.7 (2023-08-20)

Bug Fixes

5.1.6 (2023-08-16)

Bug Fixes

  • types: remove not necessary types packages (1142dbf)

5.1.5 (2023-08-16)

5.1.4 (2023-08-16)

5.1.3 (2023-08-11)

5.1.2 (2023-08-11)

5.1.1 (2023-08-11)

5.1.0 (2023-08-07)

5.0.1 (2023-05-28)

5.0.0 (2023-05-27)

4.1.0 (2023-03-09)

4.0.6 (2023-01-03)

Features

  • build: allow to use built metapak modules (b614983)
  • types: add more typing and export it (8011ef2)

4.0.5 (2023-01-01)

4.0.4 (2022-05-26)

Bug Fixes

  • options: fix CLI options (6f5fc2f)

4.0.3 (2022-05-25)

4.0.2 (2021-04-09)

Bug Fixes

  • require: add forgotten require default (add7c4e)

4.0.1 (2021-04-09)

4.0.0 (2021-04-09)

chore

  • dependencies: update dependencies (c5ed8e2)

BREAKING CHANGES

  • dependencies: Only work with Node12+

3.1.10 (2020-05-17)

3.1.9 (2020-05-17)

3.1.8 (2020-03-20)

Bug Fixes

  • dependencies: fix mkdirp signarutre change (921f0cb)

3.1.7 (2020-02-02)

3.1.6 (2019-02-13)

Bug Fixes

  • Core: Fix metapak module check for plugins running themselves (6a71d23)

3.1.5 (2019-02-03)

Bug Fixes

  • Plugin resolution: Use the require resolution to retrieve configs (87946c2)

3.1.4 (2019-02-03)

Bug Fixes

  • Install: Remove the install script which in not useful (fab9d59)

3.1.3 (2019-02-03)

3.1.2 (2019-02-02)

3.1.1 (2019-01-28)

Bug Fixes

  • Core: Avoid false positive warnings (e609347)

3.1.0 (2019-01-27)

3.0.1 (2019-01-27)

Bug Fixes

  • Metapak config: Add forgotten bundle files (7aa4c79)

3.0.0 (2019-01-27)

Features

  • Hooks: Avoid running hooks transforms for non-root repos (ccfe02b)

BREAKING CHANGES

  • Hooks: Will break for versions prior to Node 8

2.0.0 (2018-10-21)

Bug Fixes

  • bin/metapak.js: fix .git path (82bed36)

1.0.3 (2018-02-06)

Bug Fixes

  • metapak.js: Accept scoped packages (65f001f)

1.0.2 (2017-12-03)

Bug Fixes

  • Bin: Print catched errors in stderr (12bc76c)
  • Install: Fix post install script (8b385c5)

1.0.1 (2017-12-02)

Bug Fixes

  • Configs: Preserve original configs sequence (984f830)
  • Dependencies: Update debug due to its vulnerability (28f24de)

1.0.0 (2017-11-26)

Bug Fixes

  • Install: No more automatic metapak run (3b74e80), closes #11 #3

Features

  • Assets: Rename _dot_ prefixed files (9dd73f7), closes #4
  • Bin: Add options for dry and safe runs (db78e64)
  • Package: Warn users that using metapak to chenges dependencies is not nice. (79ce7e8), closes #9

BREAKING CHANGES

  • Install: Break previous metapak configurations

0.0.21 (2017-07-15)

0.0.20 (2017-04-14)

Bug Fixes

  • hooks: Fix the git hooks directory retrieval on MacOSX (85f0d1d)