Skip to content

Tags: hirethunk/verbs

Tags

v0.8.0

Toggle v0.8.0's commit message

Verified

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

* Initial Laravel 13 support

* Bump dev versions

* Drop `pestphp/pest-plugin-watch` (no longer supported)

* Leave 8.5 for now

* Use latest internachi/modularize

* Modular 3

* Allow old modular as well

v0.7.1

Toggle v0.7.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Replace `modular` with `modularize` (#236)

* Replace modular with modularize package and update imports

* Bump internachi/modularize from ^1.0 to ^1.1.0

* Update ModularizeGeneratorCommand trait usage in command classes

* Drop PHP 8.1 from CI

* Update CHANGELOG to reference GitHub Releases and reformat changelog entries

v0.7.0

Toggle v0.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Docs: Update ids.md (#205)

Update ids.md

Update the `casts()` method to the new Laravel style.

v0.6.4

Toggle v0.6.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add Snowflake casts to Eloquent Model example in docs (#188)

Add snowflake casts to model example

v0.6.3

Toggle v0.6.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add support for event state properties being nullable (#179)

Ensure event state properties can be nullable

v0.6.2

Toggle v0.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Remove Laravel 10 before ensure support (#175)

* WIP

* WIP

v0.6.1

Toggle v0.6.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Adds configurable database connections (#167)

* Adds configurable database connections

* Updated config docblock

* Update database/migrations/2024_04_16_115559_create_verb_state_events_table.php

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

---------

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

v0.6.0

Toggle v0.6.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prune `StateInstanceCache` on commit (#162)

* Simplify state cache

* Prune state cache on commit

v0.5.2

Toggle v0.5.2's commit message
Allow for newer versions of bits

v0.5.1

Toggle v0.5.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Better migration for new verbs_snapshot table (#153)

* Better migration for new verbs_snapshot table

* Fix styling