Skip to content

Commit

Permalink
Version 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
tgockel committed Sep 22, 2014
1 parent 8bebe13 commit 9399bb8
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ else
endif
endif

JSONV_VERSION ?= 0.3.-1
JSONV_VERSION ?= 0.3.0

ifeq ($(.DEFAULT_GOAL),)
.DEFAULT_GOAL := jsonv
Expand Down
14 changes: 12 additions & 2 deletions VERSIONS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,21 @@
0._ Series
==========

[0.3 (future)](https://github.com/tgockel/json-voorhees/issues?q=milestone%3Av0.3)
----------------------------------------------------------------------------------
[0.3](https://github.com/tgockel/json-voorhees/issues?q=milestone%3Av0.3)
-------------------------------------------------------------------------

The main focus of this release is access and modification of the low-level parsing and encoding system.

- [0.3.0](https://github.com/tgockel/json-voorhees/releases/tag/v0.3.0): 2014 September 21
- Creates `tokenizer` for easier access to JSON parsing
- Creates `encode` for customization of JSON output
- Creates `value::array_view` and `value::object_view` for use in range-based for loops
- Creates the `make install` recipe (with customization of versioned SOs)
- Re-write of the parsing system to be stream-based so not everything has to reside in memory at the same time
- Expose `string_ref` as part of the `encode` and `tokenizer` systems
- Improved exception-handling in `value`
- Improved documentation, including automatic Doxygen generation with Travis CI

0.2
---

Expand Down

0 comments on commit 9399bb8

Please sign in to comment.