Skip to content

Tags: glhd/bits

Tags

0.6.2

Toggle 0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Laravel 13 support (#18)

* add laravel 13 support

* Fix whitespace

---------

Co-authored-by: Chris Morrell <inxilpro@users.noreply.github.com>

0.6.1

Toggle 0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fix CacheSequenceResolver for Redis with Compression & Serialization (#…

…14)

* Fix CacheSequenceResolver for Redis with Compression & Serialization

Code is now compatible with Compression and Serialization enabled for Redis. 

The implementation is the same as Laravel used for RateLimiting using Redis.

[src/Illuminate/Cache/RateLimiter.php](https://github.com/laravel/framework/blob/5d477f9a4080c1cdd43edd05ec4df61c738e0f8d/src/Illuminate/Cache/RateLimiter.php#L161)

Without this change, I get this error when trying to create a snowflake ID:
```
InvalidArgumentException 

Sequences must be an integer between 0 and 4095 (got -1).
```

* Code style

---------

Co-authored-by: Chris Morrell <inxilpro@users.noreply.github.com>

0.6.0

Toggle 0.6.0's commit message
Update phpunit.xml.dist

0.5.0

Toggle 0.5.0's commit message
Merge branch 'main' of https://github.com/glhd/bits

0.4.1

Toggle 0.4.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Support Carbon v3 (#5)

* add carbon verion 3 to composer.json

* cast CarbonInterval to integer

since v3 uses floats for the total* properties

0.4.0

Toggle 0.4.0's commit message
Test code coverage in Laravel 10 still

0.3.0

Toggle 0.3.0's commit message
Code style

0.2.0

Toggle 0.2.0's commit message
Merge branch 'main' of https://github.com/glhd/bits

0.1.1

Toggle 0.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix Laravel Provider (#2)

0.1.0

Toggle 0.1.0's commit message
Merge branch 'main' of https://github.com/glhd/bits