Skip to content

Commit b7a1027

Browse files
committed
Update VERSION.md
1 parent ba7fa2c commit b7a1027

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

VERSION.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,15 @@ Flapi Version 0.5 has been released! Here are the highlights.
44
### Grouped any() Methods
55
Methods in a descriptor marked as `any()` can now be associated with a group via the `any(int group)` method. This, combined with `atMost(..)`, comprises what is known as [Method Grouping](Method-Grouping-and-Triggering)
66

7-
### Flapi's builder is no longer in source control!
7+
### Flapi's builder is now generated on the fly!
88
The generated source code used by the main descriptor builder is no longer part of the codebase. Instead, it is generated at build time using the maven plugin made available starting with version 0.4. The plugin makes it easier to keep generated code out of your source repositories, and now Flapi itself can reap the benefit.
99

1010
### New Flapi User Group on Google
1111
A user group for Flapi has been created on Google Groups. Feel free to ask questions, leave comments, and otherwise interact with other people using the tool. [Check it out!](https://groups.google.com/forum/#!forum/flapi-users)
1212

13+
### No More License
14+
Previous versions of the tool have been released under the ASL 2.0 license. After some serious soul-searching, the license has been removed entirely.
15+
1316
### BREAKING CHANGE - wrapper interface is now 'Start'
1417
Previously, the wrapper interface was called `$`. Flapi 0.5 has removed all uses of the '$' character from the generated classes to address [Flapi-159](https://unquietcode.atlassian.net/browse/FLAPI-159). The wrapper has been changed to the `*Builder.Start` interface generated for each block. While an inconvenience for those making use of the old interface, this flows from the tool's mandate to be compatible with the most number of code editors.
1518

0 commit comments

Comments
 (0)