1.0.1
[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']]
theservice (Appointments)
key will be treated as if the
key wasserviceAppointments
hence it would be saved into$serviceAppointments
property
Full Changelog: 1.0.0...1.0.1