Release Information
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
[1.2.3] - 2020-02-22
Added
The
toError()
method is added in the response class.
[1.2.2] - 2020-02-21
Changed
The request properties have been updated by adding the
connectionId
androute
properties.Example of how to send a message from the server to the application.
[1.2.1] - 2020-02-21
Changed
Update documentation about the response actions
connect
anddisconnect
.
[1.2.0] - 2020-02-20
Added
The component
socket
is added.
Changed
Fixed middleware response by problem with router response.
[1.1.3] - 2020-02-17
Changed
Fixed headers in the
response
headers.
[1.1.2] - 2020-02-13
Changed
Fixed the
request id
in the methodlisten
theapi
.
[1.1.1] - 2020-02-13
Changed
Move the trace
request
to the first lines of code the methodlisten
.Separate
handleErrors()
in two variablesResponse
andResponseError
.
[1.1.0] - 2020-02-09
Added
The component
logger
is added.The logger works with
process.stdout.write
andprocess.stderr.write
.Enable api options.
Changed
Refactor the class
request
by the logger support.Change the method
getResponse()
totoResponse()
.
[1.0.3] - 2020-02-08
Added
the
libs
code is minified usingterser
.
[1.0.2] - 2020-02-07
Changed
Fixed when requestContext is empty
The default value of http method is GET
Fixed when payload in the response.send() is undefined. Return by default string empty.
[1.0.1] - 2020-02-07
Added
Integration with Gateway Lambda Proxy Integrator API using REST API or HTTP API.
Integration with ALB Lambda Target Support.
Enabling CORS for requests.
No external dependencies.
You can use the separate
Request
andResponse
.The final middleware router runs after all routes and middleware have completed.
Creation of multiple routers with different versions.
Typescript support.
1.0.0 - 2020-02-07
Added
Structure project
Last updated
Was this helpful?