Releases: TimoBechtel/satzbau
Releases · TimoBechtel/satzbau
v2.1.0
2.1.0 (2022-01-24)
Features
- typescript: add noun template type checking (4d99a1e)
v2.0.0
2.0.0 (2021-04-01)
Features
- text: replace writeList with writable list (a56ed0d)
- merge sentence with template (7ad5549)
- utility: add small utility functions (f1a1971)
BREAKING CHANGES
- text: writeList has been removed
- template function has been removed
v1.2.0
1.2.0 (2021-03-27)
Features
- template: template now has sentence functionalites (bfc043c)
v1.1.0
1.1.0 (2021-03-27)
Bug Fixes
- adjectives: generating wrong form (2a2b464)
- adjectives: issue with declining words ending in -er (1a25b79)
- texthelper: issue where writeList would modify the provided list (76138f4)
Features
- adjective: add adjective synonyms (61eabdc)
- adjective: add declinable adjectives (0c15abc)
- lists: allow adding an empty list placeholder (80d01d5)
- noun: allow creating adjective-noun combinations (037bc46)
- texthelper: add small sentence optimizations (4f1f794)
- add function to count words (1ad0ac6)
v1.0.0
1.0.0 (2021-03-23)
Features