Releases: sarvalabs/js-polo
Releases · sarvalabs/js-polo
v0.1.4
What's Changed
- fix: resolved the boolean array depolorization bug by @sarvalabs-gokul in #21
Full Changelog: v0.1.3...v0.1.4
v0.1.3
enhance non-primitive depolorizer methods to handle null wire (#19)
v0.1.2
resolved integer size bug (#17)
v0.1.1
fix: resolve buffer not defined bug
v0.1.0
Core Implementation of the POLO Serialization Specification
- Implemented based on the reference implementation of go-polo
- Supports Object Serialization & Deserialization
- Supports Document Encoding
- Supports Encoding/Decoding Buffers with
PolorizerandDepolorizer
Contributions
* Implemented JS Polo v0.1.0 Features by @sarvalabs-gokul in https://github.com//pull/11Package Documentation: https://js-polo.docs.moi.technology/
NPM Package Listing: https://www.npmjs.com/package/js-polo
Full Changelog: https://github.com/sarvalabs/js-polo/commits/v0.1.0