Releases: stackpress/ingest
Releases · stackpress/ingest
0.6.5
Full Changelog: 0.6.1...0.6.5
0.6.1
Bump to sync versions with reactus and stackpress.
Full Changelog: 0.5.24...0.6.1
0.5.24
What's New
action.props()- where req, res, ctx are passed in an object instead
import { action } from '@stackpress/ingest/Server';
action.props(function Page({ req, res }) {
//...
});Full Changelog: 0.5.22...0.5.24
0.5.22
0.4.4
Full Changelog: 0.3.32...0.4.4
0.3.32
0.3.30
What's Changed
- feature/add Netlify example 2d by @amielchristian in #8
- created a lambda function 8d by @rgtoa in #9
- Add GCP function example by @patlouis in #10
New Contributors
- @amielchristian made their first contribution in #8
- @rgtoa made their first contribution in #9
- @patlouis made their first contribution in #10
Full Changelog: 0.3.27...0.3.30
0.3.27
Full Changelog: 0.3.21...0.3.27
0.3.21
What's Changed
Mainly tests, coverage and dependencies version updates.
- Docs/markdown documentation by @amerah-abdul in #6
Full Changelog: 0.3.11...0.3.21