-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
16 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,30 @@ | ||
# main [(unreleased)](https://github.com/fastruby/dotenv_validator/compare/v1.3.0...main) | ||
|
||
- [FEATURE: Support defining validations in the .env.template file](https://github.com/fastruby/dotenv_validator/pull/65) | ||
- [DX: Use Standardrb's config for RuboCop](https://github.com/fastruby/dotenv_validator/pull/66) | ||
* [FEATURE: Support defining validations in the .env.template file](https://github.com/fastruby/dotenv_validator/pull/65) | ||
* [DX: Use Standardrb's config for RuboCop](https://github.com/fastruby/dotenv_validator/pull/66) | ||
|
||
# v1.3.0 /2023-01-03 [(commits)](https://github.com/fastruby/dotenv_validator/compare/v1.2.0...v1.3.0) | ||
|
||
- [FEATURE: Add ruby types support](https://github.com/fastruby/dotenv_validator/pull/61) | ||
- [FEATURE: Show value and format for invalid values](https://github.com/fastruby/dotenv_validator/pull/62) | ||
* [FEATURE: Add ruby types support](https://github.com/fastruby/dotenv_validator/pull/61) | ||
* [FEATURE: Show value and format for invalid values](https://github.com/fastruby/dotenv_validator/pull/62) | ||
|
||
# v1.2.0 /2022-04-04 [(commits)](https://github.com/fastruby/dotenv_validator/compare/v1.1.0...v1.2.0) | ||
|
||
- [FEATURE: Add UUID format](https://github.com/fastruby/dotenv_validator/pull/54) | ||
- [FEATURE: Better error management for a scenario where .env.sample is missing](https://github.com/fastruby/dotenv_validator/pull/40) | ||
- [FEATURE: Add boolean format](https://github.com/fastruby/dotenv_validator/pull/38) | ||
* [FEATURE: Add UUID format](https://github.com/fastruby/dotenv_validator/pull/54) | ||
* [FEATURE: Better error management for a scenario where .env.sample is missing](https://github.com/fastruby/dotenv_validator/pull/40) | ||
* [FEATURE: Add boolean format](https://github.com/fastruby/dotenv_validator/pull/38) | ||
|
||
# v1.1.0 /2021-09-14 [(commits)](https://github.com/fastruby/dotenv_validator/compare/v1.0.0...v1.1.0) | ||
|
||
- [Implement overcommit + styleguide](https://github.com/fastruby/dotenv_validator/pull/18) | ||
- [Add sponsorship section and logo to the README](https://github.com/fastruby/dotenv_validator/pull/19) | ||
- [BUGFIX: Make sure that we properly calculate the root for the sample file](https://github.com/fastruby/dotenv_validator/pull/22) | ||
- [BUGFIX: Added CHANGELOG doc](https://github.com/fastruby/dotenv_validator/pull/26) | ||
- [BUGFIX: Fix string format validation](https://github.com/fastruby/dotenv_validator/pull/29) | ||
- [Namespace the version file on the file system](https://github.com/fastruby/dotenv_validator/pull/30) | ||
- [BUGFIX: Explicitly require "pathname" from the stdlib](https://github.com/fastruby/dotenv_validator/pull/31) | ||
- [BUGFIX: Drop dependency on dotenv](https://github.com/fastruby/dotenv_validator/pull/32) | ||
* [Implement overcommit + styleguide](https://github.com/fastruby/dotenv_validator/pull/18) | ||
* [Add sponsorship section and logo to the README](https://github.com/fastruby/dotenv_validator/pull/19) | ||
* [BUGFIX: Make sure that we properly calculate the root for the sample file](https://github.com/fastruby/dotenv_validator/pull/22) | ||
* [BUGFIX: Added CHANGELOG doc](https://github.com/fastruby/dotenv_validator/pull/26) | ||
* [BUGFIX: Fix string format validation](https://github.com/fastruby/dotenv_validator/pull/29) | ||
* [Namespace the version file on the file system](https://github.com/fastruby/dotenv_validator/pull/30) | ||
* [BUGFIX: Explicitly require "pathname" from the stdlib](https://github.com/fastruby/dotenv_validator/pull/31) | ||
* [BUGFIX: Drop dependency on dotenv](https://github.com/fastruby/dotenv_validator/pull/32) | ||
|
||
# v1.0.0 / 2021-07-29 [(commits)](https://github.com/fastruby/dotenv_validator/tree/v1.0.0) | ||
|
||
- Official Release | ||
* Official Release |