Skip to content

Latest commit

 

History

History
115 lines (66 loc) · 4.44 KB

CHANGELOG.md

File metadata and controls

115 lines (66 loc) · 4.44 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

v1.2.0

compare changes

🚀 Enhancements

  • Expose genObjectKey and wrapInDelimiters utils (227ec06)

📖 Documentation

  • Correct jsdocs for genObjectFromRaw (#97)

🏡 Chore

❤️ Contributors

  • Pooya Parsa (@pi0)

v1.1.0

compare changes

🚀 Enhancements

  • Add genObjectFromValues (#9)
  • esm: Support new import attributes syntax (#89)

🩹 Fixes

  • Stringify key identifier starting with number literal (#86)
  • genString: Respect singleQuotes option (#88)
  • typescript: Indent generated augmentation interfaces (#4)

💅 Refactors

  • object: Use namespace for options (ba67797)

📖 Documentation

  • Fix genImport example with default name (#87)
  • Add jsdocs (8a8a673)

🏡 Chore

❤️ Contributors

1.0.0 (2022-11-14)

0.1.3 (2022-11-11)

Features

  • import assertions for genImport and genDynamicImport (#34) (71c4ad2)

0.1.2 (2022-06-10)

Features

0.1.1 (2022-03-08)

Features

  • add typescript codegen utils (#3) (b74fbe2)

0.0.2 (2022-01-25)

Features

  • generate objects and arrays from raw source (beb4297)

0.0.1 (2022-01-21)

Features

Bug Fixes