Skip to content

1.0.0

Compare
Choose a tag to compare
@antoninmasek antoninmasek released this 26 Jun 14:37
· 9 commits to main since this release

[1.0.0] - 2023-06-26

Changed

  • Breaking: spaces are now ignored in array keys. This means that for the following
    array $data = ['service Appointments' => ['2022-06-01']] the service Appointments key will be treated as if the
    key was serviceAppointments hence it would be saved into $serviceAppointments property

Full Changelog: 0.5.0...1.0.0