All notable changes to this project will be documented in this file.
1.1.1 - 2020-05-20
- Allow looser typing across all methods (casting all numeric strings to integers and floats internally)
1.1.0 - 2020-05-14
- Added
User::hasViewed
- Added
User::setViewed
- Updated
User::addExperiment
to include a$viewed
argument before$converted
- Renamed
Group::getSize
toGroup::getViews
- Renamed
Group::setSize
toGroup::setViews
- Renamed
Experiment::getCoverage
toExperiment::getAllocation
- Renamed
Experiment::setCoverage
toExperiment::setAllocation
1.0.0 - 2020-04-29
Initial release