Skip to content

Commit 3559c02

Browse files
committed
chore(release): 0.2.0
1 parent 287786b commit 3559c02

3 files changed

Lines changed: 24 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
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.
44

5+
# [0.2.0](https://github.com/silvermine/lambda-express/compare/v0.1.0...v0.2.0) (2019-04-02)
6+
7+
8+
### Bug Fixes
9+
10+
* case-sensitive routing for sub-router mounting points ([#17](https://github.com/silvermine/lambda-express/issues/17)) ([d7dfe46](https://github.com/silvermine/lambda-express/commit/d7dfe46))
11+
* freeze lambda context object ([#18](https://github.com/silvermine/lambda-express/issues/18)) ([b2c7dac](https://github.com/silvermine/lambda-express/commit/b2c7dac))
12+
13+
14+
### Features
15+
16+
* **routing:** add internal re-routing ([#23](https://github.com/silvermine/lambda-express/issues/23)) ([02adb91](https://github.com/silvermine/lambda-express/commit/02adb91))
17+
* Add basic logger ([#20](https://github.com/silvermine/lambda-express/issues/20)) ([2dca77e](https://github.com/silvermine/lambda-express/commit/2dca77e))
18+
* Add Router `route` method ([#19](https://github.com/silvermine/lambda-express/issues/19)) ([1174414](https://github.com/silvermine/lambda-express/commit/1174414))
19+
* 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))
21+
* Sanitize JSONP callback parameter values ([#35](https://github.com/silvermine/lambda-express/issues/35)) ([fe01f3e](https://github.com/silvermine/lambda-express/commit/fe01f3e))
22+
* 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+
527
# 0.1.0 (2019-02-26)
628

729
This is the initial release of `@silvermine/lambda-express`. It is fully-functional and

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@silvermine/lambda-express",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "",
55
"main": "./dist/commonjs/index",
66
"types": "./dist/types/index.d.ts",

0 commit comments

Comments
 (0)