- 0b1ab9b: add new decorator-less config style using
config()
function
- 875430c: Add support to use without decorators by implementing a static method
configure()
which callsregisterProperty()
with the options instead
- 1917c73: Remove support for loading .env files. This should be done separately
- 6fcbab0: Implement the unset flag to delete environment variable after reading
- 477d956: Add support for setting optional env prefix
- effd012: Add optional options to .load() to specifiy path to load .env from
- 97f35ef: Add .boolean and .object to envprop
- 4b22b0a: Simplify API by exporting type decorators
- ff3eccf: Make values without default value by default required
- 9006dee: Add dist/ path explicitly
- 94ef6bf: Implement envSeparator support
- fd390cc: Fix distribution
- 79091f7: Initial release