Sha256: 202bc4fd540ef0d6e736e4d4899dca83c3904bb5e9eb7263de336852a2cb0cee

Contents?: true

Size: 594 Bytes

Versions: 1

Compression:

Stored size: 594 Bytes

Contents

Upgrading to ByStar 2.2.0
-------------------------

* For Mongoid only, ByStar's `.between` method has been removed and replaced with `.between_times`
(previously `.between_times` was an alias to `.between`). Mongoid already provides a native `.between`
finder method that we do not want to mask. ActiveRecord users may continue to use either method.

* Chronic gem (used for time string parsing) has been removed as a hard dependency for ByStar,
however it is still supported. If you would like to use Chronic with ByStar, please explicitly
include `gem chronic` into your Gemfile.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
by_star-2.2.0.rc1 UPGRADING