Skip to content

Releases: benoror/better-npm-run

0.1.0

31 Jul 14:30
Compare
Choose a tag to compare

CHANGELOG:

  • Don't pass bnr flags to specified command via #70 thanks @laverdet

0.0.15

20 Mar 19:13
Compare
Choose a tag to compare
  • Refactor using commander via #64
  • Support more dotenv options via #65

release 0.0.14

08 Jan 04:28
Compare
Choose a tag to compare

This release includes the following changes:

  • Added -s | --silent flag requested in #60 via #62. Thanks to @RIP21!

release 0.0.13

28 Oct 18:13
cd69d87
Compare
Choose a tag to compare

This release includes the following changes:

  • Revert breaking change introduced in v0.0.12 (#55) where environment variables defined in betterScripts definition were being overridden by the .env file

release 0.0.8

22 Jun 00:31
Compare
Choose a tag to compare
Merge pull request #43 from royriojas/alias

fix #42. Add shorter cli alias

release 0.0.7

08 Feb 16:37
Compare
Choose a tag to compare

Changelog:

  • Use dot-env package
  • remove 'endofline' package

0.0.6 release

08 Feb 16:37
Compare
Choose a tag to compare
CHANGELOG:

  - remove \r if found when reading .env

0.0.5

10 Dec 22:21
Compare
Choose a tag to compare
  • Improve README.md via 2dafaf (#25)
  • Pipe stdout, stderr via e349d4 (#24)
  • Support colors via 2e15ab

0.0.4

10 Nov 23:31
Compare
Choose a tag to compare

0.0.4

0.0.3

23 Oct 21:59
Compare
Choose a tag to compare

Changelog:

  • Handle exit codes via #13