Skip to content

Commit 814bca1

Browse files
committed
- Updated package info
1 parent 7ef1626 commit 814bca1

File tree

4 files changed

+14
-6
lines changed

4 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [v0.4.0](https://github.com/Herohtar/wordnik-dart/releases/tag/v0.4.0) - 2018-07-25
2+
3+
* Completed documentation for API calls
4+
* API calls that used CSV strings were changed to use `List<String>`
5+
* Multiple other API call parameters have been modified to work in a more sensible way
6+
* Renamed `ApiTokenStatus` to `ApiKeyStatus`
7+
* Added enums for use in the API calls that require them
8+
19
## [v0.3.3](https://github.com/Herohtar/wordnik-dart/releases/tag/v0.3.3) - 2018-07-15
210

311
* Added an `ApiException` which is now thrown when the API returns an error

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Wordnik API for Dart
44

5-
Work in progress. Currently, all object models and API calls have been implemented, but with minimal testing. API signatures are likely to change as development continues.
5+
All object models and API calls have been implemented, but with minimal testing. API signatures are likely to change until fully tested.
66

77
#### Related:
88
* Wordnik: <https://www.wordnik.com/>

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.3
8+
wordnik: ^0.4.0
99

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

pubspec.yaml

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

77
dependencies:
88
http: ^0.11.3
99
http_status: ^1.0.1
10-
intl: ^0.15.6
10+
intl: ^0.15.7
1111
json_annotation: ^0.2.9
1212

1313
dev_dependencies:
14-
test: ^1.2.0
15-
build_runner: ^0.9.1
14+
test: ^1.3.0
15+
build_runner: ^0.9.2
1616
json_serializable: ^0.5.8
1717
credentials_helper: ^1.0.1
1818

0 commit comments

Comments
 (0)