Skip to content

Latest commit

 

History

History
165 lines (83 loc) · 4.01 KB

CHANGELOG.md

File metadata and controls

165 lines (83 loc) · 4.01 KB

Changelog

All notable changes to laravel-self-updater will be documented in this file.

v0.3.2 - 2024-10-23

What's Changed

  • Added changelog file and git workflow for changelog updates
  • Introduced PR template
  • Reset Git cache to fix caching issues

Full Changelog: https://github.com/anisAronno/laravel-self-updater/compare/v0.3.1...v0.3.2

v0.3.1 - 2024-10-17

What's Changed

  • Updated documentation for clearer usage instructions by @anisAronno in #5.
  • Enhanced error handling during the update process to provide more informative messages to users by @anisAronno in #4.

New Contributors

  • @anisAronno made their first contribution in #4.

Full Changelog: 0.3.0...0.3.1


v0.3.0 - 2024-10-17

What's Changed

  • Refactored the codebase for better maintainability and clarity.
  • Improved the performance of update checks to ensure quicker response times.
  • Updated documentation to accurately reflect recent changes in configuration options.

Contributors

  • @anisAronno

Full Changelog: 0.2.4...0.3.0


v0.2.4 - 2024-10-16

What's Changed

  • Introduced support for multiple version control systems in the update process.
  • Added comprehensive unit tests to enhance the reliability of major functionalities.

Bug Fixes

  • Fixed an issue with version tag parsing for GitHub releases.

Full Changelog: 0.2.3...0.2.4


v0.2.3 - 2024-10-11

What's New

  • Added support for GitLab as an alternative version control system.
  • Improved user experience by enhancing command-line feedback during updates.

Full Changelog: 0.2.2...0.2.3


v0.2.2 - 2024-10-08

What's New

  • Enhanced configuration options for custom update sources.
  • Improved error handling for invalid configurations, leading to a more robust setup.

Full Changelog: 0.2.1...0.2.2


v0.2.1 - 2024-10-06

What's Changed

  • Introduced a new artisan command for listing available updates.
  • Enhanced command-line interface messages for clearer user feedback.

Full Changelog: 0.2.0...0.2.1


v0.2.0 - 2024-10-04

New Features

  • Composer Integration: Added support for Composer to manage dependencies effectively.
  • Mockery Integration: Integrated Mockery for enhanced unit testing capabilities.

Bug Fixes

  • Resolved compatibility issues with recent Laravel versions.

Full Changelog: 0.1.2...0.2.0


v0.1.2 - 2024-10-04

What's New

  • Updated the README file for improved clarity on installation and usage instructions.

v0.1.1 - 2024-10-03

What's Changed

  • Improved unit tests for core functionalities.
  • Added detailed error messages for failed update attempts.

Full Changelog: 0.1.0...0.1.1


v0.1.0 - 2024-10-02

Release Notes

  • Initial release of the Laravel Self Updater package with basic features for managing updates.

v0.0.2 - 2024-10-02

Highlights

  • Updated Composer command for better dependency management.

v0.0.1 - 2024-10-01

Release Title

Initial Beta Release

Release Description

🚀 Initial Beta Release of Laravel Auto Updater (v0.0.1)

We are thrilled to announce the first beta release of Laravel Auto Updater — a package designed to automate the update process for Laravel applications and packages.