Skip to content

Commit d279cae

Browse files
committed
docs: update changelog
1 parent 6ea21ab commit d279cae

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

changelog.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
118
# 1.1.3
219

320
- Added support Artstation

0 commit comments

Comments
 (0)