-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathChanges
25 lines (18 loc) · 782 Bytes
/
Changes
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
Revision history for Test2-MojoX
0.07 2021-08-14
- Improved *_attr and *_text methods in Test2::MojoX to return undef instead of empty string for values that do not
exist. (Compatibility with Test::Mojo shipped with Mojolicious 9.21)
0.06 2021-03-07
- Fixed tests to be compatible with Mojolicious 9.0
0.05 2020-01-18
- Added attr_is, attr_isnt, attr_like and attr_unlike methods from Test::Mojo
shipped with Mojolicious 8.31
0.04 2019-09-11
- Improve documentation
0.03 2019-09-11
- Fix Makefile.PL dependecies (thanks Grinnz)
0.02 2019-09-03
- Fix test default names for *_is tests
- Improve documentation
0.01 2019-08-30
- First version, released on an unsuspecting world.