Skip to content

Commit

Permalink
Update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
nsimonov committed Jul 18, 2018
1 parent b35ad9e commit b0e76a6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 7 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,11 @@

- added BASE64 for imageData in attached pictures
- small changes in example
- fix README formating
- fix README formating

## 0.0.9

- added ParsingException class
- up sdk dependency in pubsec.yaml to <=3.0.0
- wrote some tests
- added stub mp3s for tests
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,19 @@ project under MIT [license][license]

[full changelog][changelog]

- v0.0.8
- added BASE64 for imageData in attached pictures
- .toString() now returns JSON
- small changes in example
- fix README formating
## 0.0.9
- added ParsingException class
- up sdk dependency in pubsec.yaml to <=3.0.0
- wrote some tests
- added stub mp3s for tests

## Instalation

add dependency in pubsec.yaml

```yaml
dependencies:
dart_tags: ^0.0.8
dart_tags: ^0.0.9
```
## Usage
Expand Down

0 comments on commit b0e76a6

Please sign in to comment.