Skip to content

Version 0.5

Compare
Choose a tag to compare
@UnquietCode UnquietCode released this 10 Jan 07:55
· 207 commits to master since this release

Flapi Version 0.5 has been released!

Highlights

  • grouped any() methods
  • Flapi's builder is now generated on the fly!
  • new Flapi User Group on Google
  • It is now possible to declare return types by String instead of by Class.
  • support for array types

BREAKING CHANGE - wrapper interface is now 'Start'

Previously, the wrapper interface was called $. Flapi 0.5 has removed all uses of the '$' character from the generated classes to address 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.

No More License

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.


The full release notes are available on the wiki.