Skip to content

Commit

Permalink
Release 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tangyao committed Mar 11, 2015
1 parent f22c276 commit d996501
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions History.md
@@ -1,4 +1,12 @@

1.0.3 / 2015-03-11
==================

* fix(decode): toString is not stable.
* chore(test): skip large string with v0.11.15
* fix(writeObject): should assertType obj.$ when writeObject and add more messge
* ignore 0xd800 and 0xdbff char test cases

1.0.2 / 2015-01-29
==================

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "hessian.js",
"version": "1.0.2",
"version": "1.0.3",
"description": "Hessian Serialization written by pure JavaScript, support all kind of types in Java.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit d996501

Please sign in to comment.