Skip to content

Commit fc96e72

Browse files
docs: changelog
1 parent aefb65d commit fc96e72

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77

8+
## [Unreleased]
9+
### Added
10+
* Added `modelType` option to `translateText()` to use models with higher
11+
translation quality (available for some language pairs), or better latency.
12+
Options are `'quality_optimized'`, `'latency_optimized'`, and `'prefer_quality_optimized'`
13+
* Added the `modelTypeUsed` field to `translateText()` response, that
14+
indicates the translation model used when the `modelType` option is
15+
specified.
16+
17+
818
## [1.14.0] - 2024-09-17
919
### Added
1020
* Added `billedCharacters` field to text translation response.
@@ -255,6 +265,7 @@ client library took over this package name. Thanks to
255265
ownership.
256266

257267

268+
[Unreleased]: https://github.com/DeepLcom/deepl-node/compare/v1.14.0...HEAD
258269
[1.14.0]: https://github.com/DeepLcom/deepl-node/compare/v1.13.1...v1.14.0
259270
[1.13.1]: https://github.com/DeepLcom/deepl-node/compare/v1.13.0...v1.13.1
260271
[1.13.0]: https://github.com/DeepLcom/deepl-node/compare/v1.12.0...v1.13.0

0 commit comments

Comments
 (0)