Releases: nabekou29/js-i18n.nvim
Releases · nabekou29/js-i18n.nvim
v1.0.1
What's Changed
- fix: use buffer-local LSP client to support monorepo workspaces by @nabekou29 in #60
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- docs: add documentation for handling flattened JSON with key_separator by @nabekou29 in #58
- v1.0: Rewrite as a thin wrapper around js-i18n-language-server by @nabekou29 in #59
Full Changelog: v0.5.4...v1.0.0
v0.5.4
What's Changed
- fix: ignore node_modules in searching translation file by @nabekou29 in #53
- feat: Add a setting to respect or not respect gitignore during file traversal. by @nabekou29 in #56
Full Changelog: v0.5.3...v0.5.4
v0.5.3
What's Changed
- fix: do not initialize LS when opening JSON files other than message files by @nabekou29 in #50
- fix: modify workspace detection function to prevent the workspace from becoming a directory with a large number of files by @nabekou29 in #51
- fix: support array arguments for useTranslation of react-i18next by @nabekou29 in #52
Full Changelog: v0.5.2...v0.5.3
v0.5.2
What's Changed
- fix: error when package.json is invalid by @nabekou29 in #48
Full Changelog: v0.5.1...v0.5.2
v0.5.1
What's Changed
- feat: Support multiple t functions in the same scope by @nabekou29 in #46
Full Changelog: v0.5.0...v0.5.1
v0.5.0
What's Changed
- fix: Not escaping the initial value of the edit translation by @nabekou29 in #40
- feat: Add
:I18nCopyKeycommand to copy the key at the cursor in JSON file by @nabekou29 in #39 - feat: add support for namespace-based file structure by @Naxdy in #34
- feat: Implements go to references by @nabekou29 in #41
New Contributors
Full Changelog: v0.4.3...v0.5.0
v0.4.3
What's Changed
- fix: Virtual text is broken when the t-function is used for the value of the t-function options. by @nabekou29 in #30
- feat: improve translation display in hover handler by @nabekou29 in #31
- fix: add support for i18next plural suffixes (virtual-text) by @nabekou29 in #32
- feat: Support for i18next plurals functionality by @nabekou29 in #37
- refactor: analyzer.lua by @nabekou29 in #38
Full Changelog: v0.4.2...v0.4.3
v0.4.2
What's Changed
- fix: Occur error when can't detect language by @nabekou29 in #27
Full Changelog: v0.4.1...v0.4.2
v0.4.1
What's Changed
- feat: support for lazy-loading dressing.nvim by @nabekou29 in #25
- feat: Smarter default language detection by @nabekou29 in #26
Full Changelog: v0.4.0...v0.4.1