Skip to content

Commit 4611eba

Browse files
committed
- Updated package info
1 parent a8ace9f commit 4611eba

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## [v0.3.3](https://github.com/Herohtar/wordnik-dart/releases/tag/v0.3.3) - 2018-07-15
2+
3+
* Added an `ApiException` which is now thrown when the API returns an error
4+
* Modified `deleteWordsFromWordList()` and `addWordsToWordList()` to take `List<String>` instead of `List<StringValue>`
5+
* `StringValue` is no longer exposed as it is now only used internally
6+
* Completed documentation for `account`, `wordList`, and `wordLists` APIs
7+
* Added more tests
8+
* Added dependency for [`http_status`](https://pub.dartlang.org/packages/http_status) for internal use
9+
* Major internal refactoring and reorganization for readability/maintainability (doesn't affect public-facing API)
10+
111
## [v0.3.2](https://github.com/Herohtar/wordnik-dart/releases/tag/v0.3.2) - 2018-07-14
212

313
* Improved example code

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.58.0 <2.0.0"
66

77
dependencies:
8-
wordnik: ^0.3.2
8+
wordnik: ^0.3.3
99

1010
# Used for the example, but not required for the API
1111
credentials_helper: ^1.0.1

pubspec.yaml

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

0 commit comments

Comments
 (0)