Changelog for
ruby2.1-rubygem-origin-doc-2.3.1-2.1.i586.rpm :
Wed May 31 14:00:00 2017 cooloAATTsuse.com
- updated to version 2.3.1
see installed CHANGELOG.md
Tue May 30 14:00:00 2017 cooloAATTsuse.com
- updated to version 2.3.1
see installed CHANGELOG.md
Fri Dec 23 13:00:00 2016 cooloAATTsuse.com
- updated to version 2.3.0
see installed CHANGELOG.md
Sat Oct 29 14:00:00 2016 cooloAATTsuse.com
- updated to version 2.2.2
see installed CHANGELOG.md
Thu Oct 20 14:00:00 2016 cooloAATTsuse.com
- updated to version 2.2.1
see installed CHANGELOG.md
Wed Jan 27 13:00:00 2016 cooloAATTsuse.com
- updated to version 2.2.0
see installed CHANGELOG.md
Mon Oct 13 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging
Sun Apr 6 14:00:00 2014 cooloAATTsuse.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 13:00:00 2014 cooloAATTsuse.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 13:00:00 2013 cooloAATTsuse.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 14:00:00 2013 cooloAATTsuse.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 13:00:00 2012 cooloAATTsuse.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 13:00:00 2012 cooloAATTsuse.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 14:00:00 2012 cooloAATTsuse.com
- updated to version 1.0.9
\\#45 Fixed $not query negation with regular expressions. (Andrew Bennett)
Sun Sep 2 14:00:00 2012 cooloAATTsuse.com
- updated to version 1.0.8
* \\#44 Fixed serialization on deeply nested $and and $or queries. (Egor Lynko)
Mon Aug 27 14:00:00 2012 cooloAATTsuse.com
- updated to version 1.0.7
Thu Aug 9 14:00:00 2012 cooloAATTsuse.com
- updated to version 1.0.6
\\#40 Allow $elemMatch queries to be expanded.
Sun Jul 29 14:00:00 2012 cooloAATTsuse.com
- initial package