1.1.1 (2016-02-16)
1.1.0 (2016-02-14)
- OptionsManager: Accept unnamed structure (bc918d1)
- FunctionChecker: Change .arg API (d417d2d)
- FunctionChecker: S
Before: .arg(structure, value, name)
After: .arg(name, structure)
and .arg(name)
Before: .values()
After: .values(entries = [])
Do not pass the value anymore in the arg
method.
Now its way easier since you don't need to declare the function
arguments and can just call .values(arguments)
.