Skip to content

Releases: Ayub-Begimkulov/ts-get-set

Version 2.1.0

25 Apr 14:14
Compare
Choose a tag to compare

Fixed:

  • Set type correctly handles tuples, recursion depth improvement (#14)

Version 2.0.0

22 Apr 16:39
Compare
Choose a tag to compare

Added

  • Get and Set accept path as a string instead of an array

Fixed

  • Get and Set work correctly with union paths
  • PathString renamed to StringToPath

Version 1.3.0

22 Apr 16:21
Compare
Choose a tag to compare

1.3.0

Fixed:

  • Get Performance and Recursion Depth Improvements (#9)
  • Restructured a GetKey type to increase recursion depth for arrays (#11)
  • Set correctly handles unions (#12)

Version 1.2.0

13 Apr 07:10
Compare
Choose a tag to compare

Fixed:

  • get correctly works with unions and arrays (#6)

Version 1.1.1

11 Apr 08:12
Compare
Choose a tag to compare

Fixed:

  • get return value with empty path

Version 1.1.0

09 Apr 06:46
Compare
Choose a tag to compare

Added:

  • Reduced a bundle size

Version 1.0.2

05 Apr 06:41
Compare
Choose a tag to compare
  • Readme.md updates

Version 1.0.1

05 Apr 06:39
Compare
Choose a tag to compare

Updated Readme.md

Version 1.0.0

05 Apr 06:38
Compare
Choose a tag to compare

Initial Release