Skip to content

Commit c77a028

Browse files
committed
Updated package information
1 parent d26bc36 commit c77a028

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
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

example/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ environment:
55
sdk: ">=2.0.0-dev <3.0.0"
66

77
dependencies:
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

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: wordnik
22
description: An API client library for working with the Wordnik API in Dart.
3-
version: 0.4.0
3+
version: 1.0.0
44
author: "Herohtar <[email protected]>"
55
homepage: https://github.com/herohtar/wordnik-dart
66

0 commit comments

Comments
 (0)