Skip to content

Commit

Permalink
0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
burningtree committed Apr 11, 2015
1 parent 4bc1082 commit 3e1ae1c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ This project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [0.3.1]
### Fixed
- Fix unescaped strings and problems with ending `}`.

### Changed
- Allow more characters to use in Type name, now is possible: `a-zA-Z0-9_-`.

### Added
- Tests for Type casting and custom types.

## [0.3.0]
### Added
- Type casting with `!` symbol.
Expand Down Expand Up @@ -66,7 +76,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
## 0.1.0 - 2014-04-05
- Initial release.

[Unreleased]: https://github.com/burningtree/uson/compare/0.3.0...master
[Unreleased]: https://github.com/burningtree/uson/compare/0.3.1...master
[0.3.1]: https://github.com/burningtree/uson/compare/0.3.0...0.3.1
[0.3.0]: https://github.com/burningtree/uson/compare/0.2.1...0.3.0
[0.2.1]: https://github.com/burningtree/uson/compare/0.2.0...0.2.1
[0.2.0]: https://github.com/burningtree/uson/compare/0.1.3...0.2.0
Expand Down
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "uson",
"main": "dist/uson.min.js",
"version": "0.3.0",
"version": "0.3.1",
"homepage": "https://github.com/burningtree/uson",
"authors": [
"Jan Stránský <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "uson",
"version": "0.3.0",
"version": "0.3.1",
"description": "μson (uson) is a shorthand for JSON",
"main": "index.js",
"bin": {
Expand Down

0 comments on commit 3e1ae1c

Please sign in to comment.