Skip to content

0.9.0 - EnvVar to Enum support

Choose a tag to compare

@Firehed Firehed released this 22 Aug 18:54
· 35 commits to main since this release
c717c08

This release adds support for streamlined reading of environment vars into backed enums. This streamlines common pain points such as environment-specific "drivers" in a more modern PHP deployment.

What's Changed

  • Minor updates for newer dependencies by @Firehed in #48
  • Update CI tools+deps by @Firehed in #49
  • Remove polyfills redundant with PHP 8.1 by @Firehed in #50
  • Update internals to native types and constructor promotion by @Firehed in #51
  • Support casting env to enum by @Firehed in #43
  • Add more detailed explainer in enum section by @Firehed in #52

Full Changelog: 0.8.0...0.9.0