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
{{ message }}
This repository was archived by the owner on Nov 5, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: CHANGELOG.md
+41
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,46 @@
1
1
# flow-js-testing
2
2
3
+
## 0.6.0-stable-cadence.4
4
+
5
+
### Minor Changes
6
+
7
+
-[#237](https://github.com/onflow/flow-js-testing/pull/237)[`eceb9d6`](https://github.com/onflow/flow-js-testing/commit/eceb9d6e4c3bd6160ccfe11b11040b2afc97498f) Thanks [@jribbink](https://github.com/jribbink)! - Allow loading service key from environment variables and files.
8
+
9
+
**BREAKING CHANGES**
10
+
11
+
-`getConfigValue` and `set` have been removed as these were just a confusing abstraction above the `@onflow/config` packages
12
+
- They have been replaced by exporting they `config` instance directly from the package
13
+
14
+
### Patch Changes
15
+
16
+
-[#235](https://github.com/onflow/flow-js-testing/pull/235)[`1b630d2`](https://github.com/onflow/flow-js-testing/commit/1b630d2c9bdd97e30d0b302997ff6c9f2c800d98) Thanks [@Luze26](https://github.com/Luze26)! - Add fallback for version checking CLI when JSON not supported
17
+
18
+
## 0.6.0-stable-cadence.3
19
+
20
+
### Patch Changes
21
+
22
+
-[#231](https://github.com/onflow/flow-js-testing/pull/231)[`36824cf`](https://github.com/onflow/flow-js-testing/commit/36824cfcf210857b2a023e0c9900e95d72563b16) Thanks [@jribbink](https://github.com/jribbink)! - Update @onflow/fcl to v1.10.1
23
+
24
+
## 0.6.0-stable-cadence.2
25
+
26
+
### Patch Changes
27
+
28
+
-[#228](https://github.com/onflow/flow-js-testing/pull/228)[`1d66db1`](https://github.com/onflow/flow-js-testing/commit/1d66db1fadaca17624f28429edb7d76c428c6984) Thanks [@jribbink](https://github.com/jribbink)! - Use `view` functions in FlowManager
0 commit comments