aboutsummaryrefslogtreecommitdiff
path: root/js
Commit message (Collapse)AuthorAgeFilesLines
* Bump version number for GAJisi Liu2016-07-251-1/+1
|
* fix debug.dumpNikolai Vavilov2016-07-201-2/+4
|
* restore old behavior for toObjectNikolai Vavilov2016-07-191-3/+19
|
* Make implicit defaults consistent with explicit defaultsNikolai Vavilov2016-07-192-63/+44
|
* Merge pull request #1802 from haberman/jsmapbinJoshua Haberman2016-07-183-99/+81
|\ | | | | JavaScript: segregate references to binary functionality
| * Fix goog.require()/goog.provide() ordering.Josh Haberman2016-07-182-2/+2
| |
| * JavaScript: move extension binary info to separate struct.Josh Haberman2016-07-182-28/+45
| |
| * JavaScript maps: move binary callbacks out of constructor.Josh Haberman2016-07-182-71/+36
| | | | | | | | | | | | 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-4Feng Xiao2016-07-131-1/+1
| |
* | Integrate from internal code base.Feng Xiao2016-07-133-0/+62
|/
* Fixed failing JS testsAdam Cozzette2016-07-063-2/+486
| | | | | | 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 GoogleAdam Cozzette2016-06-298-32/+196
| | | | This includes all internal changes from around May 20 to now.
* JS package.json: Added author and updated Closure Library version.Josh Haberman2016-06-231-3/+5
|
* Moved all dependencies to devDependencies.Josh Haberman2016-06-221-6/+5
| | | | | The runtime doesn't depend on anything, so these packages should always have been in devDependencies.
* Add "google" to package.json "files" for WKT.Josh Haberman2016-06-221-0/+1
|
* Create patch release for JS to include WKT.Josh Haberman2016-06-221-1/+1
|
* Fix tests for CommonJS.Josh Haberman2016-06-161-2/+11
|
* Added plugin.proto to well-known types for JS.Josh Haberman2016-06-161-0/+1
|
* JS: import well-known types from google-protobuf package.Josh Haberman2016-06-161-2/+25
|
* Merge pull request #1542 from google/beta-3Jisi Liu2016-05-161-1/+1
|\ | | | | Merge Beta 3 release branch into master
| * Update version numbers for other languagesJisi Liu2016-05-101-1/+1
| |
* | Test redundant varint fields decoding in JS.Grigoriy Kraynov2016-05-121-0/+52
|/ | | | | Varints are generally encoded in minimum possible length but need to ensure that any redundancy does not break fields decoder.
* Down integrate from Google internal.Jisi Liu2016-04-282-0/+85
|
* Support Windows in gulpfile.jsNikolai Vavilov2016-04-162-2/+6
|
* Fix for gulpfile.js.Josh Haberman2016-04-111-1/+10
|
* Fix for CommonJS tests.Josh Haberman2016-04-072-8/+30
|
* Integrate google internal changes.Jisi Liu2016-03-3016-1239/+1500
|
* Moved CommonJS-specific files into commonjs directorymurgatroid992016-02-244-12/+15
|
* Fix CommonJS relative require generation, and test itmurgatroid992016-02-247-10/+142
|
* Added a bit more to README.md, and allowed custom PROTOC var in tests.Josh Haberman2016-02-192-2/+28
|
* Properly camelCase when translating to CommonJS.Josh Haberman2016-02-181-1/+17
|
* Removed unused directives from tests that aren't run under CommonJS.Josh Haberman2016-02-182-4/+0
|
* Addressed more code review comments.Josh Haberman2016-02-182-22/+28
|
* Integrate review comments.Josh Haberman2016-02-185-6/+18
|
* Greatly expanded README.md.Josh Haberman2016-02-181-10/+130
|
* Use "node" as binary instead of "nodejs".Josh Haberman2016-02-181-1/+1
| | | | "nodejs" does not exist on Travis, it appears.
* Fixed definition of extensions, and added CommonJS tests to Travis.Josh Haberman2016-02-182-1/+5
|
* Fixed nested message scopes for CommonJS.Josh Haberman2016-02-186-21/+41
|
* Added some documentation in comments.Josh Haberman2016-02-183-2/+31
|
* Moved CommonJS-specific files to commonjs/.Josh Haberman2016-02-185-4/+4
|
* CommonJS tests are now passing.Josh Haberman2016-02-1812-19/+147
|
* WIP.Josh Haberman2016-02-184-7/+59
|
* Enable JavaScript tests for binary parse/serialize.Josh Haberman2016-02-023-103/+3
| | | | | | | | These should have been included in the first match but I overlooked them. This involved deleting some of the code that tests Google-internal-only features.
* Fixed version number and testing command.Josh Haberman2015-12-221-2/+2
|
* Added README and enabled JavaScript tests on Node.jsJosh Haberman2015-12-216-1/+129
|
* Down-integrate from internal code base.Feng Xiao2015-12-1127-0/+12302