All notable changes to envsync
will be documented in this file.
- Migrated to Pest v2 #34
- Required Laravel 10 as minimum Laravel version #34
Note: Whilst this is a major release, there are no breaking changes. We feel Envy is battle tested enough to be considered stable, so we're moving to a 1.0.0 release 🥳
- Added support for Laravel 10 #30
- Improved layouts for console commands #24
- Missing .env files will now display a friendly error message in the console #21
- Missing broadcast .env values added to default values #20
- Missing AWS .env values added to default values #19
- Illuminate/Contracts version has been updated to earliest that supports feature set #18
- Github Actions checkout upgraded from v2 to v3 #16
- Two missing environment variables in the default configuration for Laravel 9 projects #6
- Support for
Filter
objects for more complex inclusions and exclusions #5
- Boolean values will now be copied over as defaults #2
- Added
MYSQL_ATTR_SSL_CA
toexclusions
- Renamed
blacklist
andwhitelist
toexclusions
andinclusions
respectively #1