Skip to content

Releases: Nyaran/testlink-xmlrpc

v3.0.0

07 Jul 18:01
c9cefaa
Compare
Choose a tag to compare

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

01 Jul 22:44
62d3569
Compare
Choose a tag to compare
v3.0.0-beta.0 Pre-release
Pre-release

What's Changed

Full Changelog: v2.1.0...v3.0.0-beta.0

v2.1.0

07 Apr 20:58
3481260
Compare
Choose a tag to compare

What's Changed

  • Add platformondesign & platformonexecution flag in createPlatform helper by @hedcet in #258
  • feat() Support TestLink 1.9.20_fixed: by @Nyaran in #261
  • feat() Multiple tweaks by @Nyaran in #262

New Contributors

Full Changelog: 2.0.4...v2.1.0

v2.0.4

07 Apr 21:19
256a1af
Compare
Choose a tag to compare

What's Changed

  • feat() Exports typings properly. by @Nyaran in #214
  • feat() Added tests for node 18 and 19. by @Nyaran in #215

Full Changelog: v2.0.3...v2.0.4

v2.0.3

06 Feb 21:58
Compare
Choose a tag to compare

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

07 Apr 21:21
Compare
Choose a tag to compare

Changed

  • Upgrade ts-node to v10.
  • Move ts-node to devDependencies.
  • Add links on README badges.

Fixed

  • Ignore .idea directory by git.
  • Ignore unnecessary files from package.
  • Fix repository url on package.json.

v2.0.1

25 Apr 19:58
Compare
Choose a tag to compare

Fixed

  • Fix README badges

v2.0.0

07 Apr 21:12
ca852c3
Compare
Choose a tag to compare

Added

  • Added a lot of tests.

Changed

  • Now the project uses its own versioning, not linked to TestLink.
  • Migrated to TypeScript.

Fixed

  • Few fixes on mandatory fields on some methods.

v1.9.18-5

27 Feb 07:42
Compare
Choose a tag to compare
  • Allow to use secure mode.
  • platform is not required on getLastExecutionResult method

Thanks @bennettyates

v1.9.18-4

07 Nov 11:37
Compare
Choose a tag to compare
  • Fix #8. reportTCResult & setTestCaseExecutionResult should have "testplanid" as mandatory
  • Added "thanks" section mentioning @kengsenghor