You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-5
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
8
## [Unreleased]
9
+
10
+
## [3.0.0] - 2022-12-07
9
11
### Added
10
12
- New parameter `recordingType` in method `run()` to differentiate between prepare, teardown or main test run
11
13
- New dev and peer dependency - Superface Parser [v1.2.0](https://github.com/superfaceai/parser/releases/tag/v1.2.0)
@@ -25,10 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
25
27
- Errors for module `matcher`
26
28
- Error `CoverageFileNotFoundError` for correct reporting
27
29
28
-
### Removed
29
-
- Parameter `client` from constructor and method `run`
30
-
- Function for omitting timestamp from perform error `removeTimestamp`
31
-
32
30
### Changed
33
31
-**BREAKING CHANGE:** Recording fixtures are grouped by test file or provider
34
32
-**BREAKING CHANGE:** Recording fixtures are stored next to test file OR in `<project-dir>/recordings/<profile>/<provider>.recording.json`
@@ -40,6 +38,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
40
38
- Return value from method `run` to `PerformError | string`
41
39
- Does not overwrite HTTP traffic recording when in record mode, instead save new one next to old one with suffix `-new`
42
40
41
+
### Removed
42
+
- Parameter `client` from constructor and method `run`
43
+
- Function for omitting timestamp from perform error `removeTimestamp`
44
+
43
45
## [2.0.3] - 2022-02-15
44
46
### Changed
45
47
- Updated One-SDK to [v1.3.0](https://github.com/superfaceai/one-sdk-js/releases/tag/v1.3.0) and AST to [v1.1.0](https://github.com/superfaceai/ast-js/releases/tag/v1.1.0)
@@ -82,7 +84,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
0 commit comments