| 
 | 1 | +### Development  | 
 | 2 | +[Full Changelog](https://github.com/rspec/rspec-activemodel-mocks/compare/v1.2.0...main)  | 
 | 3 | + | 
 | 4 | +### 1.2.0 / 2023-12-10  | 
 | 5 | +[Full Changelog](https://github.com/rspec/rspec-activemodel-mocks/compare/v1.1.0...v1.2.0)  | 
 | 6 | + | 
 | 7 | +Enhancements:  | 
 | 8 | + | 
 | 9 | +* Rails 7+ support. (Jon Rowe, #56)  | 
 | 10 | +* Rails 6+ support, (Jon Rowe, #50)  | 
 | 11 | + | 
 | 12 | +Bug fixes:  | 
 | 13 | + | 
 | 14 | +* mock_model stubs `===` on the klass to ensure case equality works. (Jon Rowe, #55)  | 
 | 15 | +* Prefer File.exist? to avoid deprecation. (Olle Jonsson, #49)  | 
 | 16 | +* Add missing project metadata to the gemspec. (Orien Madgwick, #34)  | 
 | 17 | +* Make `blank?` behave like (be mocked like) `empty?`. (@lulalala, #29)  | 
 | 18 | + | 
 | 19 | +### 1.1.0 / 2018-09-17  | 
 | 20 | +[Full Changelog](https://github.com/rspec/rspec-activemodel-mocks/compare/v1.0.3...v1.1.0)  | 
 | 21 | + | 
 | 22 | +Enhancements:  | 
 | 23 | + | 
 | 24 | +* Support Rails 5.x. (Jon Rowe, #33)  | 
 | 25 | + | 
 | 26 | +### 1.0.3 / 2016-01-28  | 
 | 27 | +[Full Changelog](https://github.com/rspec/rspec-activemodel-mocks/compare/v1.0.2...v1.0.3)  | 
 | 28 | + | 
 | 29 | +Bug fixes:  | 
 | 30 | + | 
 | 31 | +* Fix stubbing / mocking models without a primary key. (Andrew Blignaut, #13)  | 
 | 32 | + | 
 | 33 | +### 1.0.2 / 2015-09-09  | 
 | 34 | +[Full Changelog](https://github.com/rspec/rspec-activemodel-mocks/compare/v1.0.1...v1.0.2)  | 
 | 35 | + | 
 | 36 | +Bug fixes:  | 
 | 37 | + | 
 | 38 | +* Fix mocking `belongs_to` associations in Rails 4.2+. (JonRowe, #19)  | 
 | 39 | +* Removed deprecated option from `rspec-activemodel-mocks.gemspec`. (@taki, #14)  | 
 | 40 | + | 
 | 41 | +### 1.0.1 / 2014-06-02  | 
 | 42 | +[Full Changelog](https://github.com/rspec/rspec-activemodel-mocks/compare/v1.0.0...v1.0.1)  | 
 | 43 | + | 
 | 44 | +Bug fixes:  | 
 | 45 | + | 
 | 46 | +* Support RSpec 2.99. (Thomas Holmes)  | 
 | 47 | + | 
 | 48 | +### 1.0.0 / 2014-06-02  | 
 | 49 | +[Full Changelog](https://github.com/rspec/rspec-activemodel-mocks/compare/extract-from-rspec-rails...v1.0.0)  | 
 | 50 | + | 
 | 51 | +First release of the extracted `rspec-activemodel-mocks` from `rspec-rails`. (Thomas Holmes)  | 
0 commit comments