SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for ruby3.3-rubygem-origin-2.3.1-2.95.i586.rpm :

* Wed May 31 2017 cooloAATTsuse.com- updated to version 2.3.1 see installed CHANGELOG.md
* Tue May 30 2017 cooloAATTsuse.com- updated to version 2.3.1 see installed CHANGELOG.md
* Fri Dec 23 2016 cooloAATTsuse.com- updated to version 2.3.0 see installed CHANGELOG.md
* Sat Oct 29 2016 cooloAATTsuse.com- updated to version 2.2.2 see installed CHANGELOG.md
* Thu Oct 20 2016 cooloAATTsuse.com- updated to version 2.2.1 see installed CHANGELOG.md
* Wed Jan 27 2016 cooloAATTsuse.com- updated to version 2.2.0 see installed CHANGELOG.md
* Mon Oct 13 2014 cooloAATTsuse.com- adapt to new rubygem packaging
* Sun Apr 06 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 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 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)
 
ICM