main (unreleased)
- FEATURE: Support defining validations in the .env.template file
- DX: Use Standardrb's config for RuboCop
- DX: Update GitHub Workflow to test with Ruby 3.2
v1.3.0 /2023-01-03 (commits)
v1.2.0 /2022-04-04 (commits)
- FEATURE: Add UUID format
- FEATURE: Better error management for a scenario where .env.sample is missing
- FEATURE: Add boolean format
v1.1.0 /2021-09-14 (commits)
- Implement overcommit + styleguide
- Add sponsorship section and logo to the README
- BUGFIX: Make sure that we properly calculate the root for the sample file
- BUGFIX: Added CHANGELOG doc
- BUGFIX: Fix string format validation
- Namespace the version file on the file system
- BUGFIX: Explicitly require "pathname" from the stdlib
- BUGFIX: Drop dependency on dotenv
v1.0.0 / 2021-07-29 (commits)
- Official Release