Skip to content

Commit

Permalink
update user guide with int32, int64
Browse files Browse the repository at this point in the history
  • Loading branch information
bikallem committed May 12, 2021
1 parent 643d6ea commit 9c2f915
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 0 additions & 4 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
## v1.2.0 2020-

- Add two decoders `int32` and `int64`.

## v1.0.0 2020-05-11 UK

- First release.
2 changes: 2 additions & 0 deletions tests/user_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ For example, in uri `/home/:int` Wtr first matches the literal 'home' at positio

Wtr comes with a few built-in decoders:
- `int` - decodes OCaml *int* values
- `int32` - decodes OCaml *int32* values
- `int64` - decodes OCaml *int64* values
- `float` - decodes OCaml *float* values
- `bool` - decodes OCaml *bool* values
- `string` - decodes OCaml *string* values
Expand Down

0 comments on commit 9c2f915

Please sign in to comment.