Skip to content

Releases: airtasker/spot

Release v0.2.11

28 May 04:56
30e92f5
Compare
Choose a tag to compare
  • Enhanced error message for missing String import

Release v0.2.10

15 May 03:41
a43458d
Compare
Choose a tag to compare
  • Enhanced error messages for unicity verifiers

Release v0.2.9

14 May 01:17
bc69748
Compare
Choose a tag to compare
  • Introduces Int32 and Int64 types.
  • Fixes a bug where an object type with no required properties generated invalid OpenAPI 3 (thanks @alaphao!).

Release v0.2.8

08 May 06:58
ca9dd6f
Compare
Choose a tag to compare
  • Spot will now fail if two endpoints or two types have identical names.

Release v0.2.7

06 May 23:53
afef36c
Compare
Choose a tag to compare
  • Test runner execution timer
  • Enhanced test runner error logging

Release v0.2.6

01 May 06:57
179120d
Compare
Choose a tag to compare
  • Separated test runner state change actions into three endpoints

Release v0.2.5

11 Apr 05:17
c77c6ff
Compare
Choose a tag to compare
  • Reference types resolver bug fix
  • Test runner query string param serialization now uses deepObject strategy

Release v0.2.4

08 Apr 03:34
d6792af
Compare
Choose a tag to compare
  • initialize state provider phase

Release v0.2.3

20 Mar 06:30
39696c0
Compare
Choose a tag to compare
  • Support recursive import statements.
  • Support export statements as well.
  • First, early release of the test command!

Release v0.2.2

15 Mar 02:53
451f12b
Compare
Choose a tag to compare
  • Support complex objects in path and query params.
  • Introduced Float and String type aliases for type naming consistency.