@stoplight/prism-core
Advanced tools
Changelog
4.1.1 (2020-11-24)
,
instead of a space. #1489Changelog
4.0.0 (2020-08-25)
getHttpOperationsFromSpec
has been moved from the HTTP Package to the CLI package. If you're using Prism programmatically, this might require some code changes on your side. getHttpOperationsFromResource
has been removed. #1009, #1192createClientFromOperations
is now exported as export function
instead of exporting an object. If you're using Prism programmatically, this might require some code changes on your side #1009