mirror of
https://github.com/DatabaseCleaner/database_cleaner
synced 2023-03-27 23:22:03 -04:00
Merge pull request #324 from wli/patch-1
Update History.rdoc file for 1.4.0
This commit is contained in:
commit
5b15b4cd90
1 changed files with 13 additions and 8 deletions
21
History.rdoc
21
History.rdoc
|
@ -1,19 +1,24 @@
|
||||||
== Development (master)
|
== Development (master)
|
||||||
|
|
||||||
=== New Features/Changes
|
=== New Features/Changes
|
||||||
* Using the deletion strategy with Mysql now only deletes those tables
|
|
||||||
which have had records added to them. (@MadRabbit)
|
|
||||||
* Add support for `pre_count` on Sequel with Mysql. (@vrinek)
|
|
||||||
* Add support for neo4j. (@dpisarewski)
|
|
||||||
* Cache collection names in mongo's truncation strategy. (@nyarly)
|
|
||||||
* Support for mongoid multiple connections. (@nyarly)
|
|
||||||
* Support for deletion with Sequel. (@cyberdelia)
|
* Support for deletion with Sequel. (@cyberdelia)
|
||||||
|
|
||||||
|
== 1.4.0 2014-12-17
|
||||||
|
|
||||||
|
=== New Features/Changes
|
||||||
|
* Support for Neo4j. (@dpisarewski)
|
||||||
|
* Support for multiple connections on Mongoid. (@nyarly)
|
||||||
|
|
||||||
|
=== Better Performance
|
||||||
|
* Using the deletion strategy with Mysql now only deletes those tables which have had records added to them. (@MadRabbit)
|
||||||
|
* Add support for pre_count on Sequel with Mysql. (@vrinek)
|
||||||
|
* Cache collection names in mongo's truncation strategy. (@nyarly)
|
||||||
|
|
||||||
=== Bug Fixes
|
=== Bug Fixes
|
||||||
* Fix `undefined method error` with DataMapper SQLite adaptor. (@lanej)
|
* Fix undefined method error with DataMapper SQLite adaptor. (@lanej)
|
||||||
* Fully define Mysql2 adaptor constant. (@jgonera)
|
* Fully define Mysql2 adaptor constant. (@jgonera)
|
||||||
* Don't truncate schema tables in Postgres. (@billywatson)
|
* Don't truncate schema tables in Postgres. (@billywatson)
|
||||||
* Fix issue #284. (@MartinNowak)
|
* Fix issue where Moped cleaner was missing collections with 'system' in their name. (@MartinNowak)
|
||||||
|
|
||||||
== 1.3.0 2014-05-23
|
== 1.3.0 2014-05-23
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue