All notable changes to laravel-self-updater
will be documented in this file.
- 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
- 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.
- @anisAronno made their first contribution in #4.
Full Changelog: 0.3.0...0.3.1
- 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.
- @anisAronno
Full Changelog: 0.2.4...0.3.0
- Introduced support for multiple version control systems in the update process.
- Added comprehensive unit tests to enhance the reliability of major functionalities.
- Fixed an issue with version tag parsing for GitHub releases.
Full Changelog: 0.2.3...0.2.4
- 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
- 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
- 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
- Composer Integration: Added support for Composer to manage dependencies effectively.
- Mockery Integration: Integrated Mockery for enhanced unit testing capabilities.
- Resolved compatibility issues with recent Laravel versions.
Full Changelog: 0.1.2...0.2.0
- Updated the README file for improved clarity on installation and usage instructions.
- Improved unit tests for core functionalities.
- Added detailed error messages for failed update attempts.
Full Changelog: 0.1.0...0.1.1
- Initial release of the Laravel Self Updater package with basic features for managing updates.
- Updated Composer command for better dependency management.
Initial Beta Release
🚀 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.