Changelog
1.1.1 (2016-02-16)
<a name="1.1.0"></a>
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)
.
<a name="1.0.0"></a>
Changelog
1.1.1 (2016-02-16)
<a name="1.1.0"></a>
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)
.
<a name="1.0.0"></a>