Skip to content

Latest commit

 

History

History
509 lines (265 loc) · 14.1 KB

CHANGELOG.md

File metadata and controls

509 lines (265 loc) · 14.1 KB

Changelog

v0.1.6

compare changes

🩹 Fixes

  • deepl: Bad Request Parameter 'text' not specified (675cf2b)

❤️ Contributors

v0.1.5

compare changes

🩹 Fixes

  • Failure of the request cause : translate fail ! Unexpected token (e68aca9)

❤️ Contributors

v0.1.4

compare changes

🔥 Performance

  • openai: Improve the accuracy of openai prompt (aa8a3e9)

❤️ Contributors

v0.1.3

compare changes

💅 Refactors

  • openai: Improve prompt logging and add option to toggle output log (7005059)

❤️ Contributors

v0.1.2

compare changes

🔥 Performance

  • openai: Improve prompt and add maxTokens option (84807fd)

❤️ Contributors

v0.1.1

compare changes

✅ Tests

  • Adjust open ai test judgment (c0b2afe)

🤖 CI

  • Add OpenAI engine support and environment variables for OpenAI API key and model (a87a384)

❤️ Contributors

v0.1.0

compare changes

🚀 Enhancements

  • Add OpenAI engine support (83b4b05)
  • Add addEngine and removeEngine function in Translator (85afe9d)
  • Add OpenAI engine support (269746b)

📖 Documentation

❤️ Contributors

v0.0.20

compare changes

🩹 Fixes

  • Cannot read properties of undefined reading 'message' (b346599)

📖 Documentation

  • Update README.md with a special reminder for using translation engines in the browser (ec8d51b)

✅ Tests

  • Add vue-demo playground (6e61fab)

❤️ Contributors

v0.0.19

compare changes

🔥 Performance

  • Move out of remove deepl-node and use the api interface provided by deepl directly (98bf3e5)

📦 Build

  • Support browser esm bundle (41a345e)

❤️ Contributors

v0.0.18

compare changes

🩹 Fixes

  • test: Error message formatting in translation tests (913e80d)

❤️ Contributors

v0.0.17

compare changes

🏡 Chore

  • Refine error message formatting (cdace9b)
  • Refine error message formatting (396f3d2)
  • Update build script to use tsx directly and enhance package keywords (038577c)

❤️ Contributors

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