Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
ylzcdyhm
/
protobuf
Public
forked from
protocolbuffers/protobuf
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Breadcrumbs
History for
protobuf
js
on
3.3.x
User selector
All users
All time
Commit history
Commits on May 8, 2017
Update version number to 3.3.1
xfxyjwf
committed
58538ea
View commit details
Copy full SHA for 58538ea
View code at this point
Browse repository at this point
Commits on May 4, 2017
Fix #1562 by using goog.crypt.byteArrayToString instead of String.fromCharCode.apply
myitcv
authored and
Adam Cozzette
committed
22c8772
View commit details
Copy full SHA for 22c8772
View code at this point
Browse repository at this point
Commits on Apr 6, 2017
Update version number and changelog for 3.3.0
xfxyjwf
committed
80f0c0a
View commit details
Copy full SHA for 80f0c0a
View code at this point
Browse repository at this point
Commits on Mar 29, 2017
Down-integrate from google3.
xfxyjwf
committed
d36c0c5
View commit details
Copy full SHA for d36c0c5
View code at this point
Browse repository at this point
Commits on Mar 27, 2017
Merge pull request #1662 from haberman/jsconformance
Show description for c565e25
haberman
authored
c565e25
View commit details
Copy full SHA for c565e25
View code at this point
Browse repository at this point
Commits on Mar 6, 2017
JS: ensure that extension values are serialized even if they're falsy
Show description for 651ba62
Adam Cozzette
committed
651ba62
View commit details
Copy full SHA for 651ba62
View code at this point
Browse repository at this point
Added JavaScript conformance tests. All tests pass!
haberman
committed
f873d32
View commit details
Copy full SHA for f873d32
View code at this point
Browse repository at this point
Commits on Mar 1, 2017
Use closurebuilder.py in favor of calcdeps.py for compiling JavaScript
Show description for 671e075
Adam Cozzette
committed
671e075
View commit details
Copy full SHA for 671e075
View code at this point
Browse repository at this point
Commits on Feb 28, 2017
Removed log statement from writer_test.js
Show description for aff9d9d
Adam Cozzette
committed
aff9d9d
View commit details
Copy full SHA for aff9d9d
View code at this point
Browse repository at this point
Commits on Jan 31, 2017
Merge 3.2.x branch into master (#2648)
Show description for 7f3e237
TeBoring
authored
7f3e237
View commit details
Copy full SHA for 7f3e237
View code at this point
Browse repository at this point
Commits on Jan 7, 2017
Fix generation of extending nested messages in JavaScript (#2439)
Show description for 2c16f69
MarcusLongmuir
authored and
haberman
committed
2c16f69
View commit details
Copy full SHA for 2c16f69
View code at this point
Browse repository at this point
Commits on Nov 21, 2016
Added back in binary serialization round-trip in message_test.js
Adam Cozzette
committed
fda876a
View commit details
Copy full SHA for fda876a
View code at this point
Browse repository at this point
Fixed remaining JSPB test failures
Adam Cozzette
committed
40f3586
View commit details
Copy full SHA for 40f3586
View code at this point
Browse repository at this point
Updated message_test.js so that it does not depend on fromObject
Adam Cozzette
committed
315350b
View commit details
Copy full SHA for 315350b
View code at this point
Browse repository at this point
Updated enum names in test.proto to avoid conflicting with testbinary.proto
Adam Cozzette
committed
b4dd686
View commit details
Copy full SHA for b4dd686
View code at this point
Browse repository at this point
Commits on Nov 18, 2016
Merge branch 'master' into down-integrate-with-msvc-fix
Adam Cozzette
committed
5d63097
View commit details
Copy full SHA for 5d63097
View code at this point
Browse repository at this point
Integrated internal changes from Google
Adam Cozzette
committed
5a76e63
View commit details
Copy full SHA for 5a76e63
View code at this point
Browse repository at this point
Commits on Nov 15, 2016
Merge pull request #1907 from evokly/js-utf8-fix
Show description for c6f3d70
haberman
authored
c6f3d70
View commit details
Copy full SHA for c6f3d70
View code at this point
Browse repository at this point
JS: Well, this is the right place for surrogates.
tetek
committed
bd850a2
View commit details
Copy full SHA for bd850a2
View code at this point
Browse repository at this point
JS: Re-added comment, moved surrogates code to the right place
tetek
committed
292c2c9
View commit details
Copy full SHA for 292c2c9
View code at this point
Browse repository at this point
Commits on Nov 14, 2016
Fixed JavaScript license declaration.
haberman
committed
5d9dbe3
View commit details
Copy full SHA for 5d9dbe3
View code at this point
Browse repository at this point
Commits on Oct 10, 2016
JS: Replaced fromCodePoint/codePointAt with fromCharCode/charCodeAt because of functions limited availability, fixed typo in tests.
tetek
committed
7332ffb
View commit details
Copy full SHA for 7332ffb
View code at this point
Browse repository at this point
Added alias getFieldProto3 as used by older generated code.
Show description for f2eeaf7
haberman
authored and
TeBoring
committed
f2eeaf7
View commit details
Copy full SHA for f2eeaf7
View code at this point
Browse repository at this point
Fixed references to foreign nested messages with CommonJS-style imports
Show description for 4a4a162
Adam Cozzette
authored and
TeBoring
committed
4a4a162
View commit details
Copy full SHA for 4a4a162
View code at this point
Browse repository at this point
Update version number.
Show description for f933d10
xfxyjwf
authored and
TeBoring
committed
f933d10
View commit details
Copy full SHA for f933d10
View code at this point
Browse repository at this point
Bump version number to 3.1.0-alpha-1.
TeBoring
committed
15f4db6
View commit details
Copy full SHA for 15f4db6
View code at this point
Browse repository at this point
Fix for maps_test.js in JavaScript. (#2145)
Show description for af62fde
haberman
authored and
TeBoring
committed
af62fde
View commit details
Copy full SHA for af62fde
View code at this point
Browse repository at this point
Integrate internal changes
TeBoring
committed
cc8ca5b
View commit details
Copy full SHA for cc8ca5b
View code at this point
Browse repository at this point
Commits on Oct 2, 2016
JS: Added string encoding/decoding tests for UTF-8
tetek
committed
fe1d0a1
View commit details
Copy full SHA for fe1d0a1
View code at this point
Browse repository at this point
JS: Fixed UTF-8 string encoder/decoder for high codepoints.
tetek
committed
23f108d
View commit details
Copy full SHA for 23f108d
View code at this point
Browse repository at this point
Commits on Sep 14, 2016
Merge remote-tracking branch 'origin/3.0.x' into merge
liujisi
committed
58860c0
View commit details
Copy full SHA for 58860c0
View code at this point
Browse repository at this point
Commits on Sep 7, 2016
Merge pull request #1884 from hochhaus/valueWriterFn
Show description for 7645a3d
haberman
authored and
liujisi
committed
7645a3d
View commit details
Copy full SHA for 7645a3d
View code at this point
Browse repository at this point
Commits on Sep 2, 2016
Bump version number to 3.0.2
liujisi
committed
6e11540
View commit details
Copy full SHA for 6e11540
View code at this point
Browse repository at this point
Commits on Aug 29, 2016
Fix missing import of jspb.Map (#1885)
Guillaume Egles
authored and
liujisi
committed
8335b7d
View commit details
Copy full SHA for 8335b7d
View code at this point
Browse repository at this point
Commits on Aug 4, 2016
Fix missing import of jspb.Map (#1885)
Guillaume Egles
committed
ea081fe
View commit details
Copy full SHA for ea081fe
View code at this point
Browse repository at this point
Previous
Next
You can’t perform that action at this time.