Releases: Nyaran/testlink-xmlrpc
Releases · Nyaran/testlink-xmlrpc
v3.0.0
What's Changed
💥 Breaking Change
- This package is now pure ESM. Please read this.
- Drop Node 14 and 16 support.
🏠 Internal
- Update eslint config to use flat config.
- Update eslint to v9.
- Add restrictive Code Style with eslint.
- Replace istanbuljs/nyc with c8.
- Improve linting
- Fix some non-working tests
Full Changelog: v2.1.0...v3.0.0
v3.0.0-beta.0
v2.1.0
v2.0.4
v2.0.3
What's Changed
- chore(deps-dev): bump mocha from 8.4.0 to 9.0.0 by @dependabot in #26
- chore(deps-dev): bump @types/mocha from 8.2.3 to 9.0.0 by @dependabot in #27
- chore() Update deps by @Nyaran in #30
- chore(deps-dev): bump @pollyjs/core from 5.1.1 to 6.0.4 by @dependabot in #41
- Feature/pollyjs upgrade by @Nyaran in #43
- chore(deps-dev): bump @pollyjs/adapter-node-http from 5.1.1 to 6.0.4 by @dependabot in #40
- chore(deps-dev): bump @pollyjs/persister-fs from 5.1.1 to 6.0.4 by @dependabot in #42
- chore() Rename master to main by @Nyaran in #44
- fixed connect() to call xmlrpc.createSecureClient() for https connections if secure flag is set by @oghmjos in #46
- chore() Update deps version ref. and use closed versions. by @Nyaran in #47
- feat(package.json) package.json tweaks by @Nyaran in #48
New Contributors
Full Changelog: https://github.com/Nyaran/testlink-xmlrpc/blob/v2.0.3/CHANGELOG.md
Commits diff: v2.0.2...v2.0.3
v2.0.2
v2.0.1
v2.0.0
v1.9.18-5
- Allow to use secure mode.
- platform is not required on getLastExecutionResult method
Thanks @bennettyates