Skip to content

Latest commit

 

History

History
384 lines (173 loc) · 21.1 KB

changelog.md

File metadata and controls

384 lines (173 loc) · 21.1 KB

@redisrupt/better-npm-run - Changelog

v5.0.3

  • Refactoring

v5.0.2

v5.0.1

v5.0.0

  • Refactoring

v3.0.0

v0.1.0

v0.0.15

  • Other changes

  • undefined

    • Fix syntax error - 8cbd7e0, zhongzhi107, 20/03/2017 03:22:23

    • Use object-assign - f2865d6, zhongzhi107, 20/03/2017 03:21:41

    • Update readme.md - da65ee5, zhongzhi107, 07/03/2017 05:38:01

    • Support more dotenv options - 281440d, zhongzhi107, 07/03/2017 05:16:09

      Options Path

      Default: .env

      You can specify a custom path if your file containing environment variables is named or located differently.

      require('dotenv').config({path: '/custom/path/to/your/env/vars'})

      Encoding

      Default: utf8

      You may specify the encoding of your file containing environment variables using this option.

      require('dotenv').config({encoding: 'base64'})

    • silent flag using commander - 7f93c94, [Georgina Gilbert](https://github.com/Georgina Gilbert), 24/01/2017 06:09:25

v0.0.12

v0.0.11

v0.0.10