Skip to content

Releases: modern-magic/grm

v0.9.3

08 Aug 05:32
43d460c
Compare
Choose a tag to compare
chore: release v0.9.3

v0.9.2

19 Jun 04:29
ba61dc4
Compare
Choose a tag to compare
chore: release v0.9.2

v0.9.1

04 Jun 08:10
153d431
Compare
Choose a tag to compare
chore: release v0.9.1

V0.9.0

17 Apr 04:14
9b6cc1e
Compare
Choose a tag to compare

Background

Feature & Improves

  • Perf grm ls speed.
  • Perf grm test speed.
  • Reduce project size.
  • More friendly prompt option.

Major

After v0.9.0 we don't read .grmrc any more. We record all conf in your local path.

V0.8.0

21 Sep 06:51
4387eb2
Compare
Choose a tag to compare

Background

Feature and Improves

  • test command support test custom multiple source. ( In past we just get the frist arg from stdout. But now accepts multiple
$ grm test npm yarn 

Improves

Optimize helper info.

V0.7.0

18 Aug 07:48
Compare
Choose a tag to compare

Background

Major

Don't support read .nrm file as a preset config. we will use yaml replace it. So you need re set your registry.

V0.6.2

11 Aug 07:39
Compare
Choose a tag to compare

Background

Patches

  • Fix add registry can same as preset registry.

Major

Use directive no longer provides a default source.

v0.6.1

24 May 13:04
f6818eb
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.6.0...v0.6.1

V0.6.0

16 May 05:11
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.5.1...v0.6.0

V0.5.1

03 May 16:03
afb878d
Compare
Choose a tag to compare

Background

Feature & Improves

Imporves

  • Add registry uri validate func. #17
  • Added validation for name.(In past you can named same as preset source alias it's unreasonable) #17

Feature

  • We support linux system package. you can use brew install it. #16

Patches

  • Fix logger in darwin system.