Sha256: 1e0127c7d85453754037843d60e51d488c2c858e8725d22bea3e2374865e8c4e

Contents?: true

Size: 847 Bytes

Versions: 1

Compression:

Stored size: 847 Bytes

Contents

### 0.4.1

- Fixed a bug where updating to a `nil` value didn't update the index.

### 0.4.0

 - Do not index nil values. You can do a manual `to_f` in case you need to
   preserve the old behaviour

### 0.3.4

 - Fix `SortedSet#size` when using slicing

### 0.3.3

 - Fix broken `SortedSet#each` behavior

### 0.3.2

 - You can now use `SortedSet#reverse` to query in reverse order.

   For instance:

   ```
   Post.sorted_find(:created_at).reverse.between(Time.now - 10, Time.now)
   ```

 - `SortedSet#each` now returns an Enumerator when called without a block

### 0.3.1

 - Return correct set size for ranged sets

### 0.3.0

 - Simplify query API

### 0.2.1

 - Fix empty? method for SortedSet in Ohm legacy

### 0.2.0

 - Major refactor of the plugin internals
 - Change syntax for declaring sorted indices

### 0.1.0

 - Initial release

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ohm-sorted-0.4.1 CHANGELOG.md