This repository was archived by the owner on Sep 12, 2019. It is now read-only.
File tree 3 files changed +17
-3
lines changed
3 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
9
9
10
+ ## [ v1.0.14] ( https://github.com/netlify/netlify-dev-plugin/compare/v1.0.13...v1.0.14 ) - 2019-04-25
11
+
12
+ ### Merged
13
+
14
+ - Fix async and callback combo handling [ ` #166 ` ] ( https://github.com/netlify/netlify-dev-plugin/pull/166 )
15
+ - Handle binary request body using buffer: intends to fix #143 [ ` #145 ` ] ( https://github.com/netlify/netlify-dev-plugin/pull/145 )
16
+ - unhide functions command for docs [ ` #161 ` ] ( https://github.com/netlify/netlify-dev-plugin/pull/161 )
17
+ - update log message [ ` #159 ` ] ( https://github.com/netlify/netlify-dev-plugin/pull/159 )
18
+
19
+ ### Commits
20
+
21
+ - fix the async and callback combo issue and the reload issue [ ` f3e7620 ` ] ( https://github.com/netlify/netlify-dev-plugin/commit/f3e76204e35e582ba6115174589472192edc8311 )
22
+ - fix function templates from demo [ ` a02dbf7 ` ] ( https://github.com/netlify/netlify-dev-plugin/commit/a02dbf758e03159642b7ed480c71d079baa13668 )
23
+
10
24
## [ v1.0.13] ( https://github.com/netlify/netlify-dev-plugin/compare/v1.0.12...v1.0.13 ) - 2019-04-23
11
25
12
26
### Merged
@@ -18,7 +32,7 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
18
32
19
33
- add identity event triggered functions [ ` 7703e4d ` ] ( https://github.com/netlify/netlify-dev-plugin/commit/7703e4dcd118a8286153e116897e5abb0c8f21dc )
20
34
- add hasura event trigger template [ ` 08cfeaa ` ] ( https://github.com/netlify/netlify-dev-plugin/commit/08cfeaa475b020316f75ad00e98e29998f9d5a44 )
21
- - readme [ ` c70f0ed ` ] ( https://github.com/netlify/netlify-dev-plugin/commit/c70f0ede758781365b526334014f7a56ea9f1e5c )
35
+ - handle binary uploads using buffer [ ` ff8817e ` ] ( https://github.com/netlify/netlify-dev-plugin/commit/ff8817edc48efb4f298b4f92a108708eb349048c )
22
36
23
37
## [ v1.0.12] ( https://github.com/netlify/netlify-dev-plugin/compare/v1.0.11...v1.0.12 ) - 2019-04-18
24
38
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " netlify-dev-plugin" ,
3
3
"description" : " Netlify development tools plugin" ,
4
- "version" : " 1.0.13 " ,
4
+ "version" : " 1.0.14 " ,
5
5
"author" : " David Calavera @calavera" ,
6
6
"bugs" : " https://github.com/netlify/netlify-dev-plugin/issues" ,
7
7
"dependencies" : {
You can’t perform that action at this time.
0 commit comments