index
:
protobuf
master
Protocol Buffers – Google’s data interchange format
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
js
Commit message (
Expand
)
Author
Age
*
Merge pull request #1662 from haberman/jsconformance
Joshua Haberman
2017-03-27
|
\
*
|
JS: ensure that extension values are serialized even if they're falsy
Adam Cozzette
2017-03-06
|
*
Added JavaScript conformance tests. All tests pass!
Josh Haberman
2017-03-06
|
/
*
Use closurebuilder.py in favor of calcdeps.py for compiling JavaScript
Adam Cozzette
2017-03-01
*
Removed log statement from writer_test.js
Adam Cozzette
2017-02-28
*
Merge 3.2.x branch into master (#2648)
Paul Yang
2017-01-31
*
Fix generation of extending nested messages in JavaScript (#2439)
Marcus Longmuir
2017-01-06
*
Added back in binary serialization round-trip in message_test.js
Adam Cozzette
2016-11-21
*
Fixed remaining JSPB test failures
Adam Cozzette
2016-11-21
*
Updated message_test.js so that it does not depend on fromObject
Adam Cozzette
2016-11-21
*
Updated enum names in test.proto to avoid conflicting with testbinary.proto
Adam Cozzette
2016-11-21
*
Merge branch 'master' into down-integrate-with-msvc-fix
Adam Cozzette
2016-11-17
|
\
*
|
Integrated internal changes from Google
Adam Cozzette
2016-11-17
|
*
Merge pull request #1907 from evokly/js-utf8-fix
Joshua Haberman
2016-11-15
|
|
\
|
|
*
JS: Well, this is the right place for surrogates.
Wojciech Mandrysz
2016-11-15
|
|
*
JS: Re-added comment, moved surrogates code to the right place
Wojciech Mandrysz
2016-11-15
|
*
|
Fixed JavaScript license declaration.
Josh Haberman
2016-11-14
|
/
/
|
*
JS: Replaced fromCodePoint/codePointAt with fromCharCode/charCodeAt because o...
Wojciech Mandrysz
2016-10-10
*
|
Added alias getFieldProto3 as used by older generated code.
Josh Haberman
2016-10-10
*
|
Fixed references to foreign nested messages with CommonJS-style imports
Adam Cozzette
2016-10-10
*
|
Update version number.
Feng Xiao
2016-10-10
*
|
Bump version number to 3.1.0-alpha-1.
Bo Yang
2016-10-10
*
|
Fix for maps_test.js in JavaScript. (#2145)
Joshua Haberman
2016-10-10
*
|
Integrate internal changes
Bo Yang
2016-10-10
|
*
JS: Added string encoding/decoding tests for UTF-8
Wojciech Mandrysz
2016-10-03
|
*
JS: Fixed UTF-8 string encoder/decoder for high codepoints.
Wojciech Mandrysz
2016-10-03
*
|
Merge remote-tracking branch 'origin/3.0.x' into merge
Jisi Liu
2016-09-14
|
\
\
|
*
|
Merge pull request #1884 from hochhaus/valueWriterFn
Joshua Haberman
2016-09-07
|
*
|
Bump version number to 3.0.2
Jisi Liu
2016-09-02
|
*
|
Fix missing import of jspb.Map (#1885)
Guillaume Egles
2016-08-29
*
|
|
Fix missing import of jspb.Map (#1885)
Guillaume Egles
2016-08-03
|
|
/
|
/
|
*
|
Merge pull request #1887 from sheffatguidance/fix-js-api-documentation
Joshua Haberman
2016-07-29
|
\
\
*
\
\
Merge pull request #1884 from hochhaus/valueWriterFn
Joshua Haberman
2016-07-29
|
\
\
\
|
|
_
|
/
|
/
|
|
|
|
*
Fix Issue #1869: faulty js API documentation
sheffatguidance
2016-07-29
|
*
|
Fix valueWriterFn variable name
Andy Hochhaus
2016-07-29
|
|
/
*
/
Bump version number for GA
Jisi Liu
2016-07-25
|
/
*
fix debug.dump
Nikolai Vavilov
2016-07-20
*
restore old behavior for toObject
Nikolai Vavilov
2016-07-19
*
Make implicit defaults consistent with explicit defaults
Nikolai Vavilov
2016-07-19
*
Merge pull request #1802 from haberman/jsmapbin
Joshua Haberman
2016-07-18
|
\
|
*
Fix goog.require()/goog.provide() ordering.
Josh Haberman
2016-07-18
|
*
JavaScript: move extension binary info to separate struct.
Josh Haberman
2016-07-18
|
*
JavaScript maps: move binary callbacks out of constructor.
Josh Haberman
2016-07-18
*
|
Update version number to 3.0.0-beta-4
Feng Xiao
2016-07-13
*
|
Integrate from internal code base.
Feng Xiao
2016-07-13
|
/
*
Fixed failing JS tests
Adam Cozzette
2016-07-06
*
Integrated internal changes from Google
Adam Cozzette
2016-06-29
*
JS package.json: Added author and updated Closure Library version.
Josh Haberman
2016-06-23
*
Moved all dependencies to devDependencies.
Josh Haberman
2016-06-22
*
Add "google" to package.json "files" for WKT.
Josh Haberman
2016-06-22
[next]