Skip to content

Releases: jonesiscoding/arranged

Additional Reductions

07 Jul 15:27
0cf546a

Choose a tag to compare

Reduction of Years

DatePeriodFormatter::reduce will reduce years when:

  • Year is the same in Start & End dates
  • Year is included in format
  • No date part separator is used in the format

Example: "June 15 2025 - August 15 2025" becomes "June 15 - August 15 2025"

Reduction of Months

DatePeriodFormatter::reduce will reduce month & year when:

  • Year is the same in Start & End Dates
  • Year is included in the format
  • Month is the same in Start & End Dates
  • Month is included in the format
  • No date part separator is used in the format

Example: "June 15 2025 - June 18 2025" becomes "June 15-18 2025"

Fixes Single Character Time Pattern

06 Dec 05:38

Choose a tag to compare

Allows for single character time patterns, when that single character depicts an hour.

Various Fixes

15 Nov 15:48

Choose a tag to compare

Fixes various problems in date period formatting.

v1.1

14 Nov 13:24

Choose a tag to compare

Various bug fixes and method additions

Initial Production Release

10 Feb 17:24

Choose a tag to compare

v1.0.3

Fixes reduceTime for same-day periods

Testing Release

10 Feb 14:24

Choose a tag to compare

Testing Release Pre-release
Pre-release
v1.0.2

Version bump for release

Initial Release

08 Feb 18:39

Choose a tag to compare

Initial Release Pre-release
Pre-release
v1.0.1

Fixes issues with namespace.