Skip to content

Releases: bigeasy/pair

Pair 0.0.3

05 Jan 19:05

Choose a tag to compare

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

27 Dec 14:14

Choose a tag to compare

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.

Issue By Issue

  • Release version 0.0.0. #5.
  • Update long descriptions. #4.
  • Build on Travis CI. #3.
  • Create an empty project. #2.