All notable changes to
the envitonment-decoder
npm package
will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Functionality to add default value for non-required environment flag. Expand the functions
as{Type}
to include.withDefault({type})
, fx:asBoolean.withDefault(false)
- Changelog file.
- Documentation with examples for React.js and Node.js application.
- Validation for missing environment variables will now be gathered and throw once will all missing environment variables.
- Decode environment variables into a typed object.