Skip to content

Commit

Permalink
Release 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Aug 4, 2014
1 parent 840b95b commit cddd474
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions History.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,15 @@

1.1.0 / 2014-08-04
==================

* Fix jshint errors.
* Update _writeSerialData()
* Remove unused param: unshared.
* Read/writeBlockHeader in class that has its own read/writeObject method.
* Object overwrite read/writeObject() will call defaultRead/WriteObject() in its methods.
* fix string
* update readme code style

1.0.0 / 2014-07-31
==================

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": "java.io",
"version": "1.0.0",
"version": "1.1.0",
"description": "Object Serialization Stream Protocol javascript implement",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit cddd474

Please sign in to comment.