UNPKG

5.38 kBMarkdownView Raw
1# Changelog
2
3All notable changes to this project will be documented in this file.
4
5The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html)
6
7## [3.1.3]  (2020-03-16)
8
9### Changed
10
11- Updated out of date libraries
12
13## [3.1.2]  (2020-02-11)
14
15### Fixed
16
17- Support additional properties on content-type
18- Add correct content-type header for JSON stringified API responses
19- Update old libraries
20
21## [3.1.1]  (2020-01-22)
22
23### Added
24
25- Add a 'not authorized' response handler to the api wrapper
26
27## [3.1.0]  (2020-01-20)
28
29### Changed
30
31- Default signature params to undefined instead of null to allow for default values
32- Updated libraries
33
34## [3.0.0]  (2020-01-05)
35
36### Changed
37
38- Api error response generates a 500 status code instead of 503
39
40## [2.1.1]  (2020-01-05)
41
42### Added
43
44- Api error response logs Error message if passed an Error object
45
46## [2.1.0]  (2020-01-04)
47
48### Changed
49
50- Api error response includes Error message if passed an Error object
51
52### Fixed
53
54- Removed extra files from published package
55- Correct package.json entry point to lib
56
57## [2.0.1]  (2020-01-04)
58
59### Fixed
60
61- Removed extra files from published package
62- Correct package.json entry point to lib
63
64## [2.0.0]  (2020-01-04)
65
66### Changed
67
68- Removed references to Epsagon and IOPipe
69- Instead of callbacks, response methods use the recommended return syntax
70
71### Added
72
73- V2 of the docs
74
75## [1.2.2]  (2019-10-14)
76
77### Changed
78
79- Modified console out logging level when serverless-specific framework libraries are not found
80
81## [1.2.1]  (2019-10-06)
82
83### Fixed
84
85- Added correct type definitions for new API success response method
86
87## [1.2.0]  (2019-10-06)
88
89### Added
90
91- Support for JSON.stringify replacer in the API success response method
92
93## [1.1.4]  (2019-09-10)
94
95### Added
96
97- Added missing wrapper documentation
98
99## [1.1.3]  (2019-09-10)
100
101### Changed
102
103- Reverted CloudFormation Custom Resource responder library - realized that issue was with async function instead of lib
104
105## [1.1.2]  (2019-09-09)
106
107### Changed
108
109- Updated CloudFormation Custom Resource responder library
110
111## [1.1.1]  (2019-09-08)
112
113### Changed
114
115- Updated CloudFormation Custom Resource responder library
116
117## [1.1.0]  (2019-09-08)
118
119### Changed
120
121- Switch to a new CloudFormation Custom Resource responder library
122
123## [1.0.10]  (2019-09-08)
124
125### Added
126
127- Example projects using the latest version of the library
128
129### Changed
130
131- Clean up documentation
132
133## [1.0.9]  (2019-09-07)
134
135### Changed
136
137- Eliminate duplicative logging from response functions
138
139## [1.0.8]  (2019-09-07)
140
141### Changed
142
143- Update the remaining wrapper signature with Lambda inputs (event, context, callback) for easier testing in applications
144
145## [1.0.7]  (2019-09-07)
146
147### Changed
148
149- Update the api wrapper signature for easier testing in applications
150
151## [1.0.1]  (2019-09-04)
152
153### Fixed
154
155- Update authorizer wrapper invalid response with correct signature
156
157## [1.0.0]  (2019-09-04)
158
159### Added
160
161- Examples with tests to run after publishing a new version
162
163### Changed
164
165- Extensive refactor to support unit tests
166- Update documentation to be more clear and concise
167
168## 0.3.9  (2019-09-01)
169
170### Added
171
172- This CHANGELOG to track project changes over time
173
174### Changed
175
176- Update older libraries
177- Now publish from Git tags instead of master pushes
178
179[3.1.3]: https://github.com/manwaring/lambda-wrapper/compare/v3.1.2...v3.1.3
180[3.1.2]: https://github.com/manwaring/lambda-wrapper/compare/v3.1.1...v3.1.2
181[3.1.1]: https://github.com/manwaring/lambda-wrapper/compare/v3.1.0...v3.1.1
182[3.1.0]: https://github.com/manwaring/lambda-wrapper/compare/v3.0.0...v3.1.0
183[3.0.0]: https://github.com/manwaring/lambda-wrapper/compare/v2.1.1...v3.0.0
184[2.1.1]: https://github.com/manwaring/lambda-wrapper/compare/v2.1.0...v2.1.1
185[2.1.0]: https://github.com/manwaring/lambda-wrapper/compare/v2.0.1...v2.1.0
186[2.0.1]: https://github.com/manwaring/lambda-wrapper/compare/v2.0.0...v2.0.1
187[2.0.0]: https://github.com/manwaring/lambda-wrapper/compare/v1.2.2...v2.0.0
188[1.2.2]: https://github.com/manwaring/lambda-wrapper/compare/v1.2.1...v1.2.2
189[1.2.1]: https://github.com/manwaring/lambda-wrapper/compare/v1.2.0...v1.2.1
190[1.2.0]: https://github.com/manwaring/lambda-wrapper/compare/v1.1.4...v1.2.0
191[1.1.4]: https://github.com/manwaring/lambda-wrapper/compare/v1.1.3...v1.1.4
192[1.1.3]: https://github.com/manwaring/lambda-wrapper/compare/v1.1.2...v1.1.3
193[1.1.2]: https://github.com/manwaring/lambda-wrapper/compare/v1.1.1...v1.1.2
194[1.1.1]: https://github.com/manwaring/lambda-wrapper/compare/v1.1.0...v1.1.1
195[1.1.0]: https://github.com/manwaring/lambda-wrapper/compare/v1.0.10...v1.1.0
196[1.0.10]: https://github.com/manwaring/lambda-wrapper/compare/v1.0.9...v1.0.10
197[1.0.9]: https://github.com/manwaring/lambda-wrapper/compare/v1.0.8...v1.0.9
198[1.0.8]: https://github.com/manwaring/lambda-wrapper/compare/v1.0.7...v1.0.8
199[1.0.7]: https://github.com/manwaring/lambda-wrapper/compare/v1.0.1...v1.0.7
200[1.0.1]: https://github.com/manwaring/lambda-wrapper/compare/v1.0.0...v1.0.1
201[1.0.0]: https://github.com/manwaring/lambda-wrapper/compare/v0.3.8...v1.0.0