Skip to content

typescript: v10.0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 04 Feb 09:44
af5b66f

10.0.0 (2025-02-04)

⚠ BREAKING CHANGES

  • deep merge variables with fetcherOptions from context. (#284)
  • Generated enum should be in pascal case (#282)

Features

Bug Fixes

  • deep merge variables with fetcherOptions from context. (#284) (2678ea4)
  • Escape special chars in enum name (#283) (3392588)
  • Fixed fetcher template to compile when noUncheckedIndexedAccess ts compile option is set (#228) (ecf90cd)
  • Generated enum should be in pascal case (#282) (e16bc82)
  • Invalid variable access inside fetcher (#277) (ea21f34)