Skip to content

1.0.1

Compare
Choose a tag to compare
@antoninmasek antoninmasek released this 26 Jun 15:13
· 8 commits to main since this release

[1.0.1] - 2023-06-26

Changed

  • Breaking: invalid characters 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: 1.0.0...1.0.1