All notable changes to simple-hydrator
will be documented in this file.
- 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