Skip to content

2.0.0

Choose a tag to compare

@Meldiron Meldiron released this 16 Dec 12:14
· 9 commits to main since this release
f58191a

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

Full Changelog: 1.0.0...2.0.0