Releases: inferno-framework/inferno-core
Releases · inferno-framework/inferno-core
Inferno Core v0.4.6
- Add DSL support for the FHIR batch/transaction interaction.
Inferno Core v0.4.5
- Remove the copy button and url truncation from print view.
- Improve the display for runnables in the ruby console.
- Display in-progress icons for running tests.
- Indicate incoming requests with an icon rather than incoming/outgoing labels.
- Remove timestamps from headers and messages tables.
- Remove id/title tooltips.
- Automatically open groups with a skip result.
- Add DSL support for the FHIR create interaction.
Inferno Core v0.4.4
- Update hanami-router to fix a bug which prevented Inferno from handling inputs containing
%
characters.
Inferno Core v0.4.3
- Remove timestamps from headers and messages.
Inferno Core v0.4.2
- Add a missing require to the session data repository.
- Fix UI bugs.
Inferno Core v0.4.1
- Fix a routing issue which made Inferno unavailable on the root of a domain in test kits.
- Fix a bug which could cause flashing on the suite selection screen.
Inferno Core v0.4.0
- Breaking Change: Inferno has been updated to use Ruby 3.1.
- Add the ability to use CTRL/CMD+Enter to submit inputs and start a test run.
Inferno Core v0.3.12
- Fix the ordering of requests in the UI.
- Fix a memory leak.
- Fix the order in which
.env*
files are loaded. - Add the ability to copy request urls from the Inferno UI.
- Add a toggle to the report view to show/hide messages and requests.
- Reduce the size of report pdfs.
- Add commands to the CLI to start inferno and required background services.
- Improve the Inferno UI for mobile devices.
- Various other UI improvements.
Inferno Core v0.3.11
- Update fhir_models to address an issue where models were being instantiated slightly differently depending on whether they were instantiated from a string or a hash.
- Update the UI to sort the list of suites alphabetically.
- Fix an issue which prevented markdown tables from rendering in messages.
- Update the header's scrolling behavior.
Inferno Core v0.3.10
- Fix a performance issue when creating a test run for a large test suites.
- Improve the test details UI.