Skip to content

Latest commit

 

History

History
60 lines (37 loc) · 1.96 KB

CHANGELOG.md

File metadata and controls

60 lines (37 loc) · 1.96 KB

Changelog

All notable changes to envsync will be documented in this file.

v1.1.0 - 2023-03-22

Added

  • Migrated to Pest v2 #34

Changed

  • Required Laravel 10 as minimum Laravel version #34

v1.0.0 - 2023-02-01

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

  • Added support for Laravel 10 #30

v0.5.0 - 2022-07-21

Changed

  • Improved layouts for console commands #24

v0.4.0 - 2022-04-13

Added

  • 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

v0.3.1 - 2022-02-21

Fixed

  • Two missing environment variables in the default configuration for Laravel 9 projects #6

v0.3.0 - 2022-02-19

Added

  • Support for Filter objects for more complex inclusions and exclusions #5

v0.2.2 - 2022-02-14

Fixed

  • Boolean values will now be copied over as defaults #2

v0.2.1 - 2022-02-07

Added

  • Added MYSQL_ATTR_SSL_CA to exclusions

v0.2.0 - 2022-02-07

Changed

  • Renamed blacklist and whitelist to exclusions and inclusions respectively #1