Skip to content

Latest commit

 

History

History
353 lines (185 loc) · 10 KB

CHANGELOG.md

File metadata and controls

353 lines (185 loc) · 10 KB

Changelog

v0.0.16

compare changes

🩹 Fixes

  • Update translation test cases to handle whitespace and improve error message (02d845b)

❤️ Contributors

v0.0.15

compare changes

🚀 Enhancements

  • Add TranslationError class and improve error handling across translation engines (d61d9a1)

❤️ Contributors

v0.0.14

compare changes

🩹 Fixes

  • Deepl can't translate empty-string and not error prompt (b212ba9)

❤️ Contributors

v0.0.13

compare changes

🩹 Fixes

❤️ Contributors

v0.0.12

compare changes

🚀 Enhancements

  • Translator can set the cache time uniformly via the constructor (300dc02)
  • Translator can set the cache time uniformly via the constructor (e0a5af3)

🩹 Fixes

  • Update translation test timeout (5181237)

📖 Documentation

🏡 Chore

❤️ Contributors

v0.0.11

compare changes

🩹 Fixes

❤️ Contributors

v0.0.10

compare changes

🚀 Enhancements

  • Export the type for upper-layer use (567e822)

❤️ Contributors

v0.0.9

compare changes

🩹 Fixes

📖 Documentation

🏡 Chore

  • Remove test language config (64252ff)

❤️ Contributors

v0.0.8

compare changes

🚀 Enhancements

  • Add platform configuration to avoid language inconsistency (05ed908)

🩹 Fixes

💅 Refactors

📖 Documentation

  • Sync deepl relative document (a05397b)

❤️ Contributors

v0.0.7

compare changes

🚀 Enhancements

  • Support deepl translate engine (6e476d0)

🩹 Fixes

📦 Build

  • Relative dependencies move to peerDependencies (9c49c8c)

🏡 Chore

❤️ Contributors

v0.0.6

compare changes

🩹 Fixes

  • Problems that do not throw up (844ba4e)
  • Hitting the cache will translate.then is not a function (33f2827)

❤️ Contributors

v0.0.5

compare changes

💅 Refactors

  • Language check and export languageNames (eec7777)

❤️ Contributors

v0.0.4

compare changes

💅 Refactors

  • From is not passed, the default value is auto (e405103)

❤️ Contributors

v0.0.3

compare changes

🩹 Fixes

  • Could not find declaration file (8683b38)

❤️ Contributors

v0.0.2

compare changes

🩹 Fixes

  • docs: The document is not updated synchronously (b0db931)

❤️ Contributors

v0.0.1

compare changes

📖 Documentation

📦 Build

  • Remove unnecessary mini bundle artifacts from the node (df00364)

🏡 Chore

  • Update the browser playground (6483d09)

❤️ Contributors

v0.0.1-alpha.3

compare changes

🩹 Fixes

  • The cache is not used, and default cache time is set to 60s (b1853c0)

📦 Build

  • Optimized packaging and support mini bundles (d29bce6)

🏡 Chore

❤️ Contributors

v0.0.1-alpha.2

compare changes

📦 Build

🏡 Chore

  • Yml script placement mistake (2e837b2)
  • Specify the pnpm version (b051a44)
  • Specify the pnpm version (60ca1dd)
  • Update environment variables in ci.yml (6fbecca)
  • Update GitHub Actions workflow status badge in README files (6d27806)

❤️ Contributors

v0.0.1-alpha.1

compare changes

🩹 Fixes

  • chore: Homepage link mistake (46a199f)

📖 Documentation

🏡 Chore

❤️ Contributors

v0.0.1-alpha.0

🚀 Enhancements

🩹 Fixes

  • build: Error [RollupError]: Expected ';', '}' or (817cfdd)
  • Language no type prompts questions (be77f97)

💅 Refactors

📖 Documentation

🏡 Chore

  • Improve readme (a5ea9f8)
  • Improved engine parameter prompts (3832485)

✅ Tests

❤️ Contributors