2010-02-22 12:32:45 -07:00
|
|
|
0.5.x (In Git)
|
|
|
|
|
2010-02-26 15:21:40 -07:00
|
|
|
=== New features
|
2010-03-21 11:30:17 -06:00
|
|
|
* Clean and clean_with methods are now aliased to clean! and clean_with!. (Ben Mabey)
|
2010-02-26 15:21:40 -07:00
|
|
|
|
2010-03-21 11:15:46 -06:00
|
|
|
=== Bugfixes
|
2010-03-21 11:30:17 -06:00
|
|
|
* Check PostgreSQL version >= 8.2 before using TRUNCATE CASCADE (James B. Byrne)
|
|
|
|
* Correct superclass is used in ActiveRecord connection adapters. (johnathan, Aslak Hellesoy, Ben Mabey)
|
2010-03-21 11:15:46 -06:00
|
|
|
|
2010-02-22 12:32:45 -07:00
|
|
|
== 0.5.0 2010-02-22 - The CouchPotato Release
|
2009-12-23 18:21:15 -07:00
|
|
|
|
2010-02-17 21:44:57 -07:00
|
|
|
=== New features
|
|
|
|
* Basic truncation support for CouchPotato / CouchDB. (Martin Rehfeld)
|
|
|
|
* SQLite3 on JRuby will fall back to delete if truncate doesn't work. (Darrin Holst)
|
|
|
|
* JDBC is used for ActiveRecord automaticaly when JRuby is detected. (Darrin Holst)
|
|
|
|
|
2010-02-22 11:48:33 -07:00
|
|
|
=== Bufixes
|
|
|
|
* MongoMapper truncation strategy now works with :only and :except options. (Ben Mabey)
|
|
|
|
|
2010-01-17 12:57:15 -07:00
|
|
|
== 0.4.3 2010-01-17
|
|
|
|
|
|
|
|
=== New features
|
2010-02-17 21:44:57 -07:00
|
|
|
* Truncation for ActiveRecord oracle_enhanced adapter. (Edgars Beigarts)
|
2010-01-17 12:57:15 -07:00
|
|
|
|
2010-01-12 09:53:09 -07:00
|
|
|
== 0.4.2 2010-01-12
|
|
|
|
|
|
|
|
=== Bufixes
|
|
|
|
* Datamapper truncation now uses 'select' instead of deprecated the 'query' method. (Steve Tooke)
|
|
|
|
|
2010-01-07 09:48:49 -07:00
|
|
|
== 0.4.1 2010-01-07
|
|
|
|
|
|
|
|
=== Bufixes
|
|
|
|
* Postgres tables with FKs now truncate (added TRUNCADE CASCADE) using Datamapper. (Ben Mabey)
|
|
|
|
|
2009-12-23 18:21:15 -07:00
|
|
|
== 0.4.0 2009-12-23 (The MongoMapper Edition)
|
|
|
|
|
|
|
|
=== New features
|
|
|
|
* MongoMapper support for the truncation strategy. (Aubrey Holland)
|
2009-12-20 22:19:25 -07:00
|
|
|
|
|
|
|
== 0.3.0 2009-12-20
|
|
|
|
|
|
|
|
=== New features
|
|
|
|
* DataMapper 0.10.0 Compatible. (Martin Gamsjaeger)
|
|
|
|
=== Bufixes
|
|
|
|
* Postgres tables with FKs now truncate (added TRUNCADE CASCADE). (Vika - yozhyk on github)
|
2009-03-05 08:13:12 -07:00
|
|
|
|
2009-05-30 12:00:59 +08:00
|
|
|
== 0.2.3 2009-05-30
|
|
|
|
|
|
|
|
=== New features
|
2009-08-04 08:14:19 -06:00
|
|
|
* Support for SQL Server truncation (Adam Meehan)
|
2009-05-30 12:00:59 +08:00
|
|
|
|
2009-05-08 21:52:37 -06:00
|
|
|
== 0.2.2 2009-05-08
|
2009-04-30 21:30:47 -06:00
|
|
|
=== Bufixes
|
2009-05-08 21:52:37 -06:00
|
|
|
* Added proper gemspec description and summary. (Ben Mabey, thanks to Martin Gamsjaeger)
|
|
|
|
|
2009-05-08 19:58:47 -06:00
|
|
|
=== New features
|
|
|
|
|
|
|
|
== 0.2.1 2009-05-08
|
|
|
|
=== Bufixes
|
|
|
|
* Removed extraneous TruncationBase class definition. (Ben Mabey)
|
2009-04-30 21:30:47 -06:00
|
|
|
|
2009-05-08 18:44:21 -06:00
|
|
|
== 0.2.0 2009-05-08 - The Datamapper Release
|
|
|
|
|
|
|
|
=== New features
|
|
|
|
* DataMapper strategies (Martin Gamsjaeger)
|
|
|
|
* Transaction
|
|
|
|
* Truncation - working SQLite3, MySQL adapters. Experimental Postgres adapter (not tested).
|
|
|
|
|
|
|
|
== 0.1.3 2009-04-30
|
2009-04-30 21:30:47 -06:00
|
|
|
|
2009-12-20 22:19:25 -07:00
|
|
|
=== New features
|
2009-03-11 18:16:07 -06:00
|
|
|
* PostgresSQLAdapter for AR to support the truncation strategy. (Alberto Perdomo)
|
2009-03-05 08:13:12 -07:00
|
|
|
=== Bufixes
|
2009-04-30 21:30:47 -06:00
|
|
|
* Added missing quotes around table names in truncation calls. (Michael MacDonald)
|
2009-03-05 08:13:12 -07:00
|
|
|
|
|
|
|
== 0.1.2 2009-03-05
|
|
|
|
=== New features
|
|
|
|
* JDBC Adapter to enable AR truncation strategy to work. (Kamal Fariz Mahyuddin)
|
|
|
|
|
2009-05-08 18:44:21 -06:00
|
|
|
== 0.1.1 2009-03-04 - Initial Release (Ben Mabey)
|
2009-03-05 08:13:12 -07:00
|
|
|
* Basic infrastructure
|
|
|
|
* Features, RSpec code examples
|
|
|
|
* ActiveRecord strategies
|
|
|
|
* Truncation - with MySQL, and SQLite3 adapters.
|
|
|
|
* Transaction - wrap your modifications and roll them back.
|