File rubygem-origin.changes of Package rubygem-origin
-------------------------------------------------------------------
Wed May 31 07:24:56 UTC 2017 - coolo@suse.com
- updated to version 2.3.1
see installed CHANGELOG.md
-------------------------------------------------------------------
Tue May 30 05:18:18 UTC 2017 - coolo@suse.com
- updated to version 2.3.1
see installed CHANGELOG.md
-------------------------------------------------------------------
Fri Dec 23 05:29:39 UTC 2016 - coolo@suse.com
- updated to version 2.3.0
see installed CHANGELOG.md
-------------------------------------------------------------------
Sat Oct 29 04:42:39 UTC 2016 - coolo@suse.com
- updated to version 2.2.2
see installed CHANGELOG.md
-------------------------------------------------------------------
Thu Oct 20 04:47:01 UTC 2016 - coolo@suse.com
- updated to version 2.2.1
see installed CHANGELOG.md
-------------------------------------------------------------------
Wed Jan 27 05:31:20 UTC 2016 - coolo@suse.com
- updated to version 2.2.0
see installed CHANGELOG.md
-------------------------------------------------------------------
Mon Oct 13 14:28:13 UTC 2014 - coolo@suse.com
- adapt to new rubygem packaging
-------------------------------------------------------------------
Sun Apr 6 05:38:49 UTC 2014 - coolo@suse.com
- updated to version 2.1.1
### Resolved Issues
* Fixed integer evolution when a trailing "." existed but no fraction provided,
ie "7.1"
-------------------------------------------------------------------
Mon Jan 20 09:29:44 UTC 2014 - coolo@suse.com
- updated to version 2.1.0
### New Features
* Aliased `order` to `order_by` for compatibility with AR query methods.
* Added `reorder` to queryables to have a way to completely overwrite existing
ordering instead of always having to merge. This takes the same syntax
as `order`.
-------------------------------------------------------------------
Thu Dec 12 10:19:37 UTC 2013 - coolo@suse.com
- updated to version 2.0.0
### Major Changes (Backwards Incompatible)
* \#60 Array evolution no longer modifies in place.
* Legacy geo selection has been removed, use geo_spacial now.
* \#48 `not` negation no longer ignores parameters without expressions
which follow them, but not negates them with `$ne` instead.
Previously:
selection = query.not.where(field: 1)
selection.selector # { "field" => 1 }
Now:
selection = query.not.where(field: 1)
selection.selector # { "field" => { "$ne" => 1 }}
### New Features
* \#82 Added support for $geoIntersects and $geoWithin queries via the
geo_spacial method. Examples:
query.geo_spacial(:location.intersects_line => [[ 1, 10 ], [ 2, 10 ]])
query.geo_spacial(:location.intersects_point => [[ 1, 10 ]])
query.geo_spacial(:location.intersects_polygon => [[ 1, 10 ], [ 2, 10 ], [ 1, 10 ]])
query.geo_spacial(:location.within_polygon => [[ 1, 10 ], [ 2, 10 ], [ 1, 10 ]])
### Resolved Issues
* \#83 Internal smart hashes (Smashes) now can get directly by key or alias.
(Gosha Arinich)
* \#66 Array evolution now properly coerces non arrays into arrays.
(Jared Wyatt)
* \#61 `only` and `without` can now be used together. It is up to the user
to determine when this is valid or not. (Rodrigo Saito)
-------------------------------------------------------------------
Sat May 25 13:39:53 UTC 2013 - coolo@suse.com
- updated to version 1.1.0
* \#77 Arrays can now be expanded when complex keys are preset.
(Timersha Ziganshin)
* \#76 Hashes with nested values multiple levels are now expanded properly.
(Timersha Ziganshin)
* \#75 Merging strategies now expand nested criteria properly.
(Timersha Ziganshin)
* \#73 Negation now properly works for $gt/$lt etc queries.
(Arthur Neves)
* \#62 Fixed time with zone require. (Julien Boyer)
-------------------------------------------------------------------
Mon Nov 26 17:47:37 UTC 2012 - coolo@suse.com
- updated to version 1.0.11
* \#58 Retain milliseconds precision when evolving times. (Steve Valaitis)
* \#56 Selector values are no longer modified in place.
* \#55 Allow #only and #without to take array arguments. (Egor Lynko)
-------------------------------------------------------------------
Sat Nov 3 10:07:49 UTC 2012 - coolo@suse.com
- updated to version 1.0.10
* \#51 hash equality works corectly with `Origin::Key`s (Gerad Suyderhoud)
{ :foo.all => [1, 2] } == { :foo.all => [1, 2] } #=> true
-------------------------------------------------------------------
Tue Sep 25 09:59:33 UTC 2012 - coolo@suse.com
- updated to version 1.0.9
\#45 Fixed $not query negation with regular expressions. (Andrew Bennett)
-------------------------------------------------------------------
Sun Sep 2 10:35:46 UTC 2012 - coolo@suse.com
- updated to version 1.0.8
* \#44 Fixed serialization on deeply nested $and and $or queries. (Egor Lynko)
-------------------------------------------------------------------
Mon Aug 27 20:04:07 UTC 2012 - coolo@suse.com
- updated to version 1.0.7
-------------------------------------------------------------------
Thu Aug 9 07:53:16 UTC 2012 - coolo@suse.com
- updated to version 1.0.6
\#40 Allow $elemMatch queries to be expanded.
-------------------------------------------------------------------
Sun Jul 29 15:48:07 UTC 2012 - coolo@suse.com
- initial package