File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1+ ## [ v1.0.0] ( https://github.com/Herohtar/wordnik-dart/releases/tag/v1.0.0 ) - 2018-08-08
2+
3+ * Updated to fully support Dart 2
4+ * Upgraded ` json_seralizable ` and updated object models to use the new default of generated ToJson methods instead of Mixins
5+ * Removed an unused class and added a missing internal class
6+ * Added a missing API call (` getScrabbleScore ` )
7+ * Updated the example and documentation
8+
9+
110## [ v0.4.0] ( https://github.com/Herohtar/wordnik-dart/releases/tag/v0.4.0 ) - 2018-07-25
211
312* Completed documentation for API calls
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ environment:
55 sdk : " >=2.0.0-dev <3.0.0"
66
77dependencies :
8- wordnik : ^0.4 .0
8+ wordnik : ^1.0 .0
99
1010 # Used for the example, but not required for the API
1111 credentials_helper : ^1.0.3
Original file line number Diff line number Diff line change 11name : wordnik
22description : An API client library for working with the Wordnik API in Dart.
3- version : 0.4 .0
3+ version : 1.0 .0
44author :
" Herohtar <[email protected] >" 55homepage : https://github.com/herohtar/wordnik-dart
66
You can’t perform that action at this time.
0 commit comments