Skip to content

v1.11.0

Compare
Choose a tag to compare
@Johnbastian Johnbastian released this 21 Jan 18:55
  • type flag has been introduced, while there is now a deprecation warning for the soap flag
  • the method property in REST configuration now accepts both mustaching and function
    • an error will be thrown if this doesn't resolve to a valid HTTP verb
  • url in REST configuration can now be an empty string (which assumes baseUrl is the endpoint)
    • if the complete URL resolves to an empty string, an error will be thrown
  • smartSubstitution is now exposed via require('@trayio/threadneedle/smartSubstitution'); for external usage