Socket
Socket
Sign inDemoInstall

@intlify/message-compiler

Package Overview
Dependencies
Maintainers
2
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intlify/message-compiler - npm Package Versions

1
17

9.7.1

Diff

Changelog

Source

v9.7.1 (2023-11-22T14:36:24Z)

This changelog is generated by GitHub Releases

<!-- Release notes generated using configuration in .github/release.yml at v9.7.1 -->

What's Changed

⚡ Improvement Features

  • fix: tweak @intlify/core conditional exports by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1639

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.7.0...v9.7.1

kazupon
published 9.7.0 •

Changelog

Source

v9.7.0 (2023-11-16T07:45:49Z)

This changelog is generated by GitHub Releases

<!-- Release notes generated using configuration in .github/release.yml at v9.7.0 -->

What's Changed

🌟 Features

  • feat: export message merging utilities to shared module by @BobbieGoede in https://github.com/intlify/vue-i18n-next/pull/1635

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.6.5...v9.7.0

kazupon
published 9.6.5 •

Changelog

Source

v9.6.5 (2023-11-04T01:42:38Z)

This changelog is generated by GitHub Releases

<!-- Release notes generated using configuration in .github/release.yml at v9.6.5 -->

What's Changed

🐛 Bug Fixes

  • fix: Nuxt I18n type inference by @BobbieGoede in https://github.com/intlify/vue-i18n-next/pull/1628

New Contributors

  • @BobbieGoede made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1628

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.6.4...v9.6.5

kazupon
published 9.6.4 •

Changelog

Source

v9.6.4 (2023-11-02T04:44:53Z)

This changelog is generated by GitHub Releases

<!-- Release notes generated using configuration in .github/release.yml at v9.6.4 -->

What's Changed

🐛 Bug Fixes

  • fix: wrong source getting by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1624

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.6.3...v9.6.4

kazupon
published 9.6.3 •

Changelog

Source

v9.6.3 (2023-11-02T04:05:31Z)

This changelog is generated by GitHub Releases

<!-- Release notes generated using configuration in .github/release.yml at v9.6.3 -->

What's Changed

🐛 Bug Fixes

  • fix: adjust /* #__PURE__*/ comment timing by @newives in https://github.com/intlify/vue-i18n-next/pull/1623

New Contributors

  • @newives made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1623

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.6.2...v9.6.3

kazupon
published 9.6.2 •

Changelog

Source

v9.6.2 (2023-10-27T22:37:12Z)

This changelog is generated by GitHub Releases

<!-- Release notes generated using configuration in .github/release.yml at v9.6.2 -->

What's Changed

🐛 Bug Fixes

  • fix: return null for fucntion by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1617

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.6.1...v9.6.2

kazupon
published 9.6.1 •

Changelog

Source

v9.6.1 (2023-10-27T05:45:30Z)

This changelog is generated by GitHub Releases

<!-- Release notes generated using configuration in .github/release.yml at v9.6.1 -->

What's Changed

🐛 Bug Fixes

  • fix: more te logic strictly by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1612
  • fix: te fallback to root by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1613

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.6.0...v9.6.1

kazupon
published 9.6.0 •

Changelog

Source

v9.6.0 (2023-10-26T03:36:13Z)

This changelog is generated by GitHub Releases

<!-- Release notes generated using configuration in .github/release.yml at v9.6.0 -->

What's Changed

🌟 Features

  • feat!: support resource schema type definition for @intlfy/core-base (@intlify/core) by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1594

🐛 Bug Fixes

  • fix(examples): remove @vite-ignore magic comment by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1590
  • fix: cannot resolve flatjson messages when use setLocaleMessage by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1601
  • fix: strictly key exsisting with te by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1602

⚡ Improvement Features

  • fix: locale detector type definition by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1591

📝️ Documentations

  • docs: add example link by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1608

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.5.0...v9.6.0

kazupon
published 9.5.0 •

Changelog

Source

v9.5.0 (2023-09-29T02:39:13Z)

This changelog is generated by GitHub Releases

<!-- Release notes generated using configuration in .github/release.yml at v9.5.0 -->

What's Changed

🌟 Features

  • feat(core-base): support locale detector by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1566

🐛 Bug Fixes

  • Handle falsy values in i18n.te() by @BuuBux in https://github.com/intlify/vue-i18n-next/pull/1554
  • fix(core-base): wrong list index resolving on jit optimization by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1571
  • fix: support runtime module for node.js by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1573

📝️ Documentations

  • docs: fix typo in optimization.md by @Theiaz in https://github.com/intlify/vue-i18n-next/pull/1565
  • Fix typos in breaking.md doc by @piercemorris in https://github.com/intlify/vue-i18n-next/pull/1572

🍭 Examples

  • Update nuxt.config.ts in Nuxt 3 Minimal Starter Example by @ram-you in https://github.com/intlify/vue-i18n-next/pull/1553

New Contributors

  • @BuuBux made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1554
  • @Theiaz made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1565
  • @piercemorris made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1572

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.4.1...v9.5.0

kazupon
published 9.4.1 •

Changelog

Source

v9.4.1 (2023-09-14T10:51:39Z)

This changelog is generated by GitHub Releases

<!-- Release notes generated using configuration in .github/release.yml at v9.4.1 -->

What's Changed

🐛 Bug Fixes

  • fix: cannot resolve linked refer message by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1549
  • fix: cannot resolve linked refer message that has hypen by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1550
  • fix: type errors for core-base by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1551

📝️ Documentations

  • docs: add build.transpile option by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1548

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.4.0...v9.4.1

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc