Skip to content

Commit

Permalink
release: v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Nov 17, 2020
1 parent aff6179 commit 710cb3f
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,3 +332,29 @@
## Bugfixes

* Fixed the --object-diagram and --object-diagram-svg options not doing anything. #200

# fulibScenarios v1.6.0

## New Features

+ Added inheritance. #162 #164 #184
+ Add Sentences can now concatenate strings. #201
+ Names can now contain numbers separated by spaces. #203
+ Added fenced code blocks as multiline string literals. #204
+ Blockquotes in scenarios now become comments in the Java code. #207
+ Added support for the new `.html.png` diagram format for fulibMockups v0.3. #210
+ Added the `--diagram-handlers` option for defining custom diagram file name extensions. #213

## Improvements

* Attributes in external classes are now detected only via getters, without requiring `PROPERTY_*` constants. #205
* Disabled false negative syntax ambiguity warnings. #214
* Unidirectional to-many associations now use `List`/`ArrayList` as the collection type. #209
* Unidirectional associations are now translated as such to the fulib class model. #216
> This has no impact on generated Java code, but is visible in class diagrams.
## Bugfixes

* The compiler now produces a diagnostic error instead of an exception when the `it` literal is used. #208 #215
* Fixed a compiler exception caused by conflicts with externally declared associations. #211
* Fixed an exception when attempting to generate a diagram with an unsupported extension. #212 #213
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
// ...
// https://mvnrepository.com/artifact/org.fulib/fulibScenarios
fulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '1.5.1'
fulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '1.6.0'
// optional (required for mockups):
// https://mvnrepository.com/artifact/org.fulib/fulibMockups
Expand Down

0 comments on commit 710cb3f

Please sign in to comment.