Skip to content

Releases: glhd/bits

0.6.2

23 Mar 15:29
981bcea

Choose a tag to compare

0.6.2 Pre-release
Pre-release

What's Changed

  • Fix for using Redis with compression or serialization in CacheSequenceResolver.php by @rzv-me in #17
  • Add Laravel 13 support by @michaeldyrynda in #18

New Contributors

Full Changelog: 0.6.1...0.6.2

0.6.1

04 Mar 22:17
c2a0101

Choose a tag to compare

0.6.1 Pre-release
Pre-release

What's Changed

  • Fix CacheSequenceResolver for Redis with Compression & Serialization by @rzv-me in #14

New Contributors

Full Changelog: 0.6.0...0.6.1

0.6.0

04 Mar 16:32

Choose a tag to compare

0.6.0 Pre-release
Pre-release

Added Laravel 12 support.

Full Changelog: 0.5.0...0.6.0

0.5.0

10 Jul 19:45

Choose a tag to compare

0.5.0 Pre-release
Pre-release

What's Changed

  • Add Bits-specific setTestNow method by @inxilpro in #8
  • Add support for converting a snowflake back to a Carbon instance by @inxilpro in #3
  • Add .gitattributes by @gehrisandro in #6
  • Add way to create IDs that are meant for querying a specific timestamp by @inxilpro in #9
  • Add synthesizer for Livewire by @gehrisandro in #7

New Contributors

Full Changelog: 0.4.1...0.5.0

0.4.1

25 Mar 14:24
c411f92

Choose a tag to compare

0.4.1 Pre-release
Pre-release

What's Changed

New Contributors

Full Changelog: 0.4.0...0.4.1

0.4.0

12 Mar 16:53

Choose a tag to compare

0.4.0 Pre-release
Pre-release

Added Laravel 11 support and tests.

Full Changelog: 0.3.0...0.4.0

0.3.0

15 Feb 13:57

Choose a tag to compare

0.3.0 Pre-release
Pre-release

Added

  • Added a snowflake_id() helper method to avoid Snowflake::make()->id() calls everywhere

Changed

  • Improved exception message when trying to set epoch to a future date

0.2.0

13 Nov 17:29

Choose a tag to compare

0.2.0 Pre-release
Pre-release

Adds blueprint macros.

0.1.1

09 Jul 15:27
a7666a0

Choose a tag to compare

0.1.1 Pre-release
Pre-release

This fixes a composer.json namespace issue.

0.1.0

05 Jul 13:36

Choose a tag to compare

0.1.0 Pre-release
Pre-release

Add JSON support