Skip to content

Releases: tobua/epic-language

v0.8.0

28 Feb 17:34
Compare
Choose a tag to compare

0.8.0 (2024-02-28)

Features

  • general: documenation for functions and demo improvements (67ac575)

v0.7.0

27 Feb 22:06
Compare
Choose a tag to compare

0.7.0 (2024-02-27)

Bug Fixes

  • demo: add assert and absolute file includes (c5773ab)
  • demo: improve functions (36e5635)
  • demo: more tweaks to get files (24fd565)
  • demo: try out some more approaches to get static files in functions (b576443)

Features

  • general: route format, refactoring and improved demo (cc01276)

v0.6.3

12 Feb 21:11
Compare
Choose a tag to compare

0.6.3 (2024-02-12)

Bug Fixes

  • demo: assume include is relative to function path (c5ae16b)
  • demo: ensure JSON response and add translate test (1145ab6)
  • demo: ensure static assets are bundled and use old import specifier (0a9a0b3)
  • demo: extension is required (09a01d7)
  • demo: reference files from root add specifier (770ab6b)
  • demo: resolve issues specific to Serverless function runtime (c494b66)
  • demo: resolve some issues specific to Edge runtime (8ef7870)
  • demo: static files still missing, add debug statement (ef2aa33)

v0.6.2

03 Feb 10:29
Compare
Choose a tag to compare

0.6.2 (2024-02-03)

Bug Fixes

  • demo: use correct package imports and extend demo (f3ac0da)

v0.6.1

02 Feb 17:51
Compare
Choose a tag to compare

0.6.1 (2024-02-02)

Bug Fixes

  • demo: add missing file and dependency (741e4c1)
  • demo: avoid deploy error by pinning TypeScript peer dependency (f8cb2f5)
  • demo: extended tsconfig fails validation in this setup (222db17)

v0.6.0

01 Feb 21:41
Compare
Choose a tag to compare

0.6.0 (2024-02-01)

Bug Fixes

  • create: make initial sheet and default language optional (56f0191)
  • translate: add more languages (faf69fc)

Features

  • demo: add function implementations to demo (bd4a203)
  • demo: basic demo translation & input language verification (90bb805)
  • function: add function templates and interactive demo (e17fcbe)
  • state: replace onLoad callback with dedicated State export (7b1f725)
  • text: ordered replacements and JSX replacements (0a45c31)
  • translate: implement multiple and ordered replacements (c4d679e)

v0.5.0

07 Dec 22:05
Compare
Choose a tag to compare

0.5.0 (2023-12-07)

Bug Fixes

  • interface: implement custom fetch mock and fetch missing language (93dedd0)
  • package: proper RN peer version and possible workflow bun issue fix (cf4f00c)
  • project: update dependencies and migrate MSW (4ee01f5)

Features

  • bin: script to translate sheet during build (4cac8ad)

v0.4.0

21 Oct 18:24
Compare
Choose a tag to compare

0.4.0 (2023-10-21)

Features

  • native: improve React Native support and allow setting language (6a33ed4)

v0.3.0

21 Oct 14:02
Compare
Choose a tag to compare

0.3.0 (2023-10-21)

Features

  • native: implement support for React Native (daa7574)
  • translate: implement and tests generating translations with LLMs (4c210f9)

v0.2.0

17 Oct 17:51
Compare
Choose a tag to compare

0.2.0 (2023-10-17)

Features

  • react: add React translation component (069f8ec)