Skip to content

Latest commit

 

History

History
475 lines (270 loc) · 17.9 KB

CHANGELOG.md

File metadata and controls

475 lines (270 loc) · 17.9 KB

0.2.34 (2024-09-07)

New Features

0.2.33 (2024-08-26)

Bug Fixes

0.2.32 (2024-08-26)

Chores
Bug Fixes

0.2.31 (2024-08-23)

Bug Fixes

0.2.30 (2024-08-08)

Bug Fixes

0.2.29 (2024-08-06)

Bug Fixes

0.2.28 (2024-08-06)

Bug Fixes

0.2.27 (2024-08-05)

Bug Fixes

0.2.26 (2024-08-05)

Bug Fixes

0.2.27 (2024-08-05)

Bug Fixes

0.2.26 (2024-08-05)

Bug Fixes

0.2.25 (2024-08-05)

Bug Fixes

0.2.24 (2024-08-05)

Bug Fixes

0.2.23 (2024-01-10)

New Features

0.2.22 (2023-12-16)

0.2.21 (2023-12-16)

Bug Fixes

0.2.20 (2023-04-08)

Bug Fixes

0.2.19 (2022-10-20)

Bug Fixes

0.2.18 (2022-10-20)

Bug Fixes

0.2.17 (2022-09-28)

Bug Fixes

0.2.16 (2021-12-17)

Bug Fixes

0.2.15 (2021-11-26)

Bug Fixes

0.2.14 (2021-11-19)

0.2.13 (2021-11-19)

New Features

0.2.12 (2021-09-03)

New Features

0.2.11 (2021-07-29)

Bug Fixes

0.2.10 (2021-07-28)

Bug Fixes

0.2.9 (2021-07-26)

New Features

0.2.8 (2021-07-14)

New Features

0.2.7 (2021-06-03)

Bug Fixes

0.2.4 (2021-05-19)

Bug Fixes

0.2.3 (2021-03-19)

Bug Fixes

0.2.2 (2021-03-11)

Chores
Documentation Changes
  • Corrected various typos, grammatical errors, and several pieces of awkward wording in the README. (b76ce7af)
Bug Fixes

0.2.1 (2020-09-24)

Chores

0.2.0 (2020-09-14)

Chores
Bug Fixes

0.1.29 (2019-07-30)

0.1.28 (2019-07-30)

0.1.27 (2019-07-11)

Bug Fixes

0.1.26 (2019-07-11)

Bug Fixes

0.1.25 (2019-07-08)

Refactors

0.1.24 (2019-07-08)

Bug Fixes
  • move @types/execa to dependencies (5c7730d6)
Refactors

0.1.23 (2019-07-01)

Bug Fixes

0.1.22 (2019-06-06)

Bug Fixes

0.1.20 (2019-05-08)

New Features
  • exec: log envs & add resetEnv (8fe7ef1e)

0.1.19 (2019-03-09)

Chores
Documentation Changes
  • api: Add more comments for async (c561458d)
  • readme:
    • Add more comments for async priority (96311727)
    • Add Using in CI servers (00e01792)
New Features
  • cli: add onerror hooks (3d3dbd25)
  • task:
  • util: Add namespace function (c7acd50e)
  • exec:
    • Add pushd/popd, ctx.cwd() => cwd.cwd (a61273df)
    • Add redirectLog option to redirect external command executaion's log to file or stream (4433d252)
  • utils: Add namespacify (9c752f02)
Bug Fixes
Tests

0.1.18 (2019-03-04)

New Features

0.1.17 (2019-03-01)

Chores
Documentation Changes
  • api: Add more comments for async (c561458d)
  • readme: Add more comments for async priority (96311727)
New Features
  • task: add before & after hooks (0bdacfa1)
Tests

0.1.16 (2019-01-31)

New Features
  • task: Async deps support priority (782c5695)
Bug Fixes
  • task: Fix skipped in parallel (9a574767)

0.1.15 (2019-01-30)

Bug Fixes
  • fs: Fix mkdirp parallel conflicts (6de5e98c)

0.1.14 (2019-01-30)

Bug Fixes
  • fs: Fix mkdirp parallel conflicts (f54ef525)

0.1.13 (2019-01-30)

Documentation Changes
  • readme: Add Using in CI servers (00e01792)
New Features
  • util: Add namespace function (c7acd50e)
  • exec: Add pushd/popd, ctx.cwd() => cwd.cwd (a61273df)
Bug Fixes

0.1.12 (2019-01-21)

Bug Fixes
  • fs: copy should override existed files by default (e510d0d9)

0.1.11 (2019-01-15)

New Features
  • exec: Add redirectLog option to redirect external command executaion's log to file or stream (4433d252)
  • utils: Add namespacify (9c752f02)
Bug Fixes

0.1.10 (2019-01-14)

Bug Fixes

0.1.9 (2019-01-12)

New Features
  • cli:
    • Try load global installed foy if cannot find in local (216510d2)
    • Search Foyfiles in parent directories (0bdfc802)
  • fs:
    • Naming, filter => skip (cb01de60)
    • Add json options for fs.outputJson (0c60df36)
  • exec & task: Add log command options (2f7a782b)
Bug Fixes
  • task:
    • Add dependency graph loading & dependency sugar (f98c2d39)
    • Make taskManager singleton (f797af2a)
  • exec: Fix .env() only return env value when passing one parameter (52af9510)
  • util: Fix sleep ms (6511cc11)
Refactors

0.1.8 (2019-01-10)

New Features
  • fs:
    • Naming, filter => skip (cb01de60)
    • Add json options for fs.outputJson (0c60df36)
  • exec & task: Add log command options (2f7a782b)
  • cli: Search Foyfiles in parent directories (0bdfc802)

0.1.7 (2019-01-09)

New Features
Bug Fixes
  • exec: Fix .env() only return env value when passing one parameter (52af9510)
  • util: Fix sleep ms (6511cc11)

0.1.6 (2018-12-29)

Chores
New Features