This project follows semantic versioning.
Possible log types:
[added]
for new features.[changed]
for changes in existing functionality.[deprecated]
for once-stable features removed in upcoming releases.[removed]
for deprecated features removed in this release.[fixed]
for any bug fixes.[security]
to invite users to upgrade in case of vulnerabilities.
- [fixed] Update incorrect type definition for the
ReliableOrderedChunker
constructor.
- [changed] Split into reliable/ordered and unreliable/unordered mode. Note that only unreliable/unordered mode is backwards compatible to 1.x.x.
- [changed] Rewrote major parts of the code for performance and reduced copying.
- [fixed] Add
HEADER_LENGTH
constant to type declarations
- [added] Expose
HEADER_LENGTH
constant
- No change compared to v0.2.3. But the relase should be stable now.
- [removed] Don't copy the type declarations to the dist directory. It confuses TypeScript.
- [added] Add "module" and "types" fields to package.json
- [changed] Make polyfills in ES5 distribution optional
- [changed] Specified chunk size now includes header size
- [changed] Switch from browserify to rollup
- [added] Implement support for chunk context
- Initial release