Sha256: 7f5a33ac4b98785e2537934ef98109e7b280c8c0bb1ffe492626744ced954e4e

Contents?: true

Size: 840 Bytes

Versions: 9

Compression:

Stored size: 840 Bytes

Contents

# 0.0.8
* make counts behave properly, along with some api changes required
  to make counts work properly

# 0.0.7
* changes filters method to filter_for, and filters must be defined
  in separate method calls, i.e.:

    filter_for :status
    filter_for :state

  as opposed to:

    filters :status, :state

  this is necessary to allow us to pass options on a per filter
  basis

* collection option for filter_for method.  Passing an option called
  collection to the filter_for method with the value of the option
  being an array of hashes, models, etc., will override the default list
  of filter options if formatted correctly

# 0.0.6
* cache counts query per filter, per request
* cache option_objects query per filter, per request
* fix a bug where counts weren't updating on filter selection change in
  some cases
* refactor

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
livelist-rails-0.0.18 CHANGELOG.md
livelist-rails-0.0.17 CHANGELOG.md
livelist-rails-0.0.16 CHANGELOG.md
livelist-rails-0.0.15 CHANGELOG.md
livelist-rails-0.0.14 CHANGELOG.md
livelist-rails-0.0.12 CHANGELOG.md
livelist-rails-0.0.11 CHANGELOG.md
livelist-rails-0.0.10 CHANGELOG.md
livelist-rails-0.0.9 CHANGELOG.md