wordnik 1.0.0
wordnik: ^1.0.0 copied to clipboard
An API client library for working with the Wordnik API in Dart.
1.0.0 - 2018-08-08 #
- 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
0.4.0 - 2018-07-25 #
- 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
0.3.3 - 2018-07-15 #
- 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)
0.3.2 - 2018-07-14 #
- Improved example code
- Added
credentials_helperto work with the API key more easily
0.3.1 - 2018-07-11 #
- Fixed return type for
getEtymologies() - Fixed some parameter encoding issues
- Completed examples for all API calls
- Documentation work continues
0.3.0 - 2018-07-10 #
- Implemented the remaining
wordAPI calls - Added example package (incomplete)
- Minor internal API adjustments
0.2.0 - 2018-07-10 #
- Implemented all
wordListAPI calls - Implemented
getDefinitionsfromwordAPI - Tweaked JSON serialization options for less cluttered output
- Removed default values, for now
- Cleaned up internal API structure
0.1.0 - 2018-07-06 #
- Initial Pub release
- Implemented all
account,wordLists, andwordsAPI calls - Converted all models to use json_serializable
0.0.1 - 2018-07-03 #
- Initial commit.