Skip to content

1.2.0

Choose a tag to compare

@ilyhalight ilyhalight released this 21 Dec 15:12
· 46 commits to main since this release
d279cae
  • The database schema has been changed

    id serial -> BigInt (identity column)
    created_at timestamp -> timestamptz

  • Migrated from vot.js to @vot.js/node

  • Migrated to /v2 API of translate-backend

  • Added config validation schema

  • Replaced console.error to log.error in TranslateTextService class and in generatePreSigned func

  • Refactored logic for getAll translations from cache

  • Updated default CORS methods

  • Updated Scalar CDN link

  • Updated depends

  • Improved some typings

Full Changelog: 1.1.3...1.2.0