Releases: airtasker/spot
Releases · airtasker/spot
Release v0.2.11
- Enhanced error message for missing
String
import
Release v0.2.10
- Enhanced error messages for unicity verifiers
Release v0.2.9
- 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
- Spot will now fail if two endpoints or two types have identical names.
Release v0.2.7
- Test runner execution timer
- Enhanced test runner error logging
Release v0.2.6
- Separated test runner state change actions into three endpoints
Release v0.2.5
- Reference types resolver bug fix
- Test runner query string param serialization now uses
deepObject
strategy
Release v0.2.4
initialize
state provider phase
Release v0.2.3
- Support recursive import statements.
- Support export statements as well.
- First, early release of the
test
command!
Release v0.2.2
- Support complex objects in path and query params.
- Introduced
Float
andString
type aliases for type naming consistency.