Skip to content

Releases: exasol/extension-parameter-validator

0.3.0: Support `select` parameter type

05 Sep 09:18
eaa1ff6
Compare
Choose a tag to compare

Summary

This release adds support for the select parameter type.

The release also re-defines the ValidationResult type as ValidationResultSuccess | ValidationResultFailure. This allows accessing the message field only for validation failures.

Features

  • #10: Added support for the select parameter type

Dependency Updates

Compile Dependency Updates

  • Updated @exasol/extension-manager-interface:0.1.16 to 0.3.1

Development Dependency Updates

  • Updated @typescript-eslint/parser:^5.57.0 to ^6.6.0
  • Updated ts-jest:^29.1.0 to ^29.1.1
  • Updated @types/jest:^29.5.0 to ^29.5.4
  • Updated typescript:5.0.3 to 5.2.2
  • Updated jest:^29.5.0 to ^29.6.4
  • Updated @typescript-eslint/eslint-plugin:^5.57.0 to ^6.6.0

0.2.1: Upgrade dependencies on top of 0.2.0

11 Apr 11:29
2ba862d
Compare
Choose a tag to compare

Summary

This release updates dependencies on top of 0.2.0, adds a linter and automates the release process.

Features

  • #7: Updated dependencies

Dependency Updates

Compile Dependency Updates

  • Updated @exasol/extension-manager-interface:0.1.10 to 0.1.16

Development Dependency Updates

  • Added @typescript-eslint/parser:^5.57.0
  • Updated ts-jest:^28.0.7 to ^29.1.0
  • Updated @types/jest:^28.1.6 to ^29.5.0
  • Updated typescript:4.7.4 to 5.0.3
  • Updated jest:^28.1.3 to ^29.5.0
  • Added @typescript-eslint/eslint-plugin:^5.57.0

0.2.0: Add support for boolean parameters

09 Aug 15:11
4a3f93f
Compare
Choose a tag to compare

Features

  • #4: Added support for boolean parameters

0.1.0 Initial Implementation

15 Jun 13:42
e13e0e9
Compare
Choose a tag to compare

Summary

Created an initial implementation

Features

  • #1: Initial Implementation