|
31 | 31 |
|
32 | 32 | ### 3.0.0 (2015/09/16) |
33 | 33 |
|
| 34 | +* Support for released Mongoid 5.0.0 - [@rodrigopinto](https://github.com/rodrigopinto). |
| 35 | + |
34 | 36 | ### 2.2.0 (2015/03/10) |
35 | 37 |
|
| 38 | +* Support `with_message` option for `validate_confirmation_of` matcher - [@nitinstp23](https://github.com/nitinstp23). |
| 39 | +* Updated RSpec dependency - [@rodrigopinto](https://github.com/rodrigopinto). |
| 40 | + |
36 | 41 | ### 2.1.0 (2015/02/01) |
37 | 42 |
|
| 43 | +* Added `be_dynamic_document` matcher - [@karmi](https://github.com/karmi). |
| 44 | +* Added `with_counter_cache` relation matcher option - [@karmi](https://github.com/karmi). |
| 45 | +* Fixed camelcased index options bug - [@karmi](https://github.com/karmi). |
| 46 | +* Removed code related to Mongoid 3 - [@karmi](https://github.com/karmi). |
| 47 | + |
38 | 48 | ### 2.0.0 (2015/01/05) |
39 | 49 |
|
| 50 | +* Mongoid 4 support - [@rodrigopinto](https://github.com/rodrigopinto). |
| 51 | +* Updated gem dependencies - [@rodrigopinto](https://github.com/rodrigopinto). |
| 52 | + |
40 | 53 | ### 2.0.0.rc1 (2014/09/24) |
41 | 54 |
|
| 55 | +* Initial Mongoid 4 support - [@rodrigopinto](https://github.com/rodrigopinto). |
| 56 | +* Travis CI now only tests against Mongoid 4.0.X - [@rodrigopinto](https://github.com/rodrigopinto). |
| 57 | + |
42 | 58 | ### 1.13.0 (2015/01/05) |
43 | 59 |
|
44 | 60 | ### 1.11.0 (2014/02/15) |
|
47 | 63 |
|
48 | 64 | ### 1.9.0 (2013/08/11) |
49 | 65 |
|
| 66 | +* Added Association.cyclic and .stored_as matchers - [@johnnyshields](https://github.com/johnnyshields). |
| 67 | + |
50 | 68 | ### 1.8.2 (2013/05/24) |
51 | 69 |
|
| 70 | +* Support for detailed ordered_by matcher on associations - [@taiki45](https://github.com/taiki45). |
| 71 | +* Modified HaveValidationMatcher to detect correct validator when more than one 'on' option is used - [@taiki45](https://github.com/taiki45). |
| 72 | + |
52 | 73 | ### 1.8.1 (2013/05/03) |
53 | 74 |
|
| 75 | +* Added ability to check custom message for length of validation. |
| 76 | +* Extracted with_message logic to common module. |
| 77 | + |
54 | 78 | ### 1.8.0 (2013/04/21) |
55 | 79 |
|
| 80 | +* Added support for order on associations - [@nanocity](https://github.com/nanocity). |
| 81 | + |
56 | 82 | ### 1.7.0 (2013/02/27) |
57 | 83 |
|
| 84 | +* Added autobuild matcher for has_one and embeds_one associations - [@bernardeli](https://github.com/bernardeli). |
| 85 | +* Removed test options of matcher accepts_nested_attributes_for - [@rodrigopinto](https://github.com/rodrigopinto). |
| 86 | + |
58 | 87 | ### 1.6.0 (2013/01/27) |
59 | 88 |
|
| 89 | +* Added accept_nested_attributes_of matcher - [@rodrigopinto](https://github.com/rodrigopinto). |
| 90 | +* Added macro to check if field is localized - [@ph](https://github.com/ph). |
| 91 | +* Fixed with_default_value to work when :default is not set on a field - [@kareemk](https://github.com/kareemk). |
| 92 | +* Symbolize keys for Index Matcher - [@jtescher](https://github.com/jtescher). |
| 93 | + |
60 | 94 | ### 1.5.6 (2013/01/13) |
61 | 95 |
|
| 96 | +* Ensuring that specs fail if a particular option is not present while indexing. |
| 97 | + |
62 | 98 | ### 1.5.5 (2012/11/28) |
63 | 99 |
|
| 100 | +* Added Travis CI build image. |
| 101 | + |
64 | 102 | ### 1.5.4 (2012/08/20) |
65 | 103 |
|
| 104 | +* Added support for matching document field aliases - [@dwbutler](https://github.com/dwbutler). |
| 105 | +* Bug fix for inclusion matcher - [@dwbutler](https://github.com/dwbutler). |
| 106 | + |
66 | 107 | ### 1.5.3 (2012/08/20) |
67 | 108 |
|
68 | 109 | ### 1.5.1 (2012/07/27) |
69 | 110 |
|
| 111 | +* Support for Proc in inclusion matcher - [@c0va23](https://github.com/c0va23). |
| 112 | +* Allow more specific timestamp specs - [@zenzike](https://github.com/zenzike). |
| 113 | +* Allow validations to pass if :on is not specified but spec specifies :create, :update, or both - [@zenzike](https://github.com/zenzike). |
| 114 | + |
70 | 115 | ### 1.5.0 (2012/07/27) |
71 | 116 |
|
| 117 | +* Mongoid 3.0 support - [@rodrigopinto](https://github.com/rodrigopinto). |
| 118 | +* Added allow_mass_assignment_of matcher - [@rodrigopinto](https://github.com/rodrigopinto). |
| 119 | +* Added matcher for custom validation - [@rodrigopinto](https://github.com/rodrigopinto). |
| 120 | +* Added matcher for validate_acceptance_of - [@nanocity](https://github.com/nanocity). |
| 121 | +* Added exclusion matcher - [@rodrigopinto](https://github.com/rodrigopinto). |
| 122 | +* Support for RSpec > 2.9 - [@rodrigopinto](https://github.com/rodrigopinto). |
| 123 | + |
72 | 124 | ### 1.4.6 (2012/06/13) |
73 | 125 |
|
| 126 | +* Fixed copy-paste typo in uniqueness_of - [@nessche](https://github.com/nessche). |
| 127 | +* Fixed collection matcher to support Mongoid 3.0.0 - [@rodrigopinto](https://github.com/rodrigopinto). |
| 128 | +* Changed index syntax to support Mongoid 3.0.0.rc - [@rodrigopinto](https://github.com/rodrigopinto). |
| 129 | + |
74 | 130 | ### 1.4.5 (2012/05/23) |
75 | 131 |
|
76 | 132 | ### 1.4.4 (2011/06/02) |
77 | 133 |
|
| 134 | +* Fixed HaveFieldMatcher for Boolean fields with default values - [@evansagge](https://github.com/evansagge). |
| 135 | +* Fixed document extension matchers for RSpec 2.6 - [@evansagge](https://github.com/evansagge). |
| 136 | + |
78 | 137 | ### 1.4.3 (2011/06/02) |
79 | 138 |
|
| 139 | +* Updated gem dependencies - [@evansagge](https://github.com/evansagge). |
| 140 | +* Fixed matcher descriptions for be_mongoid_document, be_versioned_document, be_timestamped_document, be_paranoid_document - [@evansagge](https://github.com/evansagge). |
| 141 | + |
80 | 142 | ### 1.4.2 (2011/04/22) |
81 | 143 |
|
| 144 | +* Changed mongoid version requirement to ~> 2.0 - [@evansagge](https://github.com/evansagge). |
| 145 | +* Added with_autosave option to association matcher - [@MattVonVielen](https://github.com/MattVonVielen). |
| 146 | +* "many" relations support the "inverse_of" option - [@nickhoffman](https://github.com/nickhoffman). |
| 147 | + |
82 | 148 | ### 1.4.1 (2011/03/02) |
83 | 149 |
|
| 150 | +* Added be_stored_in matcher to verify if a document has store_in :collection_name set - [@rodrigues](https://github.com/rodrigues). |
| 151 | +* Added less_than verification to validates_numericality_of matcher - [@rodrigues](https://github.com/rodrigues). |
| 152 | +* Added ability to test dependent option - [@sarcilav](https://github.com/sarcilav). |
| 153 | +* Allows embedded_in argument to map to a name rather than a class for better decoupling - [@candlewaster](https://github.com/candlewaster). |
| 154 | +* Handled validate_numericality_of options :equal_to, :greater_than, :greater_than_or_equal_to, :less_than, :less_than_or_equal_to, :even, :odd, :only_integer, :allow_nil - [@candlewaster](https://github.com/candlewaster). |
| 155 | + |
84 | 156 | ### 1.3.2 (2010/11/10) |
85 | 157 |
|
| 158 | +* Added within range check for validate_length_of matcher - [@pranas](https://github.com/pranas). |
| 159 | +* Added greater_than check for validate_numericality_of matcher - [@pranas](https://github.com/pranas). |
| 160 | +* Added validates_confirmation_of matcher - [@jnshashank](https://github.com/jnshashank). |
| 161 | + |
86 | 162 | ### 1.2.1 (2010/08/24) |
87 | 163 |
|
| 164 | +* Added support for association ReferencesManyAsArray - [@rodrigopinto](https://github.com/rodrigopinto). |
| 165 | + |
88 | 166 | ### 1.2.0 (2010/08/02) |
89 | 167 |
|
| 168 | +* Fixing compatibility issues with Mongoid v2.0.0.beta.15 and up - [@evansagge](https://github.com/evansagge). |
| 169 | +* Removed dependency on Rails - [@evansagge](https://github.com/evansagge). |
| 170 | + |
90 | 171 | ### 1.1.2 (2010/06/07) |
91 | 172 |
|
| 173 | +* Added requires for mongoid/associations - [@durran](https://github.com/durran). |
| 174 | + |
92 | 175 | ### 1.1.1 (2010/06/01) |
93 | 176 |
|
| 177 | +* Fixed association matchers - [@durran](https://github.com/durran). |
| 178 | + |
94 | 179 | ### 1.1.0 (2010/06/01) |
95 | 180 |
|
| 181 | +* Updated to be compatible with ReferencesMany, ReferencesOne, and ReferenceIn - [@durran](https://github.com/durran). |
| 182 | + |
96 | 183 | ### 1.0.4 (2010/05/23) |
97 | 184 |
|
98 | | -### 1.0.3 (2010/05/08) |
| 185 | +* Updated gemspecs to be compatible with newer versions of Mongoid - [@durran](https://github.com/durran). |
99 | 186 |
|
100 | 187 | ### 1.0.3 (2010/05/08) |
101 | 188 |
|
102 | | -* Intial public release - [@evansagge](https://github.com/evansagge). |
| 189 | +* Initial public release - [@evansagge](https://github.com/evansagge). |
0 commit comments