Sep 12, 2024
Smaller package and formatted Date and Time objects
Ruby4.0.7
Changed
- Format the Date and Time objects in a human-friendly way. Previously, dates and times stored in sample data, like session data, would be shown as
#<Date>
and#<Time>
. Now they will show as#<Date: 2024-09-11>
and#<Time: 2024-09-12T13:14:15+02:00>
(UTC offset may be different for your time objects depending on the server setting).
Removed
- Do not include support files in the published versions. This reduces the gem package size.
View the Ruby gem v4.0.7 changelog for more information.