Releases: inferno-framework/inferno-core
Releases · inferno-framework/inferno-core
Inferno Core v0.4.15
- Fix the appearance of the suite options screen for smaller displays.
Inferno Core v0.4.14
- Fix a misleading error message when validating resources against a base resource profile.
- Fix the appearance of the suite selection screen for smaller displays.
Inferno Core v0.4.13
- Fix a bug which caused an error to appear in the UI while entering inputs into an input dialog which contains an oauth_credentials input.
Inferno Core v0.4.12
- Add a checkbox input type.
- Update the UI to display input descriptions for radio button inputs.
- Add a link to the JSON API docs to the footer.
- Display a warning when a preset contains an unknown input.
- Add the ability to link to a test/group via its short id.
Inferno Core v0.4.11
- Fix the
test_runs/:test_run_id/results
route.
Inferno Core v0.4.10
- Add the
--watch
option toinferno start
to automatically restart Inferno when files change. - Update test sessions routes to look like
/:test_suite_id/:test_session_id
instead of/test_sessions/:test_session_id
- Shorted new test session ids.
- Update UI to show suite options page when a suite has a description.
- Fix a bug where clicking on the request/message icons would not change which details tab was displayed.
- Fix a bug which prevented the New Session button from starting a new session when only a single test suite is loaded.
- Fix a bug which caused snackbar notifications to appear above other modals.
- Display a timestamp with request details.
- Update documentation.
Inferno Core v0.4.9
- Fix a bug which prevented
inferno suite describe
from working. - Update documentation.
- Fix a bug which showed an empty options selection screen when navigating to a test suite with no options.
- Fix a nil-safety bug when a FHIR request does not return a FHIR resource.
- Display front end errors in the UI rather than just logging them in the console.
Inferno Core v0.4.8
- Fix a bug which removed the refresh token during automatic refreshes if the token refresh response did not contain a new refresh token.
- Add the ability for presets to contain values which depend on the selected suite options.
- Prevent manually expanded groups from automatically closing when tests run.
- Display warning and error message indicators at the group level.
- Expand the clickable area for groups in the navigation tree.
- Update page titles.
- Update vulnerable dependencies.
Inferno Core v0.4.7
- Add a home link to logo and suite title in header.
- Update the header to make to minimize size on mobile devices.
- Update the error message in response status and resource type assertions.
Inferno Core v0.4.6
- Add DSL support for the FHIR batch/transaction interaction.