Sha256: f57ba3d72a42d0a18afad7a35c4816fef709ae00fba7f33b89d6bf1988658db6
Contents?: true
Size: 926 Bytes
Versions: 1
Compression:
Stored size: 926 Bytes
Contents
# CHANGELOG ## 1.1.0 * CHANGE: `#embedded_in_event` requires `name` (`#embedded_in_event(name, options)`) ## 1.0.4 * FIX: We rely on occurrences having their `updated_at` field touched when saving an event, which currently doesn't happen. Adding `cascade_callbacks` fixes that. ## 1.0.3 * ADD: allow to specify `:parent_name` on `.embedded_in_event` macro ## 1.0.2 * ADD: `DailyOccurrence` has now `oid (occurrence_id)` referring to the original occurrence ## 1.0.1 * FIX: spelling of `*occurrences_cache_key*` related methods ## 1.0.0 * REFACTOR: [PR#4](https://github.com/tomasc/mongoid_occurrences/pull/4) Refactor to replace views with aggregations ## 0.2.0 * [PR#3](https://github.com/tomasc/mongoid_occurrences/pull/3) `all_day` becomes a field ## 0.1.1 * [PR#2](https://github.com/tomasc/mongoid_occurrences/pull/2) allow :assign_daily_occurrences to be triggerred manually ## 0.1.0 * initial release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
mongoid_occurrences-1.1.0 | CHANGELOG.md |