File tree Expand file tree Collapse file tree 2 files changed +48
-45
lines changed
lib/grape_entity_matchers Expand file tree Collapse file tree 2 files changed +48
-45
lines changed Original file line number Diff line number Diff line change 1
- Next Release
2
- ============
3
- * add support for minitest
4
-
5
- 1.3.0 (unreleased)
6
- ==========
7
- * support for grape-entity >= 0.5.0
8
- * require ruby >= 2.5
9
- * fix deprecation warnings
10
-
11
- 1.2.0 (08/16/2016)
12
- ===========
13
- * support grape-entity 0.4.8
14
-
15
- 1.1.0 (06/08/2016)
16
- ===========
17
- * support grape-entity ~ > 0.4.6
18
- * add with_documentation method to RepresentMatcher
19
-
20
- 1.0.1 (07/30/2015)
21
- ============
22
- * added fix for double from @zephyr-dev
23
- * added formatters from @cveneziani
24
-
25
- 1.0.0 (07/30/2014)
26
- ============
27
- * move support from rspec 2.x to rspec 3.x
28
-
29
- 0.4.1 (02/22/2014)
30
- ============
31
- * fix error when an entity contains itself nested by nil-ing out the nested version.
32
-
33
- 0.4.0 (02/22/2014)
34
- ============
35
- * Support grape-entity 0.4.0.
36
-
37
- 0.0.2 (01/17/2013)
38
- ============
39
- * Fixed error in error messages.
40
-
41
- 0.0.1 (01/11/2013)
42
- ==================
43
-
44
- * Initial Release
1
+ # Next Release
2
+
3
+ - add support for minitest
4
+
5
+ # 1.3.1 (unreleased)
6
+
7
+ - {add changes here}
8
+
9
+ # 1.3.0 (01/24/2020)
10
+
11
+ - support for grape-entity >= 0.5.0
12
+ - require ruby >= 2.5
13
+ - fix deprecation warnings
14
+
15
+ # 1.2.0 (08/16/2016)
16
+
17
+ - support grape-entity 0.4.8
18
+
19
+ # 1.1.0 (06/08/2016)
20
+
21
+ - support grape-entity ~ > 0.4.6
22
+ - add with_documentation method to RepresentMatcher
23
+
24
+ # 1.0.1 (07/30/2015)
25
+
26
+ - added fix for double from @zephyr-dev
27
+ - added formatters from @cveneziani
28
+
29
+ # 1.0.0 (07/30/2014)
30
+
31
+ - move support from rspec 2.x to rspec 3.x
32
+
33
+ # 0.4.1 (02/22/2014)
34
+
35
+ - fix error when an entity contains itself nested by nil-ing out the nested version.
36
+
37
+ # 0.4.0 (02/22/2014)
38
+
39
+ - Support grape-entity 0.4.0.
40
+
41
+ # 0.0.2 (01/17/2013)
42
+
43
+ - Fixed error in error messages.
44
+
45
+ # 0.0.1 (01/11/2013)
46
+
47
+ - Initial Release
Original file line number Diff line number Diff line change 1
1
module GrapeEntityMatchers
2
- VERSION = '1.2 .0'
2
+ VERSION = '1.3 .0'
3
3
end
You can’t perform that action at this time.
0 commit comments