Skip to content

Releases: dextertanyj/object-reshaper

v0.3.0

07 May 12:09
76522d9
Compare
Choose a tag to compare

0.3.0 (2023-05-07)

⚠ BREAKING CHANGES

  • improve null and undefined handling

Features

  • implement support for multidimensional arrays (5a7dced)
  • improve null and undefined handling (9607dcd)
  • improve support for union input types (a9ab9b3)

Bug Fixes

  • isolate nested array element types to prevent path pollution (9c4acd0)

v0.2.0

26 Apr 15:03
bbebe9b
Compare
Choose a tag to compare

0.2.0 (2023-04-26)

⚠ BREAKING CHANGES

  • implement support for undefined and null inputs
  • introduce type support for undefined and null properties

Features

  • implement support for undefined and null inputs (20f3a67)
  • introduce type support for undefined and null properties (feb9e70)

Bug Fixes

  • add result type inference for nested schemas (9999bfa)
  • add types for nested entities in mapped arrays (52ed5f1)
  • union array index access return type with undefined (5906274)

v0.1.0

25 Apr 11:39
5f1769a
Compare
Choose a tag to compare

0.1.0 (2023-04-25)

Features

  • Initial release! 🚀