Skip to content

Releases: dash14/amazon-translate-simple-mock

v0.2.7

01 Feb 09:40
Compare
Choose a tag to compare

Bug Fix

  • Fixed invalid escaping in regex.

Full Changelog: v0.2.6...v0.2.7

v0.2.6

07 Dec 16:59
Compare
Choose a tag to compare

BugFix

  • Fixed an unnecessary space before the end-of-line symbol.

v0.2.5

20 Oct 15:09
Compare
Choose a tag to compare

Changes

  • Bump up deps to eliminate vulnerabilities

Full Changelog: v0.2.4...v0.2.5

v0.2.4

27 Mar 14:45
Compare
Choose a tag to compare

Feature

  • Add support for @return SourceLanguageCode {code} command

Full Changelog: v0.2.3...v0.2.4

v0.2.3

27 Feb 12:58
Compare
Choose a tag to compare

Bug Fix

  • Fixed conversion to hiragana not to include unnecessary spaces.

v0.2.2

25 Feb 14:20
Compare
Choose a tag to compare

Feature

  • Changed to also interpret   as a space in a command.
    • ex. @sleep 3

v0.2.1

23 Jan 13:34
Compare
Choose a tag to compare

Bug Fix

  • Fixed an error in regular expression escaping within the internal processing.

v0.2.0

20 Jan 15:13
Compare
Choose a tag to compare

BREAKING CHANGES

  • Change the notation of commands that can be included in messages
    • EchoRequestBody -> @echo RequestedBody
    • {EXCEPTION NAME} -> @raise {EXCEPTION NAME}

Features

  • Add @sleep {SECONDS} command
    • Waits for the specified seconds and returns the result

Bug Fixes

  • Fix romanization process to keep original line breaks

Others

  • Bump up the Python version of the container to 3.12

Full Changelog: v0.1.0...v0.2.0

Initial release 🎉

21 Nov 14:12
Compare
Choose a tag to compare