2.0.0
2.0.0 Release
- Configs are now instanced, compared to previous static
::getParam() - Configs can now be loaded from variable, file, or env variables
- Configs are now strictly typed and require validator
- Dot notation is now supported for key lookup
- Dotenv parser now parses values smartly for boolean types
Check our README.md for code examples.
What's Changed
- Refactor: assertions
by @lohanidamodar in #16 - Feat: V2 by @Meldiron in #17
Full Changelog: 1.0.0...2.0.0