Skip to content

Releases: siketyan/loxcan

v0.6.3

22 Jul 13:25
a790281
Compare
Choose a tag to compare
v0.6.3 Pre-release
Pre-release

What's Changed

  • docs: Use actions/checkout@v3 by @siketyan in #93
  • build: Push images to GHCR and use them on action by @siketyan in #94

Full Changelog: v0.6.2...v0.6.3

v0.6.2

13 Jul 06:23
764554c
Compare
Choose a tag to compare
v0.6.2 Pre-release
Pre-release

What's Changed

Full Changelog: v0.6.1...v0.6.2

v0.6.1

12 Apr 16:19
ad27007
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: v0.6.0...v0.6.1

v0.6.0

09 Feb 16:11
de97dda
Compare
Choose a tag to compare
v0.6.0 Pre-release
Pre-release

BREAKING CHANGES: As of this version, we dropped the support of PHP 7. Now LoXcan supports PHP 8.0 or later.

  • #80 ✨ Support scanning uncommitted changes
  • #81 ⬆️ Upgrade php-cs-fixer to v3
  • #82 🐛 Fix the comparation of Composer versions

v0.5.3

22 Dec 07:12
5b1d0b9
Compare
Choose a tag to compare
v0.5.3 Pre-release
Pre-release
  • #77 🐛 Fix failing to check composer.lock with path sources

v0.5.2

21 Dec 09:43
1fc0965
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release
  • #76 ✨ Improve comparison between versions

v0.5.1

04 Dec 17:03
7c36f3b
Compare
Choose a tag to compare
v0.5.1 Pre-release
Pre-release
  • #72 ✨ pnpm support

v0.5.0

24 Nov 13:44
f2f7d1b
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • #68 ⬆️ Support PHP 8.0
  • #69 🔧 Use default input to provide details of pull requests
  • #70 🐛 Fix the reporter is not working on organisation repos

v0.4.2

30 Jan 08:23
c28a938
Compare
Choose a tag to compare
v0.4.2 Pre-release
Pre-release
  • #52 Fix Composer autoload.php file loading (Thanks to @takamichi)
  • #55 👷 Run CI on PRs from others
  • #56 🐛 Fix head branch is not detected on PRs from others
  • #58 🚑 Disable GitHub reports for PRs from forked repos
  • #61 🩹 Skip the package with unknown version type

v0.4.1

02 Dec 15:49
fe7c22d
Compare
Choose a tag to compare
v0.4.1 Pre-release
Pre-release
  • #49 📝 Use action with @.latest
  • #51 🐛 Fix yarn.lock parser is not working properly