Skip to content

Commit

Permalink
Bumped v0.7.0. Updated HISTORY.
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Dec 25, 2013
1 parent 3658048 commit 931739a
Show file tree
Hide file tree
Showing 4 changed files with 687 additions and 787 deletions.
14 changes: 14 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@
History
======

## 0.7.0

* Rename the term context into solution,
as it's more clear [#31](https://github.com/mcollina/levelgraph/pull/31).
* Rename `join()` to `search()`.
* Move from " to '.
* Introduce filtering in `search()` and `get()` [#49](https://github.com/mcollina/levelgraph/pull/49).
* Introduce a `'limit'` and `'offset'` option in `search()` and `get()`
[#49](https://github.com/mcollina/levelgraph/pull/49).
* Callback to avoid deferred open #46.
[#46](https://github.com/mcollina/levelgraph/pull/46).
* Saucelabs testing.
* Performance optimization of searches.

## 0.6.12

* README update [#44](https://github.com/mcollina/levelgraph/pull/44).
Expand Down
Loading

0 comments on commit 931739a

Please sign in to comment.