curveball / aws-lambda

Run curveball applications on AWS Lambda
MIT License
7 stars 2 forks source link

Update @curveball/core to the latest version 🚀 #8

Closed greenkeeper[bot] closed 4 years ago

greenkeeper[bot] commented 4 years ago

The dependency @curveball/core was updated from 0.9.4 to 0.10.0.

This version is not covered by your current version range.

If you don’t accept this pull request, your project will work just like it did before. However, you might be missing out on a bunch of new features, fixes and/or performance improvements from the dependency update.


Publisher: evrt License: MIT

Release Notes for v0.10.0
  • Added a redirect() function to Context and Response objects, making it
    easier to set a status-code and location header in one step.
  • Support for more Prefer parameters: depth-noroot, safe, transclude.
Commits

The new version differs by 16 commits.

  • 70715f7 0.10.0
  • 130cca4 Update changelog
  • 94034ca linting
  • 051844b Better docs
  • 5b1f974 Adding support for other preferences.
  • 0c1a0da Merge pull request #119 from curveball/add-redirect
  • 53256bf updated comments to include types and changed their location so they are included in the compiled source.
  • 982c365 added default value for second parameter to prevent value from being undefined. this reduces the amount of code to provide similar functionality.
  • a1363dc added wrapper method to context object so redirect can be called directly from context and similar tests
  • e7ed46d updated tests to use variables instead of 'magic values'
  • 1382e59 added a redirect function which accepts an optional status code in the
  • 8886f3d added tests for a redirect function which accepts an optional status parameter in the first position and a required address path in the second
  • ed24f06 chore(package): update lockfile package-lock.json
  • 8e1aeb8 chore(package): update nyc to version 15.0.0
  • 35a95a8 chore(package): update lockfile package-lock.json

There are 16 commits in total.

See the full diff


FAQ and help There is a collection of [frequently asked questions](https://greenkeeper.io/faq.html). If those don’t help, you can always [ask the humans behind Greenkeeper](https://github.com/greenkeeperio/greenkeeper/issues/new).

Your Greenkeeper bot :palm_tree: