Skip to content

Latest commit

 

History

History
144 lines (56 loc) · 6.52 KB

CHANGELOG.md

File metadata and controls

144 lines (56 loc) · 6.52 KB

1.1.1 (2024-01-02)

Bug Fixes

  • spelling of dev_dependencies in melos.yaml schema (6d11dcd)

1.1.0 (2024-01-02)

Features

  • add dependencyOverrides to melos.yaml schema (#48) (0048471)
  • add enforceLockfile, environment, dependencies and devDependencies to melos.yaml schema (#53) (ee441bd)
  • add fetchTags to melos.yaml schema (#49) (d0efb28)
  • add runPubGetOffline and runPubGetOffline to melos.yaml schema (#51) (c5fc37f)

1.0.1 (2023-04-24)

Bug Fixes

  • add clean hooks to melos.yaml schema (#47) (7041836)

1.0.0 (2023-04-20)

Features

  • support Melos 3 (#46)
  • add self-hosted repositories to melos.yaml schema (#40) (b321207)

0.6.0 (2022-10-26)

Features

  • add ide.intellij.enabled and command.version.releaseUrl to melos.yaml schema (#39) (69c29db)

0.5.0 (2022-09-15)

Features

  • add moduleNamePrefix to melos.yaml schema (87f88e8)
  • don't touch dart.runPubGetOnPubspecChanges when usePubspecOverrides is enabled (#38) (da73508), closes #36 #37

0.4.3 (2022-06-15)

Features

0.4.2 (2022-05-22)

Features

  • add new options to melos.yaml schema (2c79fca)

0.4.1 (2022-04-28)

Bug Fixes

  • don't use --all flag when invoking melos list (#33) (27c92d4)

Features

  • add new properties to melos.yaml schema (#32) (adf0b99)

0.4.0 (2022-03-26)

Bug Fixes

  • only run melos script in selected package (#31) (55c8636)

0.3.0 (2021-12-30)

Bug Fixes

  • allow scalar values for env args of scripts in melos.yaml (#23) (899a128)
  • fill window with package graph (96cba55), closes #19
  • use --all flag with melos list (69cd405), closes #21

Features

  • add editor title menu entries for melos.yaml (cc43a75), closes #20

0.2.1 (2021-12-13)

Features

0.2.0 (2021-12-08)

Bug Fixes

  • add workspaceChangelog to yaml scheme (2f82b4a)

Features

0.1.0

  • Initial release