Skip to content

Latest commit

 

History

History
41 lines (19 loc) · 851 Bytes

CHANGELOG.md

File metadata and controls

41 lines (19 loc) · 851 Bytes

1.1.1 (2016-02-16)

1.1.0 (2016-02-14)

Bug Fixes

  • OptionsManager: Accept unnamed structure (bc918d1)

Features

  • FunctionChecker: Change .arg API (d417d2d)

BREAKING CHANGES

  • 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).

1.0.0 (2016-02-13)