Skip to content

Latest commit

 

History

History
286 lines (148 loc) · 11.1 KB

CHANGELOG.md

File metadata and controls

286 lines (148 loc) · 11.1 KB

v6.2.0 (2024-06-17T10:59:18Z)

This changelog is generated by GitHub Releases

   🚀 Features

  • Support return undefined and base resolver  -  by @kazupon in #229 (ef36f)

v6.1.1 (2024-06-13T04:38:52Z)

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

  • Export TranslationSignatureResolver type  -  by @kazupon in #228 (11da7)

v6.1.0 (2024-06-12T04:38:08Z)

This changelog is generated by GitHub Releases

   🚀 Features

  • Translation signature resolver  -  by @kazupon in #226 (ae54f)

v6.0.6 (2024-06-11T08:04:09Z)

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

  • When render function is optimized inside script setup, not work  -  by @kazupon in #225 (0369e)

v6.0.5 (2024-06-10T08:50:31Z)

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

  • Fully cjs/esm dual packages  -  by @kazupon in #222 (05597)

v6.0.4 (2024-06-10T08:03:28Z)

This changelog is generated by GitHub Releases

No significant changes

v6.0.3 (2024-06-10T07:42:15Z)

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

  • Cjs/esm dual packages  -  by @kazupon in #221 (05bb1)

v6.0.2 (2024-06-10T06:57:16Z)

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

  • Add vue-i18n v10 to peer deps  -  by @kazupon in #220 (3d5e1)

v6.0.1 (2024-06-10T02:38:51Z)

This changelog is generated by GitHub Releases

   🐞 Bug Fixes

  • Strictly peer dependencies  -  by @kazupon in #219 (8bfad)

v6.0.0 (2024-06-07T11:13:21Z)

This changelog is generated by GitHub Releases

   🚨 Breaking Changes

  • Drop support for node v14 and v16  -  by @BobbieGoede in #208 (e83a7)

   🚀 Features

  • Support script setup context  -  by @kazupon in #216 (b160a)
  • Support safe SSR with translationSignatures option  -  by @kazupon in #217 (f2d0d)

   🐞 Bug Fixes

  • Drop preserve checking logic  -  by @kazupon in #213 (84aa0)

v5.0.1 (2022-12-20)

⚡ Improvement Features

Committers: 1

v5.0.0 (2022-12-19)

⭐ Features

Committers: 1

v4.0.0 (2022-12-19)

💥 Breaking Change

📝 Documentation

Committers: 3

v3.0.0 (2021-08-09)

⭐ Features

💥 Breaking Change

Committers: 1

v2.0.1 (2021-03-27)

⚡ Improvement Features

Committers: 1

v2.0.0 (2021-03-01)

⚡ Improvement Features

Committers: 1

v2.0.0-rc.1 (2021-02-09)

⚡ Improvement Features

Committers: 1

v2.0.0-beta.1 (2020-09-17)

⚡ Improvement Features

Committers: 1

v2.0.0-alpha.2 (2020-08-07)

⭐ Features

⚡ Improvement Features

📝 Documentation

Committers: 1

v2.0.0-alpha.1 (2020-05-09)

⭐ Features

Committers: 1

v1.0.2 (2020-05-07)

🐛 Bug Fixes

  • #39 fix: v-t argument evaluation (@kazupon)
  • #32 Added whitespace trim to handle oddly formatted vue templates (@ewohlken2)

Committers: 2

v1.0.1 (2020-02-27)

🐛 Bug Fixes

  • #30 Update ecma keyword detection regex to not misfire on strings containing periods (@ewohlken2)

Committers: 1

v1.0.0 (2020-01-21)

💥 Breaking Change

Committers: 2

0.2.1 (2019-03-12)

🔒 Security Fixes

  • util: XSS vulnerability (5f00336)

0.2.0 (2018-08-11)

🐛 Bug Fixes

  • fix cannot resolve dependency (c620eda), closes #2

0.1.0 (2017-09-22)

⭐ New Features

  • i18n compiler module (578839c)
  • vue-i18n custom directive for server-side-rendering (11f6d01)

🆙 Updates