Releases: piyushdoorwar/yamlet
Releases · piyushdoorwar/yamlet
Release list
v0.1.2
feat: enhance request reporting with resolved URLs and improve CLI ou…
v0.1.1
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
v0.0.6
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
Merge pull request #1 from piyushdoorwar/feature-improvement-and-bug-…
v0.0.4
bug fixes and ui improvements
v0.0.3
color, icons and alignment improvements
v0.0.2
fix collapse/expand icons in tree structure
v0.0.1
Add github action workflow for Linux build