1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148
|
Unreleased
----------
1.1.1 (20214-11-14)
- Fix syntax error on 2.7 and 3.0.
1.1.0 (2024-11-14)
-----------
- Add support to Rails 8 #136
- *Breaking* Drop support to Ruby 2.5, 2.6
- *Breaking* Drop support to Rails 6.0 (keep 6.1)
1.0.1 (2023-10-16)
-----------
- Alias enum field #122
1.0.0 (2023-10-16)
-----------
- Add support to Rails 7.1 #124
0.9.0 (2023-03-10)
-----------
- Add support to BigSerial #119
- Add support to hstore #118
- Support Postgres type modifiers #117
0.8.0 (2022-10-28)
-----------
- Add support for Rails 7. #111 #112
0.7.0 (2021-01-18)
-----------
- Add support to Rails 6.1 #106
0.6.0 (2021-01-08)
-----------
- *Breaking* Finish dropping support to Rails <= 5.1 by removing custom code for these versions. #101
0.5.0 (2020-10-15)
-----------
- *Breaking* Drop support to Ruby 2.2, 2.3, 2.4
- *Breaking* Drop support to Rails 2.X, 3.X, 4.X, 5.0, 5.1
- Drop support to old versions of Ruby and Rails. #96
- Added support for postgres column types included jsonb and ability to delete columns #94
0.4.0 (2019-07-22)
-----------
- *Breaking* Drop support to Ruby 1.9
- Add support for ActiveRecord 6.0 #90
- Prevent ActiveRecord::Tasks::DatabaseNotSupported #88
0.3.9 (2018-07-07)
-----------
- Fix broken count
- Avoid monkey patching Schema.define
- Support ruby 2.4 (drop support for ruby 2.1 and rails 3.0/3.1)
- Support custom TableDefinition (useful for postgres)
0.3.8 (2018-02-06)
-----------
- Adds support for ActiveRecord Edge (6.0)
0.3.7 (2017-06-04)
-----------
- Adds support for ActiveRecord 5.1/5.2.
- Support limit and null
0.3.6 (2016-11-23)
-----------
- Adds support for ActiveRecord 5.0.
0.3.5 (2016-09-26)
-----------
- Adds support for #cast_values on EmptyResult instance.
0.3.4 (2016-08-10)
-----------
- Adds support for Postgres-specific 'enable_extension'
0.3.3 (2016-08-01)
-----------
- Adds support for ActiveRecord 4.2.
- Deprecates support for MRI 2.0.0.
0.3.2 (2016-01-25)
-----------
- Deprecates support for MRI 1.9.3 and adds support for 2.3.x.
- Fixes :string column type fetching for AR 4.1.
0.3.1 (2014-02-17)
-----------
- Removes accidental dependency on iconv. Fixing JRuby support.
0.3.0 (2014-01-31)
-----------
- Drops 1.8.7 support.
- Adds support for Ruby 2.0, 2.1 and ActiveRecord 4.
- Fixes ActiveRecord 2.3 support on Ruby 2 and up.
- Misc small fixes
0.2.1 (2010-09-01)
-----------
- Updated Rails 3 support so that nulldb works against AR 3.0.0.
- Add support for RSpec 2.
0.2.0 (2010-03-20)
-----------
- Rails 3 support. All specs pass against ActiveRecord 3.0.0.beta.
0.1.1 (2010-03-15)
-----------
- Released as activerecord-nulldb-adapter gem.
0.1.0 (2010-03-02)
-----------
- Released as nulldb gem, with some bug fixes.
0.0.2 (2007-05-31)
-----------
- Moved to Rubyforge
0.0.1 (2007-02-18)
-----------
- Initial Release
|