Skip to content

Commit

Permalink
chore() Publish 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Nyaran committed Apr 7, 2023
1 parent a6b9b83 commit 3481260
Show file tree
Hide file tree
Showing 6 changed files with 33 additions and 32 deletions.
38 changes: 31 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,31 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]
* Check on [changelog folder](changelog).
* Check on [changelog folder](changelog).

## [2.1.0] - 2023-04-07
### Added
* New methods supported:
* `getTestCaseRequirements`
* `getRequirement`
* `createUser`
* `setUserRoleOnProject`
### Changed
* Add `platformondesign` & `platformonexecution` flag in `createPlatform` helper. ([#258](https://github.com/Nyaran/testlink-xmlrpc/issues/258) thanks [@HedCET](https://github.com/HedCET))
* Support TestLink 1.9.20_fixed:
* Logic:
* `updateBuildCustomFieldsValues` The parameter `customfields` now is a map with name as key.
* `getReqCoverage` The parameter `requirementdocid` was replaced with `requirementversionid`.
* `getTestCaseAttachments`: Added `version` parameter.
* `assignTestCaseExecutionTask`: Parameters `platformid` and `platformname` are no longer required.
* Tests: Updated and recorded.

### Internal
* Tweaks on codeql and tests workflows
* Remove node12 tests
* Add https://www.buymeacoffee.com/nyaran to funding
* Tweaks on tsconfig
* Add workflow to publish package

## [2.0.4] - 2022-12-18
### Changed
Expand All @@ -28,7 +52,7 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
* Improve packaging discarding `.npmignore` and using `files` property on `package.json`.

### Fixed
* Fix connect with https ([#46] thanks [@oghmjos](https://github.com/oghmjos))
* Fix connect with https ([#46](https://github.com/Nyaran/testlink-xmlrpc/issues/46) thanks [@oghmjos](https://github.com/oghmjos))

### Removed
* Run tests on node 15.
Expand Down Expand Up @@ -71,17 +95,17 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
* Added "thanks" section to README

### Fixed
* [#8]
* [#8](https://github.com/Nyaran/testlink-xmlrpc/issues/8)

## [1.9.18-3] - 2018-10-26
### Fixed
* [#4]
* [#5]
* [#6]
* [#4](https://github.com/Nyaran/testlink-xmlrpc/issues/4)
* [#5](https://github.com/Nyaran/testlink-xmlrpc/issues/5)
* [#6](https://github.com/Nyaran/testlink-xmlrpc/issues/6)

## [1.9.18-2] - 2018-10-25
### Fixed
* [#1]
* [#1](https://github.com/Nyaran/testlink-xmlrpc/issues/1)
* Few fixes on README

## [1.9.18-1] - 2018-09-30
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[![Test](https://github.com/Nyaran/testlink-xmlrpc/actions/workflows/test.yml/badge.svg)](https://github.com/Nyaran/testlink-xmlrpc/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/Nyaran/testlink-xmlrpc/branch/main/graph/badge.svg?token=JAAQ2DCW9D)](https://codecov.io/gh/Nyaran/testlink-xmlrpc)
[![npm](https://img.shields.io/npm/dw/testlink-xmlrpc)](https://www.npmjs.com/package/testlink-xmlrpc)
[![testlink](https://img.shields.io/badge/TestLink-1.9.20_testlink-blue)](https://github.com/TestLinkOpenSourceTRMS/testlink-code/tree/testlink_1_9_20_fixed)
[![testlink](https://img.shields.io/badge/TestLink-1.9.20__fixed-blue)](https://github.com/TestLinkOpenSourceTRMS/testlink-code/tree/testlink_1_9_20_fixed)

[![ko-fi](https://img.shields.io/badge/buy%20me%20a%20coffee-donate-yellow.svg)](https://ko-fi.com/nyaran)

Expand Down
2 changes: 0 additions & 2 deletions changelog/createPlatform-fix.md

This file was deleted.

15 changes: 0 additions & 15 deletions changelog/support-1.9.20-fixed.md

This file was deleted.

6 changes: 0 additions & 6 deletions changelog/tweaks.md

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "testlink-xmlrpc",
"version": "2.0.4",
"version": "2.1.0",
"description": "Connect to TestLink using XML-RPC API",
"author": "Luis Zurro <luiszurrodecos@gmail.com> (https://pistachitos.com)",
"homepage": "https://github.com/Nyaran/testlink-xmlrpc#readme",
Expand Down

0 comments on commit 3481260

Please sign in to comment.