aboutsummaryrefslogtreecommitdiffhomepage
path: root/js
Commit message (Collapse)AuthorAge
...
| | * JS: Well, this is the right place for surrogates.Gravatar Wojciech Mandrysz2016-11-15
| | |
| | * JS: Re-added comment, moved surrogates code to the right placeGravatar Wojciech Mandrysz2016-11-15
| | |
| * | Fixed JavaScript license declaration.Gravatar Josh Haberman2016-11-14
|/ /
| * JS: Replaced fromCodePoint/codePointAt with fromCharCode/charCodeAt because ↵Gravatar Wojciech Mandrysz2016-10-10
| | | | | | | | of functions limited availability, fixed typo in tests.
* | Added alias getFieldProto3 as used by older generated code.Gravatar Josh Haberman2016-10-10
| | | | | | | | | | Un-breaks users who have old generated code and upgrade to the 3.1.0 release.
* | Fixed references to foreign nested messages with CommonJS-style importsGravatar Adam Cozzette2016-10-10
| | | | | | | | | | | | | | | | A bug was causing generated JSPB code with CommonJS-style imports to refer incorrectly to nested messages from other .proto files. The generated code would have things like "test_pb.InnerMessage" instead of "test_pb.OuterMessage.InnerMessage". This commit fixes the problem by correctly taking into account any message nesting.
* | Update version number.Gravatar Feng Xiao2016-10-10
| | | | | | | | | | | | [skip ci] Change-Id: I1ba6f6372a08b5796570851336e1a548602f60da
* | Bump version number to 3.1.0-alpha-1.Gravatar Bo Yang2016-10-10
| |
* | Fix for maps_test.js in JavaScript. (#2145)Gravatar Joshua Haberman2016-10-10
| | | | | | | | | | Had to strip out some JSPB-format test code, but also added some .proto test messages that had been improperly stripped out.
* | Integrate internal changesGravatar Bo Yang2016-10-10
| |
| * JS: Added string encoding/decoding tests for UTF-8Gravatar Wojciech Mandrysz2016-10-03
| |
| * JS: Fixed UTF-8 string encoder/decoder for high codepoints.Gravatar Wojciech Mandrysz2016-10-03
| |
* | Merge remote-tracking branch 'origin/3.0.x' into mergeGravatar Jisi Liu2016-09-14
|\ \
| * | Merge pull request #1884 from hochhaus/valueWriterFnGravatar Joshua Haberman2016-09-07
| | | | | | | | | Fix valueWriterFn_ variable name
| * | Bump version number to 3.0.2Gravatar Jisi Liu2016-09-02
| | |
| * | Fix missing import of jspb.Map (#1885)Gravatar Guillaume Egles2016-08-29
| | |
* | | Fix missing import of jspb.Map (#1885)Gravatar Guillaume Egles2016-08-03
| |/ |/|
* | Merge pull request #1887 from sheffatguidance/fix-js-api-documentationGravatar Joshua Haberman2016-07-29
|\ \ | | | | | | Fix Issue #1869: faulty js API documentation
* \ \ Merge pull request #1884 from hochhaus/valueWriterFnGravatar Joshua Haberman2016-07-29
|\ \ \ | |_|/ |/| | Fix valueWriterFn_ variable name
| | * Fix Issue #1869: faulty js API documentationGravatar sheffatguidance2016-07-29
| | |
| * | Fix valueWriterFn variable nameGravatar Andy Hochhaus2016-07-29
| |/
* / Bump version number for GAGravatar Jisi Liu2016-07-25
|/
* fix debug.dumpGravatar Nikolai Vavilov2016-07-20
|
* restore old behavior for toObjectGravatar Nikolai Vavilov2016-07-19
|
* Make implicit defaults consistent with explicit defaultsGravatar Nikolai Vavilov2016-07-19
|
* Merge pull request #1802 from haberman/jsmapbinGravatar Joshua Haberman2016-07-18
|\ | | | | JavaScript: segregate references to binary functionality
| * Fix goog.require()/goog.provide() ordering.Gravatar Josh Haberman2016-07-18
| |
| * JavaScript: move extension binary info to separate struct.Gravatar Josh Haberman2016-07-18
| |
| * JavaScript maps: move binary callbacks out of constructor.Gravatar Josh Haberman2016-07-18
| | | | | | | | | | | | This change will help us separate binary support into separate files, because we only refer to binary serialization functions in the actual binary serialization paths.
* | Update version number to 3.0.0-beta-4Gravatar Feng Xiao2016-07-13
| |
* | Integrate from internal code base.Gravatar Feng Xiao2016-07-13
|/
* Fixed failing JS testsGravatar Adam Cozzette2016-07-06
| | | | | | A couple of small tweaks were needed to fix test failures that were inadvertently introduced in the last down integration. I also had to add the map.js file which was missing.
* Integrated internal changes from GoogleGravatar Adam Cozzette2016-06-29
| | | | This includes all internal changes from around May 20 to now.
* JS package.json: Added author and updated Closure Library version.Gravatar Josh Haberman2016-06-23
|
* Moved all dependencies to devDependencies.Gravatar Josh Haberman2016-06-22
| | | | | The runtime doesn't depend on anything, so these packages should always have been in devDependencies.
* Add "google" to package.json "files" for WKT.Gravatar Josh Haberman2016-06-22
|
* Create patch release for JS to include WKT.Gravatar Josh Haberman2016-06-22
|
* Fix tests for CommonJS.Gravatar Josh Haberman2016-06-16
|
* Added plugin.proto to well-known types for JS.Gravatar Josh Haberman2016-06-16
|
* JS: import well-known types from google-protobuf package.Gravatar Josh Haberman2016-06-16
|
* Merge pull request #1542 from google/beta-3Gravatar Jisi Liu2016-05-16
|\ | | | | Merge Beta 3 release branch into master
* | Test redundant varint fields decoding in JS.Gravatar Grigoriy Kraynov2016-05-12
| | | | | | | | | | Varints are generally encoded in minimum possible length but need to ensure that any redundancy does not break fields decoder.
| * Update version numbers for other languagesGravatar Jisi Liu2016-05-10
|/
* Down integrate from Google internal.Gravatar Jisi Liu2016-04-28
|
* Support Windows in gulpfile.jsGravatar Nikolai Vavilov2016-04-16
|
* Fix for gulpfile.js.Gravatar Josh Haberman2016-04-11
|
* Fix for CommonJS tests.Gravatar Josh Haberman2016-04-07
|
* Integrate google internal changes.Gravatar Jisi Liu2016-03-30
|
* Moved CommonJS-specific files into commonjs directoryGravatar murgatroid992016-02-24
|
* Fix CommonJS relative require generation, and test itGravatar murgatroid992016-02-24
|