- Added
sinceVersion
parameter to several endpoints (all require Switchblade 1.3.0):switchblade.versions.list
switchblade.versions.getLatest
: This endpoint now accepts an optionalparams
argument which is aVersionSearchParams
objectswitchblade.versions.get
: This endpoint now accepts an optionalparams
argument which is aVersionSearchParams
object
- Fixed an issue where the
VersionParams
type had anauthorId
parameter instead ofcreatorId
- Fixed an issue where the
switchblade.versions.list
endpoint acceptedShortcutSearchParams
instead ofVersionSearchParams
(fixed issue in README as well) - Added missing params
search
andcreatorId
toVersionSearchParams
andShortcutSearchParams
- Various dependency updates
- Version 1.2.0 was published and then unpublished due to an npm packaging error that resulted in an empty package
- Added
switchblade.users
namespace to support new endpoints available in Switchblade 1.2.0. - Added
switchblade.autocomplete
namespace to support new endpoints available in Switchblade 1.2.0. - Updated types to add
creatorId
onswitchblade.users.get
andswitchblade.shortcuts.get
for Switchblade 1.2.0. - Corrected an issue where
undefined
ornull
values could be sent as strings when used as query parameters. - Corrected an issue with the
ShortcutParams
type that could cause thename
property to be marked as required when updating a shortcut. The name is not required when updating a shortcut, only during creation. - Corrected an issue with the
VersionPatchParams
type that could cause theurl
property to be marked as required when updating a version. The URL is not required when updating a version, only during creation.
- Initial release