diff options
| author | Malo Bourgon <mbourgon@gmail.com> | 2022-08-24 17:53:45 -0700 |
|---|---|---|
| committer | Malo Bourgon <mbourgon@gmail.com> | 2022-09-01 10:50:23 -0700 |
| commit | 9b3104f90d67c233f8f9c212ef31750d0ccd6bf9 (patch) | |
| tree | b0f598cdb88fd25bfedfe436b375dd2e0070db95 /CHANGELOG | |
| parent | 2ddebb3189ccd54c7741f6feaaa9d131685a62c5 (diff) | |
Update changelog
Diffstat (limited to 'CHANGELOG')
| -rw-r--r-- | CHANGELOG | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +2022-08-24 +- Major changes to `homebrew` module + `homebrew.cleanup` was renamed to `homebrew.onActivation.cleanup`. + + `homebrew.autoUpdate` was renamed to `homebrew.onActivation.autoUpdate`. + + `homebrew.onActivation.upgrade` was added, and the default behavior of the + module was changed to not upgrade installed formulae and apps. + + `homebrew.global.autoUpdate` was added. + + `homebrew.global.noLock` was replaced with `hombrew.global.lockfiles`. + + `homebrew.caskArgs` submodule was added for configuring arguments to be used + for all casks. + + `homebrew.{taps,brews,casks}` were reimplemented as lists of submodules, + instead of lists of strings, with well documented options for all available + arguments for these Brewfile entry types, while preserving backwards + compatibility with the previous implementation. + 2022-08-14 - nix module updated to bring it back in sync with it's NixOS counterpart It should now be much more fiesable to share code for this module between |
