169 Commits

Author SHA1 Message Date
Roman Lorenzo Balayan
0f9d4770e0
fix(docs): Update readme to correct command for creating types (#1939) 2024-06-12 10:10:19 +02:00
dcodeIO
11393eaa1d
chore: Renovate README.md (#1995) 2024-05-28 16:13:14 +02:00
bas
67fe5926da
Update CDN (RawGit EOL) (#1806)
Issue: #1794
2022-09-12 13:35:47 -07:00
SK
40a6b353f9
docs: fix pbjs link in README (#1578)
parent README doesn't have documentation about pbjs and it is moved to cli's README, update the link to the correct one.
2021-04-09 15:43:38 -07:00
Taylor McIntyre
da34f43ccd
feat!: move command line tool to a new package named protobufjs-cli (#1234)
* Get protobufjs-cli to a publishable state

* Fix eslint issues

* Fix pbts path

* Install cli package deps on CI 'build' job

* fix: get rid of require-protobufjs.js

* fix: lint

* fix: versions

* chore(deps): update package-lock.json

Co-authored-by: Stacey Sern <stacey@dropbox.com>
Co-authored-by: Gabriel Cangussu <gabrielcangussu@gmail.com>
Co-authored-by: Alexander Fenster <fenster@google.com>
2021-01-15 16:02:00 -08:00
Alexander Fenster
b6b845b2c8
docs: fix JSON formatting 2020-10-09 15:56:11 -07:00
fabien huet
6fc37d9ea3
Update readme.md => fix the json example
The json example was not equivalent to the .proto file. The message type should be nested in a namespace.
2020-02-19 11:11:17 +01:00
Jason Cooke
7bacfc8f34 docs: fix typo (#1241) 2019-06-09 20:26:07 -07:00
Joseph Lisee
41b91535ce docs: fix stale links to API documentation (#1235) 2019-06-03 07:50:47 -07:00
Justin Beckwith
2d047e249c
docs: Add missing 'force-number' pbjs option 2019-04-19 11:33:34 -07:00
Jean-Baptiste Pringuey
ea7b9c6fcf
Remove useless config import 2019-03-22 09:44:27 +01:00
Jean-Baptiste Pringuey
9450f4d340
Add working rpcImpl with grpc node package
After spending a few hours trying to figure out how to connect those 2 great framework, I think it would be a great idea to add that to the doc to save people time in the future. Thanks !
2019-03-22 09:41:34 +01:00
Aleksandr Kachanov
7485d4b20b
Add missing 'force-number' pbjs option 2019-02-06 15:49:25 +02:00
Nikolai Vavilov
02482a69f0 Remove non-existent method from README (#1119) 2018-10-04 21:11:58 +02:00
dcodeIO
b611875cfb Other: Slim down CI testing and remove some not ultimately necesssary dependencies with audit issues 2018-05-16 13:25:23 +02:00
dcodeIO
bda1bc6917 Other: Fix travis build 2017-11-24 15:55:15 +01:00
dcodeIO
114f7ea9fa Other: Minor formatting 2017-06-09 10:04:01 +02:00
dcodeIO
ffdc93c7cf CLI: Check incompatible properties for namespaces only in tsd-jsdoc 2017-04-18 21:16:33 +02:00
dcodeIO
2dcae25c99 CLI: Several improvements to tsd-jsdoc emitted comments 2017-04-17 23:44:59 +02:00
dcodeIO
ff858003f5 Breaking: Replaced Buffer and Long types with interfaces and removed stubs; CLI: Further TypeScript definition improvements 2017-04-16 20:28:06 +02:00
dcodeIO
5bc3541d2d Other: Even more documentation and typings for ext/descriptor 2017-04-14 19:15:57 +02:00
dcodeIO
0589ace4dc Fixed: Types should not clear constructor with cache (fixes decorators) 2017-04-13 21:36:01 +02:00
dcodeIO
23f26defa7 Other: TypeScript generics improvements 2017-04-12 15:33:54 +02:00
dcodeIO
3939667ef1 New: Added 'json' conversion option for proto3 JSON mapping compatibility of NaN and Infinity + additional documentation of util.toJSONOptions, see #351 2017-04-11 12:35:31 +02:00
dcodeIO
0425b584f4 Other: More decorator progress (MapField.d, optional Type.d) 2017-04-11 02:15:43 +02:00
Ivan Gilchrist
514afcfa89 Fix markdown for pipe in code in table
Solution thanks to http://stackoverflow.com/a/17320389/361684
2017-04-10 11:25:44 -07:00
dcodeIO
35a663757e Docs: Additional docs on TS/decorators usage [ci skip] 2017-04-10 19:05:26 +02:00
dcodeIO
7a6f98b5e7 Breaking: Initial implementation of TypeScript decorators; Breaking: Refactored protobuf.Class away; Breaking: TypeScript definitions now have (a lot of) generics; Breaking: Removed deprecated features; Other: tsd-jsdoc now has limited generics support 2017-04-10 17:17:27 +02:00
dcodeIO
57f1da6494 Other: long, @types/long and @types/node are just dependencies, see #753
It's impossible anyway to get this right for everyone, so here's the intended setup and everything else is re-configuration.
2017-04-08 13:38:17 +02:00
dcodeIO
acea4d7293 Other: Updated dist files and changelog 2017-04-08 10:19:15 +02:00
dcodeIO
3405ae8d1e Other: Touched benchmark output metrics once more 2017-04-08 09:55:36 +02:00
dcodeIO
7b3bdb562e Other: Output more human friendly metrics from benchmark 2017-04-07 20:43:52 +02:00
dcodeIO
f88dad0982 Other: Revamped benchmark, now also covers Google's JS implementation 2017-04-07 19:38:18 +02:00
dcodeIO
45356be81b Other: Updated dependencies and dist files 2017-04-07 13:56:08 +02:00
dcodeIO
e980e72ae3 Docs: More README [ci skip] 2017-04-06 11:27:09 +02:00
dcodeIO
a7621be0a5 Other: Split up NamespaceDescriptor to make nested plain namespaces a thing, see #749 2017-04-05 23:23:43 +02:00
dcodeIO
1f76749d0b Docs: Replaced 'runtime message' with 'message instance' for clarity 2017-04-05 19:01:36 +02:00
dcodeIO
e6b6dedb55 Docs: Rephrased the Usage section around the concept of valid messages 2017-04-05 18:46:02 +02:00
dcodeIO
0d8100ba87 Docs: Added toolset diagram to README 2017-04-05 16:15:58 +02:00
dcodeIO
16e3c9405a Other: Rebuilt dist files for 6.7.1 2017-04-05 12:12:16 +02:00
dcodeIO
412407de9a Docs: Restructured README 2017-04-04 13:42:19 +02:00
dcodeIO
1c4d9d7f02 Docs: Added more information on typings usage, see #744 2017-04-04 08:53:58 +02:00
dcodeIO
602065e168 Docs: Clarified typescript example in README, see #744 2017-04-04 08:39:45 +02:00
dcodeIO
79d0ba2cc7 Docs: Clarified that the service API targets clients consuming a service, see #742 2017-04-03 20:56:50 +02:00
dcodeIO
ef71e77726 Docs: Added type definitions for all possible JSON descriptors 2017-03-25 22:27:38 +01:00
dcodeIO
4bfe0c239b CLI: More progress on decoupling the CLI; Docs: Explained the JSON structure in README and moved CLI specific information to the CLI package 2017-03-24 22:41:04 +01:00
dcodeIO
afefa3de09 CLI: Properly implement $Properties interface in JSDoc, see #723 2017-03-24 03:33:10 +01:00
dcodeIO
3ba3ad762f Docs: Added information on how to use the stubs to README, see #718 2017-03-23 23:41:26 +01:00
dcodeIO
c04d4a5ab8 New: Implemented stubs for long.js / node buffers to be used where either one isn't wanted, see #718 2017-03-23 23:15:08 +01:00
dcodeIO
a5dbba4134 Docs: Added 'What is a valid message' section to README [ci skip] 2017-03-23 19:44:53 +01:00