Skip to content

Releases: alphauslabs/grpc-chunk-parser

1.3.5

25 Mar 03:41
0a4d560
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.3...1.3.5

1.3.3

28 Sep 04:58
c3d6ef7
Compare
Choose a tag to compare

Handle issues while fetch URL/source, showing error instead of return empty or undefined.
Ex: while having error when fetching URL:
image

1.3.2

28 Sep 04:48
32e5052
Compare
Choose a tag to compare

Handle issues while fetch URL/source, showing error instead of return empty or undefined.
Ex: while having error when fetching URL:
{ status: 403, message: "Forbidden" }

1.3.1

29 Mar 02:27
c832596
Compare
Choose a tag to compare
  • Minor fix: When final reached, the onReceiving data total not equal on onFinish data

1.3.0

28 Mar 02:55
c45c3f8
Compare
Choose a tag to compare
  • Handle parsing large data -> missing some of data
  • Make code tidier and cleaner
  • Handle some exception

1.2.1

27 Mar 04:55
5162fe5
Compare
Choose a tag to compare
  • Added new option to show/hide console => showDebug: Boolean
  • Fix objectPrefix issues

1.2.0

24 Mar 09:41
f4d2b9f
Compare
Choose a tag to compare
  • Fix issues when parsing data from chunk
  • Remove lodash, using native function
  • Add time consuming
  • Improve try catch