Skip to content
This repository has been archived by the owner on Jan 10, 2022. It is now read-only.

v4.0.0

Latest
Compare
Choose a tag to compare
@allouis allouis released this 03 Dec 14:08
· 149 commits to master since this release
  • 🔥 Drop support for Node v6
  • ✨ Use double underscores as separator for config from environment
    • before: config.get('some__key')
    • after: config.get('some:key')