wordnik 0.3.2 copy "wordnik: ^0.3.2" to clipboard
wordnik: ^0.3.2 copied to clipboard

outdatedDart 1 only

Wordnik API for Dart

v0.3.2 - 2018-07-14 #

v0.3.1 - 2018-07-11 #

  • Fixed return type for getEtymologies()
  • Fixed some parameter encoding issues
  • Completed examples for all API calls
  • Documentation work continues

v0.3.0 - 2018-07-10 #

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

v0.2.0 - 2018-07-10 #

  • 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 - 2018-07-06 #

  • Initial Pub release
  • Implemented all account, wordLists, and words API calls
  • Converted all models to use json_serializable

v0.0.1 - 2018-07-03 #

  • Initial commit.