Skip to content

Tags: belamov/postgres-range

Tags

1.3.0

Toggle 1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make range json serializable (#33)

* json serialize range

* added test

* fix test

1.2.6

Toggle 1.2.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Addition to timestamp range with quotes (#32)

* added quotes to stringify

* remove autoformat

* stringify

* removed unused use

* removed unused use

* regex fix

* replace quotes instead of overriding regex

* fix test

1.2.5

Toggle 1.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Daterange with times has quotes (#31)

* added quotes to stringify

* remove autoformat

* stringify

* removed unused use

* removed unused use

1.2.4

Toggle 1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Laravel 12.x Compatibility (#30)

* Bump dependencies for Laravel 12

* Update GitHub Actions for Laravel 12

* fixed grammar constructor

* updated cache action

* update badge

---------

Co-authored-by: belamov <business@belamov.com>

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 (#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 (#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 (#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