- Add fromJson factories for all objects
- Make some properties use getters, to reduce redundant data
- Make all objects comparable with the equatable package
- Make all objects immutable with a constant constructor as a result of making them comparable
- Fixed bug where pieces were missing in example sentences
- Fixed bug where some scrapeForPhrase searches would crash for no apparent reason.
- Bug fixes
- Fixed formatting
- Fixed the readme
- Upgrade library to use null-safety
- Wrap the result data in "Data" classes that are nullable if no result was found
- Add sound data to phrase scrape results
- Export object interfaces for both libraries
- Add documentation for object interfaces
- Remove accidental redundant property "phrase" from ExampleResults
- Fix example README
- Reformatted code
- Added example readme
- Initial version, created by Stagehand