-
Notifications
You must be signed in to change notification settings - Fork 12
/
CHANGELOG.yaml
84 lines (72 loc) · 1.68 KB
/
CHANGELOG.yaml
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
2.0.1:
date: 2021-04-25
chores:
- Added secure codecov publish script
- Updated dependencies
2.0.0:
date: 2020-10-05
breaking changes:
- GH-356 Dropped support for Node < v10
chores:
- GH-357 Automated releases and publish process
- >-
GH-356 Updated .npmignore to prevent the addition of tests and config
files in the published package
- GH-356 Added system test for published package content
- GH-356 Removed puppeteer dependency for browser tests
- GH-356 Updated nyc configuration
- GH-356 Updated ESLint rules
- GH-356 Updated dependencies
- GH-261 Added `nyc` and `codecov` for code coverage
1.1.3:
date: 2019-08-01
chores:
- Updated dependencies
1.1.2:
date: 2019-01-2
chores:
- Updated dependencies
1.1.1:
date: 2018-12-25
fixed bugs:
- Disabled Ajv logs on JSON schema assertions
1.1.0:
date: 2018-12-24
new features:
- Added support for JSON schema assertions
chores:
- Updated dependencies
1.0.5:
date: 2018-09-21
chores:
- Updated dependencies
1.0.4:
date: 2018-08-20
chores:
- Updated dependencies
1.0.3:
date: 2018-04-25
chores:
- Updated dependencies
1.0.2:
date: 2018-03-20
fixed bugs:
- GH-88 Fixed a bug that caused response status reason assertions to fail
chores:
- Updated dependencies
1.0.1:
date: 2017-11-23
chores:
- Updated dependencies
1.0.0:
date: 2017-11-20
breaking changes:
- >-
GH-15 Deferred dependency onto lodash
(https://www.npmjs.com/package/lodash) to consuming code
chores:
- Updated dependencies
0.1.0:
date: 2017-10-12
initial release:
- GH-2 Initial plugin code, tests, and documentation