Skip to content

Releases: unjs/untyped

v1.4.2

20 Jan 17:43
@pi0 pi0
Compare
Choose a tag to compare

compare changes

📦 Build

  • Fix the default export module for cjs (#124)

❤️ Contributors

v1.4.1

19 Jan 16:22
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Make sure leading comments have value before assigning (7a94141)

📦 Build

  • Add new ts type exports (1038f03)

🌊 Types

  • Improve types for $resolve function (#97)

✅ Tests

❤️ Contributors

v1.4.0

28 Jul 09:47
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Add option to not infer defaults (#86, #88)

🩹 Fixes

  • Tighten schema definition types (#102)
  • Broken types with an array literal and object entries (#96)

❤️ Contributors

v1.3.2

28 Mar 10:28
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Only enable experimentalFunctions for new loader (f875ae5)
  • babel: Only transform exported functions with meta (afa8dac)
  • babel: Transform all arrow functions with block syntax (ca052d6)
  • Allow opting in to experimental functions for transform and web (e3395fc)
  • babel: Partially handle functions as default export (a35258b)

🏡 Chore

🎨 Styles

  • Format web project with prettier (55f1ffb)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.3.1

27 Mar 15:43
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • loader: Use named defu import (7cc6075)
  • loader: Options is optional (807d68a)
  • babel: Allow unannotated function schemas (8c09c02)
  • pkg: Add compatible types for /loader subpath (dbaa90d)
  • Handle undefined schema for internal _genTypes (cc693ff)
  • Handle arrow functions with literal return type (4d8453b)

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.3.0

27 Mar 12:04
@pi0 pi0
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Schema loader and untyped cli (#82)

🩹 Fixes

  • Correct typo in GenerateTypesOptions (#81)

🏡 Chore

❤️ Contributors