Skip to content

Commit

Permalink
Version 1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenroose committed Mar 31, 2015
1 parent c8ed8f7 commit 34351c5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 12 deletions.
26 changes: 16 additions & 10 deletions CHANGELOG.md
@@ -1,15 +1,21 @@
1.0.18+2 07/11/2013
# Changelog

Doc fixes.
## 1.0.19

1.0.18 07/11/2013
- Added a `recursive` parameter to constructors to allow for disabling recursive conversion to JsonObjects.

Changed stringify to encode
Removed meta package requirement
All tests passing with 0.8.10.3_r29803
## 1.0.18+2 07/11/2013

1.0.17 17/Sept/2013
- Doc fixes.

Added @proxy
Migrated from dart:json to dart:convert library
All tests passing with 0.7.2.1_r27268
## 1.0.18 07/11/2013

- Changed stringify to encode
- Removed meta package requirement
- All tests passing with 0.8.10.3_r29803

## 1.0.17 17/Sept/2013

- Added @proxy
- Migrated from dart:json to dart:convert library
- All tests passing with 0.7.2.1_r27268
6 changes: 4 additions & 2 deletions pubspec.yaml
@@ -1,6 +1,8 @@
name: json_object
version: 1.0.18+2
author: Chris Buckett <chrisbuckett@gmail.com>
version: 1.0.19
authors:
- Chris Buckett <chrisbuckett@gmail.com>
- Steven Roose <stevenroose@gmail.com>
description: Allow use of JSON Maps in dot notation format
homepage: https://github.com/chrisbu/dartwatch-JsonObject
environment:
Expand Down

0 comments on commit 34351c5

Please sign in to comment.