Releases: sourcelair/env-spec-js
Releases · sourcelair/env-spec-js
0.5.0
🆕Features
- New API based on promises (#25 by @akanellop)
- Implement syntax for comments (#23 by @akanellop)
- Serialize env spec form back to object (#29 by @akanellop)
💪 Improvements
- Better error messages (#27 by @akanellop)
🐞Bug fixes
- Do not allow multiple variables with the same name (#30 by @akanellop)
0.4.0
💪 Improvements
- Add JSDoc documentation and expand formatting (#20 by @akanellop)
🐞Bug fixes
- Fix default value syntax for restricted choices (#21 by @akanellop)
0.3.0
🆕 Features
- All new demo page (#12 by @akanellop)
- Implemented syntax for restricted choices (#17 by @akanellop)
- Implemented syntax for default values (#19 by @akanellop)
0.2.0
🆕 Features
- Implement types in
.env.spec
syntax (#6 by @akanellop)
🕶 Improvements
- Add code style checking via
prettier-check
in Travis (#10 by @akanellop)