Releases: h7x4/unofficial_jisho_api_dart
Releases · h7x4/unofficial_jisho_api_dart
3.0.0
Changelog
- 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
2.0.4
Changelog
- Fixed bug where pieces were missing in example sentences
- Fixed bug where some scrapeForPhrase searches would crash for no apparent reason.
2.0.0
Changelog
- Export object interfaces for both libraries
- Add documentation for object interfaces
- Remove accidental redundant property "phrase" from ExampleResults
1.1.0
Changelog
- Export object interfaces for both libraries
- Add documentation for object interfaces
- Remove accidental redundant property "phrase" from ExampleResults