Skip to content

Releases: joeldenning/narn

v1.3.2

29 Oct 01:34
Compare
Choose a tag to compare

Fixes

  • Fixing bug where narn test --watch didn't work in npm packages (9a06458)

v1.3.1

29 Oct 01:26
Compare
Choose a tag to compare

Fixes

  • Fix bug where narn --version would result in an npm install.
  • Add support for narn -v (in addition to narn --version)

v1.3.0

29 Oct 01:19
Compare
Choose a tag to compare

Features

  • Support narn global commands (they always use yarn) (a9fcbbd #5)
  • Printing out narn version when narn --version is executed (122e93e #6)

v1.2.0

29 Oct 00:50
Compare
Choose a tag to compare

Features

  • Support installing from https/git urls (a897240 #2)
  • Support narn test --watch (733bfa1 #3)
  • Support narn add file:../thing (4a015b2 #4)

v1.1.2

28 Oct 16:57
Compare
Choose a tag to compare

Fixes

  • Fix for narn add thing --dev, and support for -D. (#1 via @Rabbitzzc)
  • Reinstating yarn.lock file, and small refactor to yarn add. (fdcd624)

v1.1.1

26 Oct 00:31
Compare
Choose a tag to compare

Fixes

  • Fix bug where first devDep wouldn't be forced to latest if version was omitted (7743f73)

v1.1.0

26 Oct 00:25
Compare
Choose a tag to compare

Features

  • Supporting narn add --dev name-of-package (f7da8b1)

v1.0.0

24 Oct 19:46
Compare
Choose a tag to compare

Initial implementation. See readme.