Skip to content

API changes

Pre-release
Pre-release

Choose a tag to compare

@g105b g105b released this 02 Dec 15:55
· 227 commits to master since this release

As unit test coverage increases, APIs change.

The Input class itself shares its data access methods with the InputData class for ease of use and quick on-the-fly data access.

Accessing data is done using ArrayAccess now, rather than property access, due to the StyleGuide specifying "Only properties should be used when a predefined set of data attributes can be determined".