- Performance: Call
site.create
in parallel. This dramatically speeds up the deployment of a multi-site app.
- Upgrade to Node.js 16 both in this project and in deployed App Engine ones
- deployApp option requireResolve, passed into Asset
- Drop support for Node.js 10 for running this library
- Convert tabs to spaces in source code
- Update dependencies
- Drop support for Node.js 8 for using this library
- Deploy siteType=nodejs as
nodejs8nodejs12 runtime
- Use ESLint instead of TSLint
- Use GitHub Action instead of Travis CI
Initial release