Releases: gwleuverink/livewire-property-groups
Releases · gwleuverink/livewire-property-groups
V1.4.1
Full Changelog: 1.4.0...1.4.1
V1.4.0
- Rename composer registry name. No installs yet, should be okay to bump minor version
Full Changelog: 1.3.0...1.4.0
V1.3.0
- Support Form objects
- Use
WithGroups
trait instead of macro - Remove renamable macro feature
- Remove config
- Remove Service Provider
Full Changelog: 1.2.0...1.3.0
V1.2.0
- Make PropertyCollection items accessible like normal object properties. Through magic
__get()
Full Changelog: 1.1.1...1.2.0
V1.1.1
Full Changelog: 1.1.0...1.1.1
V1.1.0
- return all grouped properties when no arguments passed to the
group
macro - allow
group
macro name to be configured
Full Changelog: 1.0.0...1.1.0