Releases: bouwe77/temba
Releases · bouwe77/temba
v0.26.1
v0.26.0
v0.25.0
v0.24.1
v0.24.0
v0.18.0
v0.17.0
Breaking changes
- Renamed
resourceNames
in config to 'resources' - Renamed
resourceName
inrequestBodyValidator
andresponseBodyValidator
toresource
- Renamed
requestBody
inrequestBodyValidator
tobody
- Renamed
responseBody
inresponseBodyValidator
tobody
v0.16.0
Breaking changes
temba.create()
no longer returns an Express server. So to start your Temba server, usetemba.start()
, instead ofserver.listen
, see https://github.com/bouwe77/temba#adding-to-an-existing-app- Specify a port to run the server on through config, see https://github.com/bouwe77/temba#config-settings-overview