Releases: alphauslabs/grpc-chunk-parser
Releases · alphauslabs/grpc-chunk-parser
1.3.3
Handle issues while fetch URL/source, showing error instead of return empty or undefined.
Ex: while having error when fetching URL:
1.3.2
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
- Minor fix: When final reached, the
onReceiving
data total not equal on onFinish
data
1.3.0
- Handle parsing large data -> missing some of data
- Make code tidier and cleaner
- Handle some exception
1.2.1
- Added new option to show/hide console =>
showDebug: Boolean
- Fix
objectPrefix
issues
1.2.0
- Fix issues when parsing data from chunk
- Remove lodash, using native function
- Add time consuming
- Improve try catch