Skip to content

Latest commit

 

History

History
95 lines (71 loc) · 2.01 KB

CHANGELOG.md

File metadata and controls

95 lines (71 loc) · 2.01 KB

v0.3.2 (2025-03-14)

  • Added Closure and Generator dereferencing to string conversion

v0.3.1 (2025-02-20)

  • Added toDateInterval()

v0.3.0 (2025-02-20)

  • Restructured function names
  • Added *Iterable functions
  • Added generic types to arrays
  • Added Generator support to arrays
  • Added object to stdClass support

v0.2.17 (2025-02-19)

  • Fixed casting true to 1

v0.2.16 (2025-02-17)

  • Accept mixed in toType() functions
  • Improved Exception syntax
  • Updated dependencies

v0.2.15 (2025-02-11)

  • Added lazy object support
  • Added PHP8.4 to CI workflow
  • Made PHP8.4 minimum version

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