Skip to content

Commit

Permalink
release: v1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Clashsoft committed Sep 30, 2020
1 parent 79065bb commit 4802ec4
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -298,3 +298,31 @@
## General

* Updated to fulib v1.2.3.

# fulibScenarios v1.5.0

## General

* Updated to fulib v1.3.0.
* Updated to fulibTools v1.3.0.
* Updated to fulibTables v1.4.0.

## New Features

+ Added placeholders, new syntax that allows defining attributes and associations without using concrete objects. #182
+ Multiple scenarios with the same name are now merged into one test method. #192 #194

## Improvements

* Improved the wording, formatting and placement of many diagnostic messages. #172 #197
* Primitive type names in scenario code are now case-sensitive. #199
> This means `long` in a scenario now becomes `long` instead of `Long` in the generated Java code. The old resolution is still in place, so `integer`, `character`, `object`, `number` and `string` are still valid ways to refer to the respective class.
## Bugfixes

* Fixed an exception caused by primitive object creation with `There` sentences. #188 #189
* The compiler now produces a diagnostic error instead of an exception when attempting to create a primitive object with attributes. #190 #191
* Test method names are now sanitized by prepending an underscore if necessary. #187 #193
* Fixed an exception when attempting to define associations for external classes. #195 #196
* Note markers now respect the `--marker-end-column` option. #198
* The lexer now correctly handles `\r` and `\r\n` as line terminators. #198
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.4.2'
fulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '1.5.0'
// optional (required for mockups):
// https://mvnrepository.com/artifact/org.fulib/fulibMockups
Expand Down

0 comments on commit 4802ec4

Please sign in to comment.