Skip to content

Releases: tiny-blocks/environment-variable

v1.2.0

15 Jan 12:35
1b06c36

Choose a tag to compare

  • Bump PHP requirement to 8.5 in composer.json and Docker image.
  • Update dependencies and scripts for compatibility and performance.
  • Refactor Makefile for clarity, add help and colorized output.
  • Improve .gitignore and .gitattributes handling.
  • Add dependabot and CodeQL configuration for automated security and dependency checks.
  • Refactor CI workflow, introduce build artifact, optimize job dependencies, and update actions versions
  • Refactor exception constructors for readonly properties.
  • Update EnvironmentVariable API for nullable default values.

v1.1.1

07 Jan 01:25
7239c4b

Choose a tag to compare

  • Fixes execution of composer scripts and updates dependencies.

v1.1.0

09 Dec 18:11
96527a6

Choose a tag to compare

  • Introduced the fromOrDefault method to allow retrieving environment variables with a default value.

v1.0.0

09 Dec 17:23
ae57a2f

Choose a tag to compare

  • Adds methods for access, type conversions (string, integer, boolean), and validation.