unofficial_jisho_api_dart/CHANGELOG.md

33 lines
534 B
Markdown
Raw Normal View History

2021-07-26 20:17:30 +02:00
## 2.0.2
- Fixed formatting
2021-07-26 00:04:14 +02:00
## 2.0.1
- Fixed the readme
2021-07-25 22:57:02 +02:00
## 2.0.0
- 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
## 1.1.0
- Export object interfaces for both libraries
2020-06-30 12:46:41 +02:00
- Add documentation for object interfaces
- Remove accidental redundant property "phrase" from ExampleResults
2020-06-26 18:44:16 +02:00
## 1.0.2
- Fix example README
2020-06-26 18:31:03 +02:00
## 1.0.1
- Reformatted code
- Added example readme
2020-03-08 21:11:32 +01:00
## 1.0.0
- Initial version, created by Stagehand