Skip to content

Releases: TimoBechtel/satzbau

v2.1.0

24 Jan 23:26
Compare
Choose a tag to compare

2.1.0 (2022-01-24)

Features

  • typescript: add noun template type checking (4d99a1e)

v2.0.0

01 Apr 22:50
Compare
Choose a tag to compare

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

27 Mar 23:52
Compare
Choose a tag to compare

1.2.0 (2021-03-27)

Features

  • template: template now has sentence functionalites (bfc043c)

v1.1.0

27 Mar 22:25
Compare
Choose a tag to compare

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

23 Mar 23:21
Compare
Choose a tag to compare

1.0.0 (2021-03-23)

Features