We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ea21ab commit d279caeCopy full SHA for d279cae
changelog.md
@@ -1,3 +1,20 @@
1
+# 1.2.0
2
+
3
+- The database schema has been changed
4
5
+ `id` serial -> BigInt (identity column)
6
+ `created_at` timestamp -> timestamptz
7
8
+- Migrated from `vot.js` to [@vot.js/node](https://github.com/FOSWLY/vot.js)
9
+- Migrated to /v2 API of [translate-backend](https://github.com/FOSWLY/translate-backend)
10
+- Added config validation schema
11
+- Replaced `console.error` to `log.error` in `TranslateTextService` class and in `generatePreSigned` func
12
+- Refactored logic for `getAll` translations from cache
13
+- Updated default CORS methods
14
+- Updated Scalar CDN link
15
+- Updated depends
16
+- Improved some typings
17
18
# 1.1.3
19
20
- Added support Artstation
0 commit comments