v1.14.0
What's Changed
This release primarily focuses on upgrading project dependencies to improve security, stability, and maintainability. In addition, it introduces support for pm.execution.skipRequest by @Mordo95 , adds a Jest-based test suite, and modernizes the development tooling by switching to Biome for linting/formatting and moving from Yarn to NPM.
- feat: Added support for pm.execution.skipRequest by @Mordo95 in #146
- Bump elliptic from 6.5.4 to 6.5.7 by @dependabot[bot] in #140
- Bump micromatch from 4.0.4 to 4.0.8 by @dependabot[bot] in #141
- Bump path-to-regexp from 1.8.0 to 1.9.0 by @dependabot[bot] in #142
- Bump elliptic from 6.5.7 to 6.6.0 by @dependabot[bot] in #143
- tests: Implement Jest test suite by @thim81 in #156
- Bump js-yaml from 3.13.1 to 3.14.2 by @dependabot[bot] in #153
- Bump lodash from 4.17.21 to 4.17.23 by @dependabot[bot] in #154
- Bump sha.js from 2.4.11 to 2.4.12 by @dependabot[bot] in #151
- Bump ajv from 6.12.6 to 6.14.0 by @dependabot[bot] in #157
- Bump pbkdf2 from 3.0.17 to 3.1.3 by @dependabot[bot] in #150
- Bump cipher-base from 1.0.4 to 1.0.6 by @dependabot[bot] in #152
- chore: Replace ESLint with Biome for linting and formatting by @thim81 in #158
- chore: Bump Browserify version by @thim81 in #159
- chore: Switch Yarn for NPM by @thim81 in #160
New Contributors
Full Changelog: v1.13.0...v1.14.0