UNPKG

862 BMarkdownView Raw
1### 2.0.0 - Aug 26 2014
2 * Lots of stuff between 0.11.1 and now, omitted updating changelog
3 * Switch to allowing writes of empty values: null, undefined, '', []
4
5### 0.11.1 - Nov 15 2013
6 * Adjust approximate-size-test.js to account for snappy compression
7
8### 0.11.0 - Oct 14 2013
9 * Introduce _setupIteratorOptions() method to fix options object prior to _iterator() call; makes working with gt/gte/lt/lte options a little easier (@rvagg)
10
11### 0.10.2 - Sep 6 2013
12
13 * Refactor duplicated versions of isTypedArray into util.js (@rvagg)
14 * Refactor duplicated versions of 'NotFound' checks into util.js, fixed too-strict version in get-test.js (@rvagg)
15
16### 0.10.1 - Aug 29 2013
17
18 * Relax check for 'Not Found: ' in error message to be case insensitive in get-test.js (@rvagg)
19
20### 0.10.0 - Aug 19 2013
21
22 * Added test for gt, gte, lt, lte ranges (@dominictarr)