Skip to content

Commit

Permalink
Merge pull request #1527 from haberman/changelog
Browse files Browse the repository at this point in the history
Added release notes for Ruby and JavaScript.
  • Loading branch information
liujisi committed May 13, 2016
2 parents 9f84114 + d346f49 commit b126706
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion CHANGES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,20 @@
* Improvements in JSON formatting and parsing

Javascript (Alpha)
* TODO(haberman)
* Better support for "bytes" fields: bytes fields can be read as either a
base64 string or UInt8Array (in environments where TypedArray is supported).
* New support for CommonJS imports. This should make it easier to use the
JavaScript support in Node.js and tools like WebPack. See js/README.md for
more information.
* Some significant internal refactoring to simplify and modularize the code.

Ruby (Alpha)
* JSON serialization now properly uses camelCased names, with a runtime option
that will preserve original names from .proto files instead.
* Well-known types are now included in the distribution.
* Release now includes binary gems for Windows, Mac, and Linux instead of just
source gems.
* Bugfix for serializing oneofs.

C++/Java Lite (Alpha)
A new "lite" generator parameter was introduced in the protoc for C++ and
Expand Down

0 comments on commit b126706

Please sign in to comment.