Releases: ICanBoogie/DateTime
Releases · ICanBoogie/DateTime
v2.0.0
New Requirements
Requires PHP 7.3+
New features
None
Backward Incompatible Changes
None
Deprecated Features
None
Other Changes
None
v1.2.0
Updated requirements
New features
- Added
DateTime::with()
.
- Added
DateTime::localize()
.
- Added
DateTime::right_now()
.
Other changes
DateTime::now()
returns the request time.
v1.0.7
- Works with HHVM.
- Fixed issue #3.
- Fixed issue #4.
v1.0.5
ICanboogie\DateTime::from()
always returns an instance of the called class (Fix #1).
v1.0.4
- Added
tuesday
, wednesday
, thursday
, friday
and saturday
read-only properties to ICanBoogie\DateTime
instances.
- Added the
name
read-only property to ICanBoogie\TimeZone
instances.
20130903
Enhanced TimeZoneLocation.
20130423
v1.0.2
Added timezone parameter to now() and none()
20130307
v1.0
Support for empty dates