forked from SINTEF-9012/Proto2TypeScript
-
Notifications
You must be signed in to change notification settings - Fork 5
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Checking mergeability…
Don’t worry, you can still create the pull request.
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: aliok/Proto2TypeScript
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: sopepos/Proto2TypeScript
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 11 commits
- 14 files changed
- 1 contributor
Commits on Jan 8, 2018
-
Support protobufjs 6.x json format
- supports new json format **ONLY**. - changed options: added "--noCreate" added "-m", "--moduleName" deleted "c", "u", "p" - rewritten in es6 - package.json: - upgraded protobufjs to 6.8.4 (latest) - upgraded dustjs to 2.7.5 (latest) - changed optimist to yargs - removed vinyl-file - added lodash
Configuration menu - View commit details
-
Copy full SHA for 67b774a - Browse repository at this point
Copy the full SHA 67b774aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f2e21da - Browse repository at this point
Copy the full SHA f2e21daView commit details
Commits on Jan 9, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 21e22f4 - Browse repository at this point
Copy the full SHA 21e22f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe8fa50 - Browse repository at this point
Copy the full SHA fe8fa50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 50b7d31 - Browse repository at this point
Copy the full SHA 50b7d31View commit details -
Add --noCtor, --noCoding, --noInherit options
"noCtor": Don't generate constructor "noCoding": Don't generate encode()/ decode() methods "noInherit": Don't inherit Message<T>
Configuration menu - View commit details
-
Copy full SHA for 5cd49b1 - Browse repository at this point
Copy the full SHA 5cd49b1View commit details
Commits on Nov 20, 2018
-
Configuration menu - View commit details
-
Copy full SHA for ccea8d4 - Browse repository at this point
Copy the full SHA ccea8d4View commit details -
Change package name to pbjs2typescript
* Also update version to 3.0.0
Configuration menu - View commit details
-
Copy full SHA for e6521d0 - Browse repository at this point
Copy the full SHA e6521d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c32987 - Browse repository at this point
Copy the full SHA 6c32987View commit details
Commits on Nov 29, 2018
-
Using protobufjs, now can load *.proto file also. - rewrote codes and templates with protobufjs - "-f", "--file" options can load *.json or *.proto - version: updated to 4.0.0 - options: - removed: -m, --moduleName options - added: --bytes option - "--bytes": Set type name of "bytes" field. (default: Uint8Array) - fixed property type name of interface - in interface, if type of property is "message", now correctly specifies the message interface name, not message class name - e.g. field1: Protocols.IPerson; - fixed optional field - if message field is "optional", makes optional property correctly. - e.g. field2?: string;
Configuration menu - View commit details
-
Copy full SHA for 8b1c482 - Browse repository at this point
Copy the full SHA 8b1c482View commit details
Commits on Dec 4, 2018
-
Configuration menu - View commit details
-
Copy full SHA for 76ff9f9 - Browse repository at this point
Copy the full SHA 76ff9f9View commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master