Skip to content

Releases: Herohtar/wordnik-dart

v1.0.0

09 Aug 02:35

Choose a tag to compare

Pub link: https://pub.dartlang.org/packages/wordnik/versions/1.0.0

  • Updated to fully support Dart 2
  • Upgraded json_seralizable and 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

26 Jul 04:12

Choose a tag to compare

v0.4.0 Pre-release
Pre-release

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 ApiTokenStatus to ApiKeyStatus
  • Added enums for use in the API calls that require them

v0.3.3

15 Jul 23:44

Choose a tag to compare

v0.3.3 Pre-release
Pre-release

Pub link: https://pub.dartlang.org/packages/wordnik/versions/0.3.3

  • Added an ApiException which is now thrown when the API returns an error
  • Modified deleteWordsFromWordList() and addWordsToWordList() to take List<String> instead of List<StringValue>
  • StringValue is no longer exposed as it is now only used internally
  • Completed documentation for account, wordList, and wordLists APIs
  • Added more tests
  • Added dependency for http_status for internal use
  • Major internal refactoring and reorganization for readability/maintainability (doesn't affect public-facing API)

v0.3.2

14 Jul 06:47

Choose a tag to compare

v0.3.2 Pre-release
Pre-release

Pub link: https://pub.dartlang.org/packages/wordnik/versions/0.3.2

v0.3.1

12 Jul 03:51

Choose a tag to compare

v0.3.1 Pre-release
Pre-release

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

11 Jul 03:52

Choose a tag to compare

v0.3.0 Pre-release
Pre-release

Pub link: https://pub.dartlang.org/packages/wordnik/versions/0.3.0

  • Implemented the remaining word API calls
  • Added example package (incomplete)
  • Minor internal API adjustments

v0.2.0

10 Jul 05:41

Choose a tag to compare

v0.2.0 Pre-release
Pre-release

Pub link: https://pub.dartlang.org/packages/wordnik/versions/0.2.0

  • Implemented all wordList API calls
  • Implemented getDefinitions from word API
  • Tweaked JSON serialization options for less cluttered output
  • Removed default values, for now
  • Cleaned up internal API structure

v0.1.0

09 Jul 17:46

Choose a tag to compare

v0.1.0 Pre-release
Pre-release

Initial release to Pub: https://pub.dartlang.org/packages/wordnik/versions/0.1.0

Only includes account, wordLists, and words API calls.