File rubygem-arel.changes of Package rubygem-arel
-------------------------------------------------------------------
Mon Apr 16 14:56:24 UTC 2018 - mschnitzer@suse.com
- fix package build
-------------------------------------------------------------------
Sun Dec 3 19:10:16 UTC 2017 - coolo@suse.com
- updated to version 9.0.0
see installed History.txt
=== 9.0.0 / 2017-11-14
* Enhancements
* `InsertManager#insert` is now chainable
* Support multiple inserts
-------------------------------------------------------------------
Wed Feb 22 05:31:30 UTC 2017 - coolo@suse.com
- updated to version 8.0.0
see installed History.txt
-------------------------------------------------------------------
Sat Oct 29 04:29:03 UTC 2016 - coolo@suse.com
- updated to version 7.1.4
see installed History.txt
=== 7.1.4 / 2016-10-10
* bug fixes
* Remove deprecated usage inside arel.
-------------------------------------------------------------------
Sat Oct 8 04:28:52 UTC 2016 - coolo@suse.com
- updated to version 7.1.3
see installed History.txt
=== 7.1.3 / 2016-10-07
* bug fixes
* Remove union mapping as :binary node when performing DepthFirst enumeration
* Fix invalid BindParam output in Dot visitor
* Add Arel::Nodes::Casted to dot visitor
* Use Arel::Nodes::BindParam in Oracle visitor for queries using both LIMIT and OFFSET
-------------------------------------------------------------------
Wed Sep 14 04:29:04 UTC 2016 - coolo@suse.com
- updated to version 7.1.2
see installed History.txt
=== 7.1.2 / 2016-09-13
* bug fixes
* Don't store all aliases to a table
-------------------------------------------------------------------
Thu Jul 28 04:28:39 UTC 2016 - coolo@suse.com
- updated to version 7.1.1
see installed History.txt
=== 7.1.1 / 2016-07-27
* Bug Fixes
* Fix warning in `Casted#hash`
-------------------------------------------------------------------
Wed Jul 20 04:28:32 UTC 2016 - coolo@suse.com
- updated to version 7.1.0
see installed History.txt
=== 7.1.0 / 2016-07-19
* Enhancements
* Support Ruby 2.4 unified Integer class
* Implement `CASE` conditional expression
* Support for Bitwise Operations as `InfixOperations`
-------------------------------------------------------------------
Fri Dec 18 05:28:53 UTC 2015 - coolo@suse.com
- updated to version 7.0.0
see installed History.txt
-------------------------------------------------------------------
Wed Aug 5 04:28:40 UTC 2015 - coolo@suse.com
- updated to version 6.0.3
see installed History.txt
-------------------------------------------------------------------
Wed Jul 15 04:28:43 UTC 2015 - coolo@suse.com
- updated to version 6.0.2
see installed History.txt
=== 6.0.2 / 2014-07-11
* Bug fixes
* Fix file permission problem on the gem package
-------------------------------------------------------------------
Sat Jul 11 04:28:39 UTC 2015 - coolo@suse.com
- updated to version 6.0.1
see installed History.txt
=== 6.0.1 / 2014-07-10
* Bug fixes
* Stop quoting LIMIT values.
-------------------------------------------------------------------
Tue Feb 10 07:26:03 UTC 2015 - coolo@suse.com
- updated to version 6.0.0
* Enhancements
* Remove deprecated `Arel::Expression`
* Remove deprecated `Arel::SqlLiteral`
* Remove deprecated `SelectManager#joins`
* Remove deprecated `SelectManager#to_a`
* Remove deprecated `Arel::Sql::Engine`
* Remove deprecated `Arel::InnerJoin` constant
* Remove deprecated `Arel::OuterJoin` constant
-------------------------------------------------------------------
Mon Oct 13 05:41:18 UTC 2014 - coolo@suse.com
- adapt to new rubygem packaging
-------------------------------------------------------------------
Sun Oct 12 09:34:13 UTC 2014 - adrian@suse.de
- adapt to new rubygem packaging style
-------------------------------------------------------------------
Mon Apr 21 16:54:47 UTC 2014 - coolo@suse.com
- updated to version 5.0.1.20140414130214
* Bug Fixes
* Fix `SqlLiteral` YAML serialization
* PostgreSQL bugfix for invalid SQL in subqueries
-------------------------------------------------------------------
Mon Dec 9 11:39:41 UTC 2013 - coolo@suse.com
- updated to version 5.0.0
* Enhancements
* Remove deprecated code
* Bug Fixes
* Fix serializing a relation when calling `to_yaml`
-------------------------------------------------------------------
Thu Oct 31 05:54:42 UTC 2013 - coolo@suse.com
- updated to version 4.0.1
* Enhancements
* Cache visitor dispatch on a per-visitor basis
* Improve performance of #uniq across a large number of nodes
* Bug Fixes
* Make visitors threadsafe by removing @last_column
* Support `columns_for_distinct` with Oracle adapter
-------------------------------------------------------------------
Sat Apr 20 17:53:32 UTC 2013 - coolo@suse.com
- updated to version 4.0.0, preparation for rails 4
-------------------------------------------------------------------
Tue Jul 31 11:51:31 UTC 2012 - jreidinger@suse.com
- use new gem2rpm to provide correct dependencies
-------------------------------------------------------------------
Mon Apr 2 13:45:03 UTC 2012 - coolo@suse.com
- update to 3.0.2 - smaller fixes
-------------------------------------------------------------------
Fri Mar 23 11:27:26 UTC 2012 - saschpe@suse.de
- Spec file cleanup:
* Factory preparation
-------------------------------------------------------------------
Thu Jan 26 16:09:42 UTC 2012 - mrueckert@suse.de
- initial package of the 3.0 branch