Skip to content

Tags: laravel-shift/postgres-range

Tags

1.2.3

Toggle 1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for PHP 8.4 and update code accordingly (belamov#28)

* Add support for PHP 8.4 and update code accordingly

This commit updates the GitHub workflow to include PHP 8.4 in the matrix and modifies constructor signatures in `CanonicalRange.php` and `Range.php` to handle nullability better, aligning with new PHP 8.4 standards. Additionally, minor corrections are made in `README.md` and `.gitignore` to improve clarity and ignore the new PHPUnit cache files.

* Update PHP-Laravel matrix in GitHub Actions workflow

Added tests for Laravel 8 with PHP versions 8.2, 8.3, and 8.4. Removed tests for Laravel 11 with PHP versions 8.2, 8.3, and 8.4 to streamline testing focus. This ensures compatibility checks with relevant Laravel versions for current PHP environments.

* Remove redundant PHP and Laravel version combinations

This change eliminates unnecessary PHP 8.2, 8.3, and 8.4 configurations with Laravel 8.*, streamlining the CI workflow. By focusing on the essential version pairings, we maintain clarity and improve the maintainability of our build matrix.

1.2.2

Toggle 1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update README.md

1.2.1

Toggle 1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Apply fixes from StyleCI (belamov#25)

Co-authored-by: StyleCI Bot <bot@styleci.io>

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
add getters of bound in Range class (belamov#24)

* ✨ Feat: add getters

* 🚨 Test: add tests

* 🚨 Test: fix test

* ✨ Feat: canonicalize boundary in CanonicalRange class

* 🚨 Test: fix test

* 🐛 Fix: style

* 🐛 Fix: removed unnecessary overrides

1.1.3

Toggle 1.1.3's commit message
fixed dependencies for testing

1.1.2

Toggle 1.1.2's commit message
uppdated github workflow strategy

1.1.1

Toggle 1.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Update main.yml

1.1.0

Toggle 1.1.0's commit message
updated changelog

1.0.4

Toggle 1.0.4's commit message
fixed github workflow

1.0.3

Toggle 1.0.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Merge pull request belamov#13 from belamov/issue-12

fixed empty boundaries not returning null