Releases: bigeasy/pair
Releases · bigeasy/pair
Pair 0.0.3
Key and Record Conversion
Update the key and record functions to skip the encoding of the key or value if it is already encoded and to coerce the key or value to string before encoding. Without the string coercion, numeric values where used as buffer lengths, not as buffer values by the Encode library.
Issue by Issue
- Include reference to LevelDB and Strata in descriptions. #27.
- Do not encode key if it is a buffer in
record. #26. - Convert key to string before encoding in
record. #25. - Convert key to string before encoding in
key. #24. - Convert value to string before encoding. #23.
- Do not encode value if it is a buffer. #22.
- Do not encode key if it is a buffer in
key. #21. - Release version 0.0.3. #20.
Pair 0.0.0
Initial Empty Project
An initial release containing an empty library. The project has all the component parts, README, LICENSE and a basic index.js and unit test. It builds on Travis CI and ships its coverage to a public web server.