You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+22Lines changed: 22 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,6 +2,28 @@
2
2
3
3
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
* Add support for promises in handlers ([#30](https://github.com/silvermine/lambda-express/issues/30)) ([49f500c](https://github.com/silvermine/lambda-express/commit/49f500c))
20
+
* Escape newline/paragraph separators in JSONP responses ([#36](https://github.com/silvermine/lambda-express/issues/36)) ([f681233](https://github.com/silvermine/lambda-express/commit/f681233))
* Set nosniff for JSONP responses ([#38](https://github.com/silvermine/lambda-express/issues/38)) ([5b5b7d9](https://github.com/silvermine/lambda-express/commit/5b5b7d9))
23
+
* Use 'prepare' to build dist on 'npm install' from git repo ([#41](https://github.com/silvermine/lambda-express/issues/41)) ([a58bdd7](https://github.com/silvermine/lambda-express/commit/a58bdd7))
24
+
25
+
26
+
5
27
# 0.1.0 (2019-02-26)
6
28
7
29
This is the initial release of `@silvermine/lambda-express`. It is fully-functional and
0 commit comments