Skip to content

Latest commit

 

History

History
78 lines (54 loc) · 3.17 KB

CHANGELOG.md

File metadata and controls

78 lines (54 loc) · 3.17 KB

Changelog

User-visible changes worth mentioning.


4.3.0 - 2024-11-15

  • Add support for Rails 8.0 - Thanks @zhuravel

(full changelog since previous version)

4.2.0 - 2024-08-10

  • Add support for Rails 7.2 - Thanks @yosiat

(full changelog since previous version)

4.1.1 - 2023-10-12

  • Fix support for Rails 7.1.x - Thanks @mikeastock

(full changelog since previous version)

4.1.0 - 2023-10-07

  • Add support for Rails 7.1 - Thanks @gregg-platogo
  • Drop support for Ruby below 2.5.0 and Rails below 6.0

(full changelog since previous version)

4.0.0 - 2022-11-06

  • #79: Support namespaces
  • #77: Fix .teardown and .cleanup methods to process models in the reverse order - Thanks @gregnavis
  • #59: Add support for Ruby 3.0 and above - Thanks @dark-panda
  • #68: Add support for Rails 7.0
  • #69, #81: Drop support for Ruby below 2.2.2 and Rails below 5.2

(full changelog since previous version)

3.10.0 - 2017-09-27

  • Drop support for mysql, just test mysql2
  • Drop support for Rails 3.1, 3.2, 4.0, and 4.1
  • #56: Add license to gemspec - Thanks @leapingfrogs

3.9.0 - 2017-03-16

  • #53: Add option for specifying parent class - Thanks @nathanstitt

3.8.0 - 2017-02-07

  • #49: Always clear dependencies on Temping.teardown using ActiveSupport::Dependencies::Reference.clear! - Thanks @faucct
  • Remove clear_dependencies option from Temping.teardown

3.7.1 - 2016-08-24

  • Primary key fix. Properly set primary key in table when creating it.

3.7.0 - 2016-08-24

  • #47, #45: Option to clear dependencies cache on teardown

3.6.1 - 2016-03-24

  • #40: Fixed unexpected model reflections caching - Thanks @faucct

3.6.0 - 2016-03-23

  • #44: Add support for Rails 5 ApplicationRecord - Thanks @bryanwoods

3.5.0 - 2016-03-23

  • #39: Add Temping.cleanup method - Thanks @bolshakov

3.4.0 - 2016-03-23

  • #38: Add abiltity to override create_table options - Thanks @bolshakov

3.3.1 - 2016-03-23

  • #31: Patch an issue when you create multiple models with Temping with the same name - Thanks @oneamtu!

3.3.0 - 2015-05-18

  • #20: Add Temping.teardown. Thanks @grn!