File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88### Added
99- Added new language constants from January 2026 API release of 81 new languages.
1010- Added ` jsonBody ` option to ` SendRequestOptions ` , enabling JSON-encoded API calls.
11+ - Added support for style rules CRUD endpoints in the ` DeepLClient ` class:
12+ ` createStyleRule() ` , ` getStyleRule() ` , ` updateStyleRuleName() ` ,
13+ ` updateStyleRuleConfiguredRules() ` , and ` deleteStyleRule() ` .
14+ - Added support for style rule custom instruction CRUD endpoints in the
15+ ` DeepLClient ` class: ` createStyleRuleCustomInstruction() ` ,
16+ ` getStyleRuleCustomInstruction() ` , ` updateStyleRuleCustomInstruction() ` ,
17+ and ` deleteStyleRuleCustomInstruction() ` .
18+ Please refer to the README for usage instructions.
1119
1220### Changed
1321- Updated formality tests to accept either formal or informal output when using default formality,
You can’t perform that action at this time.
0 commit comments