Socket
Socket
Sign inDemoInstall

@intlify/devtools-if

Package Overview
Dependencies
Maintainers
2
Versions
130
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@intlify/devtools-if - npm Package Versions

1
13

9.3.0-beta.24

Diff

Changelog

Source

v9.3.0-beta.24 (2023-07-08T18:08:10Z)

This changelog is generated by GitHub Releases

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

What's Changed

🐛 Bug Fixes

  • fix: conditional exports order for message compiler by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1461

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

kazupon
published 9.3.0-beta.23 •

Changelog

Source

v9.3.0-beta.23 (2023-07-08T15:38:05Z)

This changelog is generated by GitHub Releases

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

What's Changed

🌟 Features

  • feat: node esm for message compiler by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1460

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

kazupon
published 9.3.0-beta.22 •

Changelog

Source

v9.3.0-beta.22 (2023-07-07T01:25:23Z)

This changelog is generated by GitHub Releases

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

What's Changed

🐛 Bug Fixes

  • fix: allow AST on rt by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1455

📈 Performance Fixes

  • perf: reduce AST size optimization by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1456

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

kazupon
published 9.3.0-beta.21 •

Changelog

Source

v9.3.0-beta.21 (2023-07-03T04:30:52Z)

This changelog is generated by GitHub Releases

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

What's Changed

🐛 Bug Fixes

  • fix: JIT compilation on runtime only by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1451

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

kazupon
published 9.3.0-beta.20 •

Changelog

Source

v9.3.0-beta.20 (2023-06-29T07:58:16Z)

This changelog is generated by GitHub Releases

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

What's Changed

🌟 Features

  • feat: support JIT like compilation by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1434

🐛 Bug Fixes

  • fix: reslove with caml-case for components by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1418
  • fix: crash of the app when we mix flat json keys by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1419

📈 Performance Fixes

  • fix: improve string join performance by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1433

📝️ Documentations

  • Update index.md by @bnss in https://github.com/intlify/vue-i18n-next/pull/1431

New Contributors

  • @bnss made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1431
kazupon
published 9.3.0-beta.19 •

Changelog

Source

v9.3.0-beta.19 (2023-06-01T10:19:48Z)

This changelog is generated by GitHub Releases

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

What's Changed

🐛 Bug Fixes

  • fix: Resolve the message in components which was rendered with slots, for about <i18n-t>, <i18n-n> and <i18n-d> by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1416

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

kazupon
published 9.3.0-beta.18 •

Changelog

Source

v9.3.0-beta.18 (2023-05-30T09:23:26Z)

This changelog is generated by GitHub Releases

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

What's Changed

🌟 Features

  • feat: support vue 3.3 by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1407

🐛 Bug Fixes

  • fix: isPlainObject incorrectly identifies objects wrapped in a Proxy object in Safari 10 by @reed-soul in https://github.com/intlify/vue-i18n-next/pull/1379

⚡ Improvement Features

  • Improve documentation about TypeScript Support by @bchazelle-ubitransport in https://github.com/intlify/vue-i18n-next/pull/1374
  • fix: typo in I18nErrorCodes enum by @T0TProduction in https://github.com/intlify/vue-i18n-next/pull/1394
  • Fix typo by @tkalmar in https://github.com/intlify/vue-i18n-next/pull/1393
  • fix: drop node v14 by @NozomuIkuta in https://github.com/intlify/vue-i18n-next/pull/1399
  • fix: avoid transform to globalThis with bundler by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1413

📝️ Documentations

  • Update breaking.md by @Sojaner in https://github.com/intlify/vue-i18n-next/pull/1366
  • docs: adjust Translation props in JSDoc by @iamandrewluca in https://github.com/intlify/vue-i18n-next/pull/1372
  • docs: update vue-demi version by @blackwindforce in https://github.com/intlify/vue-i18n-next/pull/1375
  • docs: add section about petite-vue-i18n by @NozomuIkuta in https://github.com/intlify/vue-i18n-next/pull/1402

New Contributors

  • @Sojaner made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1366
  • @iamandrewluca made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1372
  • @bchazelle-ubitransport made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1374
  • @blackwindforce made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1375
  • @T0TProduction made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1394
  • @tkalmar made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1393
  • @NozomuIkuta made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1402
  • @reed-soul made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1379

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

kazupon
published 9.3.0-beta.17 •

Changelog

Source

v9.3.0-beta.17 (2023-03-22T07:38:43Z)

This changelog is generated by GitHub Releases

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

What's Changed

🌟 Features

  • feat(message-compiler): export html tag checking by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1359

⚡ Improvement Features

  • fix: global locale is not respected by useI18n by @Csszabi98 in https://github.com/intlify/vue-i18n-next/pull/1316
  • chore: switch to vitest from jest by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1342

📝️ Documentations

  • docs: Add space before link text by @munierujp in https://github.com/intlify/vue-i18n-next/pull/1336
  • typo fix by @arikw in https://github.com/intlify/vue-i18n-next/pull/1337
  • Fixed Typo by @flashspys in https://github.com/intlify/vue-i18n-next/pull/1339
  • Fixed typo in example by @tom-knight in https://github.com/intlify/vue-i18n-next/pull/1341
  • fix: broken links in v8 docs by @dekatron in https://github.com/intlify/vue-i18n-next/pull/1354
  • Fixed double sentence by @m-glass in https://github.com/intlify/vue-i18n-next/pull/1348

New Contributors

  • @Csszabi98 made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1316
  • @adisamicheal made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1328
  • @asanvicentec made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1329
  • @munierujp made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1336
  • @arikw made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1337
  • @flashspys made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1339
  • @tom-knight made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1341
  • @dekatron made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1354
  • @m-glass made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1348

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

kazupon
published 9.3.0-beta.16 •

Changelog

Source

v9.3.0-beta.16 (2023-01-14T14:55:05Z)

This changelog is generated by GitHub Releases

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

What's Changed

⚡ Improvement Features

  • fix: support pascal case for components by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1313

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

kazupon
published 9.3.0-beta.15 •

Changelog

Source

v9.3.0-beta.15 (2023-01-13T16:13:34Z)

This changelog is generated by GitHub Releases

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

What's Changed

🐛 Bug Fixes

  • fix: useI18n wrong type and other type broken by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1309

⚡ Improvement Features

  • fix: support type inference of Translation, NumberFormat and DatetimeFormat components on SFC template and JSX/TSX by @kazupon in https://github.com/intlify/vue-i18n-next/pull/1310

📝️ Documentations

  • docs: @huntersofbook/i18n tools by @productdevbook in https://github.com/intlify/vue-i18n-next/pull/1311

New Contributors

  • @flogehring made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1308
  • @productdevbook made their first contribution in https://github.com/intlify/vue-i18n-next/pull/1311

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

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