Releases: always-open/sidekick
Releases · always-open/sidekick
v4.0.0
Updated namespace to Always Open
Full Changelog: v3.0.3...v4.0.0
v3.0.3
Full Changelog: bluefyn-international/sidekick@v2.1.2...v3.0.3
v3.0.1
What's Changed
- Fix attribute hash generation by @qschmick in https://github.com/bluefyn-international/sidekick/pull/11
Full Changelog: bluefyn-international/sidekick@v3.0.0...v3.0.1
v2.1.2
What's Changed
- Fix hash generation by @qschmick in https://github.com/bluefyn-international/sidekick/pull/12
Full Changelog: bluefyn-international/sidekick@v2.1.0...v2.1.2
v3.0.0
What's Changed
- Updated deps for laravel 9 by @qschmick in https://github.com/bluefyn-international/sidekick/pull/10
Full Changelog: bluefyn-international/sidekick@v2.1.0...v3.0.0
v2.1.0
What's Changed
- Feature/atomic db actions by @qschmick in https://github.com/bluefyn-international/sidekick/pull/9
Full Changelog: bluefyn-international/sidekick@v2.0.0...v2.1.0
v2.0.0
- Bump minimum version from 7.4|8.0 to 8.0
- Added new trait for commands to indent the output
- Added Routes helper to detect loop in
url()->previous()
and output different route - Updated Ordered Observer to update existing items to preserve order when an item is created or updated/moved in position
v1.4.0
Added new traits and updated readme with more examples/details
- ByName: shortened accessor method to get first instance where name matches the value
- ModelHasAttribute: Check if the model instance has a property in it's attributes
- CascadeUpdate: Allows for setting a list of relationships and will silently update their UPDATED_AT property to keep in sync times
- Ordered: Automatically adds a value for a sort order column/property via an observer and returns models in ordered position via a scope (this will have further updates coming soon)