Mrm Core Versions Save

Utilities to make tasks for Mrm

v4.0.1

4 years ago

4.0.1 (2019-12-10)

Bug Fixes

  • Correctly escape the ^ for Windows (#43) (69b6bd8)

v4.0.0

4 years ago

4.0.0 (2019-11-23)

Breaking

Build

  • Fix typo in semantic-release config (aa4ca7a)

Chore

  • Use ESLint semantic-release preset (d9d65e7)

Docs

v3.3.4

4 years ago
  • Fixed: Fix the type definition file (#33)

v3.3.3

4 years ago
  • Fixed: Fix spawn on Windows (#32)

v3.3.2

4 years ago
  • Fixed: Fix TypeScript types after #30 (#31)

v3.3.1

4 years ago
  • Fixed: Return a Promise from install/uninstall functions (#30)
  • Fixed: Update js-yaml and lodash dependencies (#26)

v3.3.0

5 years ago

New features

Add delete() method to all file formats.

(#24 by @sapegin)

v3.2.0

5 years ago

New features

Full support of semver ranges in install() method:

install({ lodash: '^4.17.3' }) // Install particular version
install(['lodash'], { versions: { lodash: '^4.17.3', other: '1.0.0' } }) // Install particular version

(#22 bt @npirotte)

v3.1.3

5 years ago
  • Fixed: Chalk → Kleur ? (#17)

v3.1.2

5 years ago
  • Fixed: Update readme-badger, simplify code a bit