Skip to content

Releases: inferno-framework/inferno-core

Inferno Core v0.4.19

12 Sep 12:20
3b09428
Compare
Choose a tag to compare

Inferno Core v0.4.18

08 Aug 12:24
43c35c4
Compare
Choose a tag to compare
  • Fix a bug which could prevent some test results from appearing until the page is reloaded.
  • Add vread, update, patch, history, and system search interactions to the FHIR DSL.
  • Fix a JSON parse error which could occur for OAuth Credentials inputs when switching between the normal input view and the JSON view.
  • Make minor visual improvements.

Inferno Core v0.4.17

11 Jul 12:27
10ae288
Compare
Choose a tag to compare
  • Fix a bug which prevented the swagger documentation from loading when no query parameters were provided.
  • Update styling for suite and option selection pages.
  • Log error and warning suite configuration messages.

Inferno Core v0.4.16

07 Jun 13:49
2c7546a
Compare
Choose a tag to compare
  • Dynamically determine the Inferno base url in swagger docs.

Inferno Core v0.4.15

12 May 16:37
48fc060
Compare
Choose a tag to compare
  • Fix the appearance of the suite options screen for smaller displays.

Inferno Core v0.4.14

10 May 18:20
4a0ae5e
Compare
Choose a tag to compare
  • 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

21 Apr 14:55
d6087d6
Compare
Choose a tag to compare
  • 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

06 Apr 17:40
4f9b7f2
Compare
Choose a tag to compare
  • 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

06 Mar 14:11
b75c561
Compare
Choose a tag to compare
  • Fix the test_runs/:test_run_id/results route.

Inferno Core v0.4.10

03 Mar 12:47
f690d12
Compare
Choose a tag to compare
  • Add the --watch option to inferno 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.