Releases: Herohtar/wordnik-dart
Releases · Herohtar/wordnik-dart
v1.0.0
Pub link: https://pub.dartlang.org/packages/wordnik/versions/1.0.0
- Updated to fully support Dart 2
- Upgraded
json_seralizableand updated object models to use the new default of generated ToJson methods instead of Mixins - Removed an unused class and added a missing internal class
- Added a missing API call (
getScrabbleScore) - Updated the example and documentation
v0.4.0
Pub link: https://pub.dartlang.org/packages/wordnik/versions/0.4.0
- Completed documentation for API calls
- API calls that used CSV strings were changed to use
List<String> - Multiple other API call parameters have been modified to work in a more sensible way
- Renamed
ApiTokenStatustoApiKeyStatus - Added enums for use in the API calls that require them
v0.3.3
Pub link: https://pub.dartlang.org/packages/wordnik/versions/0.3.3
- Added an
ApiExceptionwhich is now thrown when the API returns an error - Modified
deleteWordsFromWordList()andaddWordsToWordList()to takeList<String>instead ofList<StringValue> StringValueis no longer exposed as it is now only used internally- Completed documentation for
account,wordList, andwordListsAPIs - Added more tests
- Added dependency for
http_statusfor internal use - Major internal refactoring and reorganization for readability/maintainability (doesn't affect public-facing API)
v0.3.2
Pub link: https://pub.dartlang.org/packages/wordnik/versions/0.3.2
- Improved example code
- Added
credentials_helperto work with the API key more easily
v0.3.1
Pub link: https://pub.dartlang.org/packages/wordnik/versions/0.3.1
- Fixed return type for
getEtymologies() - Fixed some parameter encoding issues
- Completed examples for all API calls
- Documentation work continues
v0.3.0
Pub link: https://pub.dartlang.org/packages/wordnik/versions/0.3.0
- Implemented the remaining
wordAPI calls - Added example package (incomplete)
- Minor internal API adjustments
v0.2.0
Pub link: https://pub.dartlang.org/packages/wordnik/versions/0.2.0
- Implemented all
wordListAPI calls - Implemented
getDefinitionsfromwordAPI - Tweaked JSON serialization options for less cluttered output
- Removed default values, for now
- Cleaned up internal API structure
v0.1.0
Initial release to Pub: https://pub.dartlang.org/packages/wordnik/versions/0.1.0
Only includes account, wordLists, and words API calls.