Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Mar 5, 2020
1 parent 059585a commit e99a8eb
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 5 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,3 +232,17 @@
* Fixed an issue that caused method decompilation to fail in some cases.
* Fixed creation of a duplicate variable when writing to a parameter name. #154
* Has Sentences with erroneous receivers no longer produce a second error marker.

# Fulib Scenarios v1.1.0

## New Features

+ Added fix suggestions to many error messages. #165
+ Added the `--dry-run` command-line option for skipping code generation. #166
+ Added the `--tables` option for generating [table classes](https://github.com/fujaba/fulib/blob/master/doc/FulibTables.md). #167

## Bugfixes

* Fixed parameters not being assigned a position, which can cause a compiler exception. #168
* Fixed some deprecation translation keys incorrectly declaring removal in v0.9.0.
* Fixed typo in output if >1 warnings and 0 errors are generated.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ Install the [fulibGradle plugin](https://github.com/fujaba/fulibGradle):

```groovy
plugins {
id 'java'
id 'org.fulib.fulibGradle' version '0.2.0'
id 'java'
id 'org.fulib.fulibGradle' version '0.2.0'
// ...
// ...
}
```

Expand All @@ -58,8 +58,8 @@ dependencies {
// ...
// https://mvnrepository.com/artifact/org.fulib/fulibScenarios
fulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '0.9.1'
fulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '1.1.0'
// https://mvnrepository.com/artifact/org.fulib/fulibMockups
testImplementation group: 'org.fulib', name: 'fulibMockups', version: '0.2.0'
}
Expand Down

0 comments on commit e99a8eb

Please sign in to comment.