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