summaryrefslogtreecommitdiff
path: root/package.json
Commit message (Collapse)AuthorAgeFilesLines
* bump version numberJens Geyer2023-02-061-1/+1
|
* version bumpJens Geyer2022-08-301-1/+1
|
* Release 0.16.0Jens Geyer2022-01-201-1/+1
|
* ran `npm audit fix` to fix several reported issuesJens Geyer2021-10-231-3/+3
|
* bump version numberJens Geyer2021-08-031-1/+1
|
* Version number aligned to 0.15.0Jens Geyer2021-02-111-1/+1
|
* Updated NodeJS dependenciesMario Emmenlauer2020-02-231-3/+3
| | | | | | | Client: nodejs Patch: Mario Emmenlauer This closes #2024
* THRIFT-5003: Websocket Connection in Browsers with nodejs codeEugen2020-01-071-7/+9
| | | | | | | | | | | | | | | * changed this to self in forEach callback * updated minimum node version to 8.16.2 (Maintenance LTS until December 2019) changed ws_connection.js to work in the browser, with isomorphic-ws added exports for `wsConnection`, `createWSConnection`, `createWSClient` * added exports for WSConnection to browser.js * extended the sample of nodejs code in the browser with webpack * tested and updated node version to LTS 10.18.0 Dubnium discussion based: https://github.com/apache/thrift/pull/1927#discussion_r358140463
* bump versionJens Geyer2019-10-171-1/+1
| | | | This closes #1899
* THRIFT-4763: HTML compiler produces invalid HTML document (#1720)Sebastian Zenker2019-01-301-0/+1
| | | | | * HTML: the html generator did generate a closing </code> tag without a match <code> * THRIFT-4763: added HTML test and fixed up additional HTML generation issues
* THRIFT-4753: re-version master to next release 0.13.0James E. King III2019-01-251-1/+1
|
* THRIFT-4675: Fix int64 constants generation for map keysMustafa Senol Cosar2019-01-251-0/+1
|
* THRIFT-4675: Generate Int64 constants for jsMustafa Senol Cosar2019-01-151-0/+2
|
* Merge remote-tracking branch 'origin/0.12.0' into consume-0.12.0James E. King III2018-12-301-1/+1
|\
| * Version 0.12.0v0.12.00.12.0jfarrell2018-12-181-1/+1
| |
* | THRIFT-4546: replace all git-wip-us.apache.org to github.comRobert Lu2018-12-281-1/+1
|/
* THRIFT-3143: Add nodets supportwilfrem2018-11-291-1/+5
| | | | Co-authored-by: Mustafa Senol Cosar <cosar.mustafasenol@gmail.com>
* THRIFT-4653: ES6 classes support (#1615)bforbis2018-10-281-2/+7
| | | | | | | * ES6 classes support * Lint generated code * ES6 Tests for NodeJS * Add eslint rules for nodejs * Run prettier/eslint on nodejs test code
* THRIFT-4625: Use let/const variable decorators in ES6 JavascriptBrian Forbis2018-09-281-1/+0
|
* THRIFT-4551: Add Prettier for consistent JS code formatting (#1536)Filip Spiridonov2018-04-171-1/+3
| | | Client: js
* THRIFT-4509: remove nodejs browser testPhilip Frank2018-03-081-2/+0
| | | | | | Client: nodejs This closes #1501
* THRIFT-4508: end trusty CI builds; handle nodejs 4.x LTS EOL; update docsJames E. King III2018-03-061-7/+7
|
* THRIFT-4064: update node dependenciesJames E. King, III2017-09-211-10/+14
| | | | This closes #1359
* Fix package.json to include only the needed filesJan Krems2015-11-081-0/+4
| | | | | | | | | | | | | | | | | | | | Before: ``` > du -sh node_modules/thrift 28M node_modules/thrift ``` After: ``` > mkdir -p /tmp/thrift-module > cp -r node_modules/thrift/lib/nodejs/{lib,README.md} /tmp/thrift-module > du -sh /tmp/thrift-module 208K /tmp/thrift-module ``` This closes #672
* THRIFT-3355 npm WARN package.json thrift@1.0.0-dev No license field.Jens Geyer2015-09-251-0/+1
| | | | | Client: NodeJS Patch: Jens Geyer
* THRIFT-3122 Javascript struct constructor should properly initialize struct ↵Henrique Mendonça2015-06-251-0/+1
| | | | | | | | and container members from plain js arguments Patch: Igor Tkach This closes #519
* THRIFT-2976: add browserify support and testsRandy Abernethy2015-02-161-3/+3
| | | | | Client: nodejs Patch: Andrew de Andrade
* THRIFT-2963: add code coverage to nodejs libRandy Abernethy2015-02-031-1/+4
| | | | | Client: Node Patch: Tom Croucher and Andrew de Andrade
* THRIFT-2940 nodejs: move package.json to root folderRoger Meier2015-02-021-0/+45