Skip to content

mrm@3.0.0

Choose a tag to compare

@sapegin sapegin released this 07 Apr 09:40
· 104 commits to master since this release

3.0.0 (2021-04-07)

Features

  • Autoload tasks and presets (#99) (b866455), closes #97
  • Increase minimum supported Node.js version from 8 to 10 (#138) (224c673)
  • Remove default preset from mrm package dependencies (#136) (9fdc2e9)
  • Remove old config API (#139) (391d2ae)

BREAKING CHANGES

  • Node.js 8 or 9 are no longer supported, the minimum supported version is now 10.13.
  • The old config API (.defaults(), .required() and .values()) is no longer available.
  • Mrm will no longer load globally installed tasks and presets but will autoload them directly from npm, similar to how npx works (we're actually using npx under the hood).
  • mrm-preset-default is no longer a dependency or mrm, tasks will be autoinstalled when you run them for the first time.