File: CHANGELOG.md

package info (click to toggle)
ruby-maxitest 7.1.1-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 420 kB
  • sloc: ruby: 1,338; makefile: 7
file content (60 lines) | stat: -rw-r--r-- 1,207 bytes parent folder | download
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
# Next

# v7.1.0
- update vendored gems

# v7.0.0
- only support minitest 6 (which does not work with any released rails version)
- removed `mtest` binary, use `minitest` instead
- stoped using alias method chaining, so things might break if you have other minitest extensions
- use frozen strings everywhere

# v6.2.0
- test and unblock ruby 4

# v6.1.0
- test with minitest 5.26 and 5.27

# v6.0.1
- fix unused block warning for `xit` on ruby 3.4

# v6.0.0
- drop support for Ruby <=3.1 and minitest <5.20, test on ruby 3.4

# v5.8.0
- bin/rails test line bug

# v5.7.1
- support disabling interrupt handling to avoid minitest-reporters bug with MAXITEST_NO_INTERRUPT=true

# v5.7.0
- support minitest 5.25

# v5.6.0
- support minitest 5.24

# v5.5.0
- support minitest 5.23

# v5.4.0
- support minitest 5.20

# v5.3.1
- remove MiniTest usage to make Zeitwerk happy

# v5.3.0
- `pending "broken", if: ENV["CI"] do`
- `with_env`
- `capture_stderr` + `capture_stdout`
- hide maxitest backtraces by default

# v5.2.0
- support minitest 5.19

# v5.1.0
- support `before :all`
- block invalid `after :all` and `around :all`

# v5.0.0
- add minitest 5.14 support
- drop EOL rubies (<=2.7) and minitest versions