Skip to content

Latest commit

 

History

History
370 lines (231 loc) · 19.4 KB

CHANGELOG.md

File metadata and controls

370 lines (231 loc) · 19.4 KB

Changelog

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.

Generated by auto-changelog.

Merged

  • chore(deps): bump ini from 1.3.5 to 1.3.8 #341
  • chore(fossa): fix github actions workflow file for fossa #323
  • fix(deps): update dependency jwt-decode to v3 #308
  • chore(deps): update dependency gh-release to v4 #296
  • chore(deps): update commitlint monorepo to v11 #295
  • fix(docs): update readme to not include hardcoded version #265
  • chore: add issue templates #264
  • chore: delete stale.yml #263
  • ci: add pr labeler #271
  • chore(deps): lock file maintenance #270
  • chore(deps): lock file maintenance #261

Commits

  • fix(deps): update babel monorepo e419cbf
  • chore(deps): update dependency jest to v26.5.3 0f8a9fa
  • chore(deps): update dependency jest to v26.4.0 ba0d016

v2.0.1 - 2020-07-21

Merged

  • chore(deps): lock file maintenance #256
  • fix(webpack): use webpack-merge v4 to support merge.smart #252

Commits

  • chore(ci): test in node 14 instead of 13 e220ca4

v2.0.0 - 2020-07-15

Merged

  • chore: remove yarn.lock file #247
  • chore(deps): update node.js to >=v10.21.0 #248
  • chore(deps): lock file maintenance #246
  • chore: update tooling #241
  • fix(build-command): report exit code 1 when compilation fails #239
  • remove comma otherwise it's going to throw an error #209
  • allow overriding webpack stats config #205
  • Add extra error messaging #194
  • Small code simplification (Array.reduce() -> Array.some()) #192
  • Add package-lock.json to .gitignore #191
  • Document minimum Node.js version #190
  • Add support for multivalue headers. #181

Commits

  • add utm 7a7d558
  • Update README.md 23db458
  • make very clear netlify serve is not encouraged anymore 3198e3c

v1.6.3 - 2019-08-22

Merged

  • fix String Comparison Bug #178

Commits

  • wrap functionsPath and dirPath to guarantee compatibility 2d8aa6f

v1.6.2 - 2019-08-16

Merged

  • fix: recognize package.json in the root target also #175

Fixed

  • fix: recognize package.json in the root target also #174

v1.6.1 - 2019-08-16

Merged

  • improve netlify dev vs netlify lambda docs #172

Fixed

  • move globby to deps not devdeps closes #173 #173

Commits

v1.6.0 - 2019-08-15

Merged

  • add install command #171
  • fix 404 error typo/grammar #170
  • fix empty lambda warning #166

Commits

v1.5.1 - 2019-07-25

Commits

  • add more descriptive error 42c6e1f

v1.5.0 - 2019-07-05

Commits

v1.4.13 - 2019-05-22

Merged

  • add missing config set up for serve #159

v1.4.12 - 2019-05-22

Merged

  • fix: proritize server builds over browser for packages #160

v1.4.11 - 2019-05-19

Merged

  • Fix userWebpackConfig issue #157

Commits

v1.4.10 - 2019-05-17

Merged

  • Add flag to not use relative .babelrc config #154

Commits

v1.4.9 - 2019-05-16

Merged

  • clearCache fallbacks to chunk.id if chunk.name is null #144
  • fix: start server when serving static functions #151

v1.4.8 - 2019-05-16

Merged

  • add bail: true to webpack config #153

Commits

v1.4.7 - 2019-05-01

Commits

  • add version and gh-release c66cf5f

v1.4.6 - 2019-05-01

Commits

v1.4.5 - 2019-04-16

Merged

  • refactor: change order of webpack stats logging and server setup #141
  • chore: whitelist files published to npm #139
  • chore: add license file #140

Commits

v1.4.4 - 2019-04-15

Merged

  • Resolve plugins and loaders #137

Commits

v1.4.3 - 2019-03-14

Merged

  • docs: add tutorial to README #127
  • Fix typos in README.md in Debugging section #125
  • Fix how NODE_ENV is being handled #123
  • Fixes typo in README.md #122

Commits

  • add next.js instructions 04bf691
  • rewrite timeout feature for node <10 2ef8382
  • add react static instructions 94e10cd

v1.4.2 - 2019-02-13

v1.4.1 - 2019-02-12

Merged

  • Clears the invocation timeout if the invocation is a success. #121

Commits

  • Update serve.js to clear the timeout if a function invocation is a success within the timeout. 20cb467
  • Update README.md 6f470ae

v1.4.0 - 2019-02-11

Commits

  • document timout and node-fetch d005ee3

1.4.0 - 2019-02-11

Merged

  • Enable function invocation timeout using Promise.race #116

Commits

1.3.3 - 2019-02-02

v1.3.3 - 2019-02-02

Commits

  • add nice warning message if body omitted dcaac14

v1.3.2 - 2019-02-02

Merged

  • Allow reponse body to be optional #114
  • Add functions + sentry error reporting blog post #109

Fixed

  • add config docs everywhere #110

Commits

v1.3.1 - 2019-01-30

1.3.1 - 2019-01-30

Merged

  • When serving locally, ignore non-JWT auth headers #108
  • Update README.md typo #106

Commits

v1.3.0 - 2019-01-21

Merged

  • fix(build): Exclude test files #105
  • Add tests #94
  • Check for babelrc up from given functions folder #98
  • inject clientContext to served function on dev-server #57
  • Provide response for zero/unmatched/invalid args #102
  • Make netlify.toml functions field consistent #101
  • Proposal: add warning if no function files found #84

Commits

v1.1.1 - 2018-12-15

Merged

  • Fix 'queryStringParameters' when the url contains multiple question marks #85

Commits

v1.1.0 - 2018-12-03

Merged

  • Add .ts to resolve.extensions #80
  • Debugging instructions added to README #83
  • Add Angular Proxy Documentation #81
  • Add "how to use TypeScript" to README.md #77
  • Fix build .mjs filename #78
  • Support extensions: .mjs and .ts #76
  • Removed base-64 package in favour of node Buffer #68
  • Update link to create-react-app-lambda #70
  • fixed querystring parsing netlify#54 #67
  • Added "-s --static" option to prevent building of files #62
  • add support for http-server #50
  • Match body size limit to AWS #31
  • Add multipart/form-data content-type to base64 exclusion list. Closes #42 #58
  • Upgrade to Babel 7 and Webpack 4 (fully tested) #63
  • Add a note regarding proxying #30
  • Custom Babel env target #25
  • Support async handlers #24
  • Add "--port" Option #16
  • Ignore favicon #19
  • Include environment variables from config #22
  • Warn same source #21
  • fix: erroneous assignment in babelOpts #11
  • Pass additionalConfig to webpack while watching #14
  • Support for customizing babel and webpack #5
  • Miss missing dependencies babel-loader and babel-core #4
  • Match AWS behavior with text content #3
  • Update package.json #1

Fixed

  • Merge pull request #58 from Munter/file-upload #42
  • Add multipart/form-data content-type to base64 exclusion list. Closes #42 #42

Commits