Skip to content

Latest commit

 

History

History
111 lines (62 loc) · 4.29 KB

CHANGELOG.md

File metadata and controls

111 lines (62 loc) · 4.29 KB

Changelog

0.6.1

Patch Changes

  • 1239283: Support new react-i18next

0.6.0

Minor Changes

  • 49d865d: now generated code requires @types/react for react 19
  • 49d865d: require typescript 5.4 or above

0.5.0

Minor Changes

  • 63667cf: add support for unescape

0.4.1

Patch Changes

  • 3e7f017: add typescript 5.* peer

0.4.0

Minor Changes

  • 1464f01: new option --emitTS

Patch Changes

  • 3b50fd1: fix: crash under ts 4.8

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

0.3.0 (2022-09-07)

⚠ BREAKING CHANGES

  • migrate to pure esm

Features

0.2.1 (2022-09-07)

Features

Bug Fixes

  • case sensitive of import name (d07fa3a)
  • context (cbba954)
  • project (2793ceb)
  • 修复 import 的 Source 文件名大小写在 Windows 引发的错误 (4f21d68)

0.2.0 (2022-05-19)

Features

  • base case of property access in interop (de14916)
  • support plurals (eb73026)

Bug Fixes

  • case sensitive of import name (d07fa3a)
  • context (cbba954)
  • project (2793ceb)
  • 修复 import 的 Source 文件名大小写在 Windows 引发的错误 (4f21d68)

0.0.6 (2021-05-12)

Bug Fixes

  • trans component in dts and js does not match (bfef4fe)

0.0.5 (2021-02-19)

Bug Fixes

0.0.4 (2021-01-22)

Bug Fixes

0.0.3 (2021-01-22)

0.0.2 (2021-01-22)

0.0.1 (2021-01-22)

Features

  • extract sourcemap by default (b7d8988)
  • first init (db231c8)
  • use proxy for js files for default (04c5cd3)

Bug Fixes