Skip to content

Commit

Permalink
Updates VERSIONS with 0.5.1 info.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgockel committed Feb 18, 2015
1 parent 928ff63 commit 977827e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@

The focus of this release is extensible serialization between JSON values and C++ types.

- [0.5.1](https://github.com/tgockel/json-voorhees/releases/tag/v0.5.1): 2015 February 17
- Creates `null` to be used in place of `nullptr`
- Adds the ability to set the default size of `tokenizer`'s buffer
- Fixes issue in parsing where string divisions on buffer boundaries would yield incorrect results (and potentially
crash)

- [0.5.0](https://github.com/tgockel/json-voorhees/releases/tag/v0.5.0): 2015 February 13
- Creates `formats`, `extractor`, `serializer` and `adapter` classes
- Creates the `extract` and `to_json` free functions for conversion
Expand Down

0 comments on commit 977827e

Please sign in to comment.