aboutsummaryrefslogtreecommitdiff
path: root/js
AgeCommit message (Expand)Author
2020-03-25Revert "Revert "Upgrade flatbuffers to v1.12.0""Haibo Huang
2020-03-16Revert "Upgrade flatbuffers to v1.12.0"android-r-preview-4android-r-preview-3android-r-preview-2Aurimas Liutikas
2020-03-12Add non-nullable modifier to return type of functions never returning null (#...Jakub Vrána
2019-05-16[JS/TS] Size prefix support (#5326)Björn Harrtell
2019-04-22[Javascript] Remove newly introduced trailing whitespace in flatbuffer.js (#5...Damien Lespiau
2019-01-14JS- support clear() method on builder (#5109)unintellisense
2018-04-23Adding JS function to get the File Identifier (#4715)Mark Henderson
2017-08-24Trimmed vtables of trailing zeroes.Wouter van Oortmerssen
2017-04-17Undo PR: make flatbuffers.js into a UMD module (#4228)Wouter van Oortmerssen
2017-04-10TypeScript support (#4232)Kamil Rojewski
2017-04-07make flatbuffers.js into a UMD module (#4228)Iain van der Bloat
2017-03-27Fixing closure compile compatibility when --gen-mutable is used.Wouter van Oortmerssen
2017-02-20fix #4180: Long.prototype.toFloat64() overflow (#4182)litianzhao
2017-02-08Changes to make flatbuffers javascript compatible with the closure compiler.Wouter van Oortmerssen
2016-10-21Fix Closure Compiler warnings (#4067)cajun-rat
2016-08-10Clarified in the docs how to get to the serialized bytes.Wouter van Oortmerssen
2016-07-11js:add @namespace annotation to namespacesJames Gilles
2016-02-25Fix #3773: Generated JS now avoids the flatbuffers objectEvan Wallace
2016-01-19Revamping the FlatBuffers docs.Mark Klara
2015-10-14Add UTF-8 support to the JavaScript APIEvan Wallace
2015-10-14change DataView to bit twiddling for JavaScriptEvan Wallace
2015-10-14Add low-level fuzzer, fix 64-bit issue it foundEvan Wallace
2015-10-14Add support for JavaScript code generationEvan Wallace