Skip to content

Releases: jonesiscoding/arranged

Additional Reductions

Choose a tag to compare

@jonesiscoding jonesiscoding released this 07 Jul 15:27
0cf546a

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

Choose a tag to compare

@jonesiscoding jonesiscoding released this 06 Dec 05:38

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

Various Fixes

Choose a tag to compare

@jonesiscoding jonesiscoding released this 15 Nov 15:48

Fixes various problems in date period formatting.

v1.1

Choose a tag to compare

@jonesiscoding jonesiscoding released this 14 Nov 13:24

Various bug fixes and method additions

Initial Production Release

Choose a tag to compare

@jonesiscoding jonesiscoding released this 10 Feb 17:24
v1.0.3

Fixes reduceTime for same-day periods

Testing Release

Testing Release Pre-release
Pre-release

Choose a tag to compare

@jonesiscoding jonesiscoding released this 10 Feb 14:24
v1.0.2

Version bump for release

Initial Release

Initial Release Pre-release
Pre-release

Choose a tag to compare

@jonesiscoding jonesiscoding released this 08 Feb 18:39
v1.0.1

Fixes issues with namespace.