Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
thebugcatcher committed Mar 20, 2017
1 parent cb0e0c0 commit 15e2628
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Versions CHANGELOG

## Version: 1.1.0

### Changes to Rummage as whole:
- More functional way of calling `Rummage`:
- Instead of `EctoSchema.rummage(query, rummage)`, call `Rummage.Ecto.rummage(query, rummage)`

- Default `Hooks` can handle any number of associations.

### Changes to complexity:
- `Hooks` are more independent of each other due to a newly introduced `before_hook` feature. This
allows us to format `rummage_params` based on what a hook is expecting and keep the code clean.

### In Progress:
- A `CustomHook` with `key-set` pagination based on [this](http://use-the-index-luke.com/no-offset) link.


## Version: 1.0.0

### Major changes to default hooks:
Expand Down

0 comments on commit 15e2628

Please sign in to comment.