LevelUP v0.19.0 Release Notes

Release Date: 2014-08-26 // over 9 years ago
  • โž• Added

    ๐Ÿ”„ Changed

    • Refactor encodings and codec from util to separate file (@dominictarr)
    • Decouple codec from levelup parts for allowing arbitrary encoding strategies (@dominictarr)
    • Decouple read-stream from encoding and opening stuff (@dominictarr)
    • Keep codec on the db as db._codec (@dominictarr)
    • Refactor error checks (@dominictarr)
    • README: document lt, lte, gt, and gte (@dominictarr)
    • README: clarify ltgt (@dominictarr)
    • README: unmention bops (@dominictarr)
    • README: discourage the use of start and end a bit (@raboof)
    • README: document what limit does in reverse mode (@raboof)
    • README: use highest/lowest instead of largest/smallest (@raboof)
    • Binary encoding in the browser (@calvinmetcalf)
    • Document code with comments (@dominictarr)
    • Minor style fixes (@rvagg)
    • Minor whitespace changes (@rvagg)
    • Update nodeico badge (@rvagg)

    ๐Ÿ›  Fixed