Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 1.43 KB

CHANGELOG.md

File metadata and controls

69 lines (51 loc) · 1.43 KB

v0.2.14 (2024-11-07)

  • Stringify Stringables in numeric conversions

v0.2.13 (2024-09-06)

  • Fixed forceArray static method

v0.2.12 (2024-09-03)

  • Fixed empty string to bool coercion

v0.2.11 (2024-09-03)

  • Accept mixed in date casts
  • Added force methods for numbers
  • Parse string boolean values
  • Added parseBool()

v0.2.10 (2024-07-24)

  • Added casting to stdClass
  • Added forceArray()

v0.2.9 (2024-07-23)

  • Added enum support to string and int coercion

v0.2.8 (2023-11-27)

  • Added non-empty flag to toStringOrNull()
  • Made PHP8.1 minimum version
  • Check for DateInterval parse failure

v0.2.7 (2023-09-26)

  • Converted phpstan doc comments to generic
  • Fixed PHP8.1 testing
  • Migrated to use effigy in CI workflow

v0.2.6 (2022-10-17)

  • Added toDateInterval()
  • Fixed DateTimeInterface handling

v0.2.5 (2022-10-17)

  • Added toDateTime()

v0.2.4 (2022-10-17)

  • Added iterableToArray

v0.2.3 (2022-10-17)

  • Added iterator_to_array in toArray()
  • Updated composer check script

v0.2.2 (2022-09-06)

  • Added full Stringable support
  • Updated CI environment

v0.2.1 (2022-08-23)

  • Added concrete types to all members

v0.2.0 (2022-08-22)

  • Removed PHP7 compatibility
  • Updated ECS to v11
  • Updated PHPUnit to v9

v0.1.3 (2022-03-14)

  • Added number clamps

v0.1.2 (2022-03-10)

  • Added forceString()

v0.1.1 (2022-03-09)

  • Added toType object coercion handler

v0.1.0 (2022-03-09)

  • Added initial codebase