Skip to content

Commit 4802ec4

Browse files
committed
release: v1.5.0
1 parent 79065bb commit 4802ec4

File tree

2 files changed

+29
-1
lines changed

2 files changed

+29
-1
lines changed

CHANGELOG.md

+28
Original file line numberDiff line numberDiff line change
@@ -298,3 +298,31 @@
298298
## General
299299

300300
* Updated to fulib v1.2.3.
301+
302+
# fulibScenarios v1.5.0
303+
304+
## General
305+
306+
* Updated to fulib v1.3.0.
307+
* Updated to fulibTools v1.3.0.
308+
* Updated to fulibTables v1.4.0.
309+
310+
## New Features
311+
312+
+ Added placeholders, new syntax that allows defining attributes and associations without using concrete objects. #182
313+
+ Multiple scenarios with the same name are now merged into one test method. #192 #194
314+
315+
## Improvements
316+
317+
* Improved the wording, formatting and placement of many diagnostic messages. #172 #197
318+
* Primitive type names in scenario code are now case-sensitive. #199
319+
> 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.
320+
321+
## Bugfixes
322+
323+
* Fixed an exception caused by primitive object creation with `There` sentences. #188 #189
324+
* The compiler now produces a diagnostic error instead of an exception when attempting to create a primitive object with attributes. #190 #191
325+
* Test method names are now sanitized by prepending an underscore if necessary. #187 #193
326+
* Fixed an exception when attempting to define associations for external classes. #195 #196
327+
* Note markers now respect the `--marker-end-column` option. #198
328+
* The lexer now correctly handles `\r` and `\r\n` as line terminators. #198

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ dependencies {
6060
// ...
6161
6262
// https://mvnrepository.com/artifact/org.fulib/fulibScenarios
63-
fulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '1.4.2'
63+
fulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '1.5.0'
6464
6565
// optional (required for mockups):
6666
// https://mvnrepository.com/artifact/org.fulib/fulibMockups

0 commit comments

Comments
 (0)