Releases: adonisjs-community/create-adonis-ts-app
Releases · adonisjs-community/create-adonis-ts-app
Fixing path to bodyparser middleware
Improvements to the boilerplate output
Setup eslint, show help screen and handle cancelled prompts
- chore: update dependencies 284585a
- feat: set env variables for dependencies to tweak their setup behavior 3e317e0
- feat: show help screen when no arguments are passed 4900ad7
- fix: prompts to ask to eslint flag 3c2c76a
- fix: handle prompt cancellation ba9d251
- feat: remove tslint in favor of eslint d8a7e75
- chore: remove bodyparser package, since core includes it by default 253370e
- chore: remove tslint in favor of eslint 6badef8
- chore: update dependencies a5fae0d
- fix: typo in route templates 8982bc7
Adding prompts and greet post creation
Update tsconfig to generate source maps
Setting app commands inside .adonisrc.json file
Handful of improvements
Update template to use statusPage ranges
- refactor: use exception handler ranges for statusPages 1bd1a69
Updating templates after ignitor api changes
Handful of improvement to project creation flow
Handful of improvements and few additions
Notable Changes
- Now we create
AppProvider
by default to lower the entry barrier for creating custom providers. - Setup
SpoofAccept
middleware for JSON API servers. - Setup sourcemaps.