Socket
Socket
Sign inDemoInstall

@intlify/vue-devtools

Package Overview
Dependencies
Maintainers
2
Versions
129
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intlify/vue-devtools - npm Package Versions

1
13

9.6.2

Diff

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

kazupon
published 9.4.0 •

Changelog

Source

v9.4.0 (2023-09-11T10:08:20Z)

This changelog is generated by GitHub Releases

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

What's Changed

🌟 Features

  • feat(shared): support dist package for browser by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1527

🐛 Bug Fixes

  • fix(vue-i18n-bridge): peer dependency warning by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1536

⚡ Improvement Features

  • feat(core): optimize core package for node.js by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1530
  • fix: optimize tree-shaking for devtools packages by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1531
  • improvement: tweak compler registration and message condition on compile function by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1532

New Contributors

  • @ram-you made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1525

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

kazupon
published 9.3.0 •

Changelog

Source

v9.3.0 (2023-09-05T08:39:25Z)

We are excited to announce the release of Vue I18n v9.3, finally !! This release includes some new features, bug fixes, improvements, and document fixes.

We had commited with 37 contributors. Thanks for your contributing ❤️

In the following, we introduce some of the new features:

🌟 Features

kazupon
published 9.3.0-beta.27 •

Changelog

Source

v9.3.0-beta.27 (2023-08-30T04:08:35Z)

This changelog is generated by GitHub Releases

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

What's Changed

🌟 Features

  • feat: support custom message format with messageCompiler option by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1497
  • perf: support drop message compiler feature flag by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1510
  • feat: export v-t directive type by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1511

🐛 Bug Fixes

  • fix(message-compiler): linked modifier breaks with parenthesis by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1506
  • fix(core-base): isMessageAST more strictly by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1509

📝️ Documentations

  • docs: add vite-plugin-vue-i18n support vite version to warning notice by @regchiu in https://github.com/intlify/vue-i18n-next/pull/1499

👕 Refactoring

  • fix: wrong error & warn code definition by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1500

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.3.0-beta.26...v9.3.0-beta.27

kazupon
published 9.3.0-beta.26 •

Changelog

Source

v9.3.0-beta.26 (2023-08-16T08:13:10Z)

This changelog is generated by GitHub Releases

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

What's Changed

⚡ Improvement Features

  • fix: improve custom extender by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1494
  • fix: prepare to drop allowComposition option by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1496

📝️ Documentations

  • feat!: replace algolia with local search by @g1eny0ung in https://github.com/intlify/vue-i18n-next/pull/1488
  • fix(guide): typo resourece -> resource by @regchiu in https://github.com/intlify/vue-i18n-next/pull/1492
  • docs: diff with syntax highlighting in nuxt integration by @jd-solanki in https://github.com/intlify/vue-i18n-next/pull/1490

👕 Refactoring

  • fix: drop componentInstanceCreatedListener by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1495

New Contributors

  • @g1eny0ung made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1488
  • @regchiu made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1492
  • @jd-solanki made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1490

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.3.0-beta.25...v9.3.0-beta.26

kazupon
published 9.3.0-beta.25 •

Changelog

Source

v9.3.0-beta.25 (2023-08-02T04:56:14Z)

This changelog is generated by GitHub Releases

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

What's Changed

🌟 Features

  • feat: support AST minification by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1474

🐛 Bug Fixes

  • fix: root context message availability for linked messages in SFCs on production by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1477
  • fix: cleanup global injection resources by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1479

📝️ Documentations

  • Add example code for deployed app for nuxt3-app-vue-i18n by @lyqht in https://github.com/intlify/vue-i18n-next/pull/1469
  • Fix #1475: Typo in documentation when referring to translation component by @ducksblock in https://github.com/intlify/vue-i18n-next/pull/1476

New Contributors

  • @lyqht made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1469
  • @ducksblock made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1476

Full Changelog: https://github.com/intlify/vue-i18n-next/compare/v9.3.0-beta.24...v9.3.0-beta.25

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