2022-05-08 02:06:45 +02:00
|
|
|
# 3.0.0
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
2022-02-13 01:18:27 +01:00
|
|
|
# 2.0.4
|
|
|
|
|
|
|
|
- Fixed bug where pieces were missing in example sentences
|
|
|
|
- Fixed bug where some scrapeForPhrase searches would crash for no apparent reason.
|
|
|
|
|
2021-08-10 23:59:27 +02:00
|
|
|
## 2.0.3
|
|
|
|
|
|
|
|
- Bug fixes
|
|
|
|
|
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
|
|
|
|
|
2020-06-30 11:58:20 +02:00
|
|
|
## 1.1.0
|
|
|
|
|
|
|
|
- Export object interfaces for both libraries
|
2020-06-30 12:46:41 +02:00
|
|
|
- Add documentation for object interfaces
|
2020-06-30 12:51:45 +02:00
|
|
|
- Remove accidental redundant property "phrase" from ExampleResults
|
2020-06-30 11:58:20 +02:00
|
|
|
|
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
|