Skip to content

Commit

Permalink
update docs and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bcomnes committed Jan 21, 2017
1 parent cbc62dc commit 22d812d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).

## 1.0.4

* Fix another bug in batch operations
* Expose internally references db and idb instances

## 1.0.3

* Fix bug in batch operations.
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,14 @@ function keyReducer (reducerString) {

For a higher level api for creating secondary indexes see [hypermodules/level-idx](https://github.com/hypermodules/level-idx).

### AutoIndex#db

The level instance that we are indexing.

### AutoIndex#idb

The level instance that we are using for the index.

## See Also

This module is a variant of
Expand Down

0 comments on commit 22d812d

Please sign in to comment.