Skip to content

Releases: piyushdoorwar/yamlet

v0.1.2

v0.1.2 Pre-release
Pre-release

Choose a tag to compare

@piyushdoorwar piyushdoorwar released this 30 May 15:49
feat: enhance request reporting with resolved URLs and improve CLI ou…

v0.1.1

v0.1.1 Pre-release
Pre-release

Choose a tag to compare

@piyushdoorwar piyushdoorwar released this 30 May 15:22
feat(cli): introduce Yamlet CLI for headless API collection execution

- Added a new CLI tool to run Yamlet API collections, allowing execution in CI environments.
- Implemented command-line arguments for workspace path, environment file, globals override, and bail option.
- Enhanced request execution with support for capturing test results and handling assertions.
- Created a routing handler for simulating HTTP responses during tests.
- Added unit tests for collection runner and script test capturing functionality.
- Updated project structure to include a new core library for shared services.
- Introduced GitHub Actions workflow for publishing the CLI tool to NuGet.
- Enhanced UI with improved API response handling and loading states.

v0.1.0

Choose a tag to compare

@piyushdoorwar piyushdoorwar released this 30 May 14:41
add releases pages in site

v0.0.6

v0.0.6 Pre-release
Pre-release

Choose a tag to compare

@piyushdoorwar piyushdoorwar released this 25 May 12:14
Add cURL import and per-request SSL option

Introduce cURL import and per-request SSL handling.

- Add CurlImporter service to parse pasted cURL commands into request data and a CurlImportResult DTO.
- Expose ApplyCurlImport on RequestEditorViewModel and add a "Paste cURL" button to the RequestEditorView to populate method, URL, headers, body and auth from clipboard.
- Add SkipSslVerification property to YamletRequest, request DTOs, and ViewModel; persist and restore via YAML DTO mappings.
- Make RequestExecutor choose an insecure HttpClient when SkipSslVerification is enabled so requests can accept self-signed/expired certs.
- Integrate AvaloniaEdit SearchPanel in the code editor and add matching theme styles in Yamlet.axaml.
- Minor: update Windows AppxManifest Publisher value.

v0.0.5

v0.0.5 Pre-release
Pre-release

Choose a tag to compare

@piyushd-studyin piyushd-studyin released this 25 May 11:34
5563cdb
Merge pull request #1 from piyushdoorwar/feature-improvement-and-bug-…

v0.0.4

v0.0.4 Pre-release
Pre-release

Choose a tag to compare

@piyushdoorwar piyushdoorwar released this 24 May 13:10
bug fixes and ui improvements

v0.0.3

v0.0.3 Pre-release
Pre-release

Choose a tag to compare

@piyushdoorwar piyushdoorwar released this 24 May 12:45
color, icons and alignment improvements

v0.0.2

v0.0.2 Pre-release
Pre-release

Choose a tag to compare

@piyushdoorwar piyushdoorwar released this 24 May 11:39
fix collapse/expand icons in tree structure

v0.0.1

v0.0.1 Pre-release
Pre-release

Choose a tag to compare

@piyushdoorwar piyushdoorwar released this 23 May 14:00
Add github action workflow for Linux build