Skip to content

Releases: samk-dev/nuxt-translation-manager

v1.1.1

13 Jul 12:02
Compare
Choose a tag to compare

compare changes

🩹 Fixes

  • Typescript complaining about possible undefined value (210116c)

📖 Documentation

  • Prepare readme for nuxt v4 (4748491)

🏡 Chore

  • Indicate compatibility with new v4 major (df5246e)
  • dev-deps: Update module dependencies (76cbd1d)
  • Update playground to v4 format (46eb4f6)
  • Deps update (c708842)

❤️ Contributors

v1.1.0

05 Apr 03:31
Compare
Choose a tag to compare

compare changes

🚀 Enhancements

  • Added comments support in the csv file (9c625bb)

🩹 Fixes

  • Adopt forward-compatible approach to builder:watch (90aecf0)
  • Don't use shadowed resolve (79558f7)
  • Typescript complains not finding .nuxt (c6a62d7)
  • dev: Trying to generate locales when the module generate its own types (955da25)

📖 Documentation

  • Improve readme.md (b217c9d)
  • Use new nuxi module add command in installation (05d4948)
  • Added Codesandbox example (ac6b64d)

🏡 Chore

  • Added vscode settings to use project typescript version (2fc7ac8)
  • Update import from 'node' to 'node:fs' (904982a)
  • Remove generated json files (f8b373b)
  • dev-deps: Updated deps (62fce4f)

❤️ Contributors

v1.0.1

08 Dec 20:23
Compare
Choose a tag to compare

🩹 Fixes

  • UseLogger not working without consola (68a2fbc)
  • Csv parser - consola pnpm inline (f2a3409)

🏡 Chore

❤️ Contributors

  • Samk-dev