Skip to content

Latest commit

 

History

History
76 lines (51 loc) · 2.93 KB

CHANGELOG.md

File metadata and controls

76 lines (51 loc) · 2.93 KB

Changelog

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

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[1.2.3] - 2023-10-30

Fixed

  • URL in comment now includes protocol (https://) to ensure it links properly (#12).

1.2.2 - 2023-10-30

Fixed

  • Fix null values propagating through the code (#11).
  • Use stricter settings in TS Config (#11).

1.2.1 - 2023-10-30

Fixed

  • Backups are now deleted upon closing a pull reques.
  • Misc fixes for comments.

1.2.0 - 2023-10-30

Added

  • Resources are now deleted upon closing a pull request (#9).
  • Merging a PR now creates a deploy request in PlanetScale (#9).
  • Comments are now created upon succesfully completing an action (#10).

1.1.0 - 2023-10-30

Added

  • A new parameter, branches, allows custom mappings from git branches to planetscale branches (#6).

Fixed

  • PlanetScale now waits for a backup to complete before attempting to restore it in a new branch (#6).

1.0.4 - 2023-10-27

Fixed

  • Log severity is now more sensible for running info logs (#5).

1.0.3 - 2023-10-27

Fixed

  • Url parts generated from branch names are now valid (#4).

1.0.2 - 2023-10-27

Fixed

  • Debug logs are now emitted in CI (#3).

1.0.1 - 2023-10-27

Fixed

  • Set php-version as an input in action.yml (#2).

1.0.0 - 2023-10-27

This was the initial release of laravel-deploy.