Release Name: 0.10.0
Notes:
Release to fix inheritance and properties evaluation.
Changes:
fixed:
- Fixed an error parsing style string on command line.
- Fixed inheritance. A build file can inherit from more than a single parent, but there must be no collisions between properties and targets of these parent build files.
- Fixed properties. They are now maps and order is not important anymore to manage dependencies.
- Added check to avoid properties collision with context functions.
- Fixed documentation.
removed:
- Build file inclusion is not supported anymore, thus you must move builds in include statement to extends one.
|