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.
v1.0.20 - 2019-05-20
- add husky and lintstaged
a2229f4 - add stripe subcription template
20fa1bb - update the graphql gateway template
04f7bc6
v1.0.19 - 2019-05-09
- Use
existsSyncinstead ofhasRequiredFiles(fixes #177)#178
- Use existsSync instead of hasRequiredFiles (resolves #177)
#177
v1.0.18 - 2019-05-08
- update serve-functions to watch all files in functions folder, fixes #167
#171 - Add Middleman detector
#172
v1.0.17 - 2019-05-06
- Fix dev command when running with npm - fix #119
#170
- Fix dev command when running with npm - fix #119
#119
- update serve-functions to watch all files in functions folder
a706084 - Add Middleman detector
340a442 - Update index.js
13cb5a0
v1.0.16 - 2019-04-29
v1.0.15 - 2019-04-25
- Fix live tunnel port when proxyPort is taken
#146
v1.0.14 - 2019-04-25
- Fix async and callback combo handling
#166 - Handle binary request body using buffer: intends to fix #143
#145 - unhide functions command for docs
#161 - update log message
#159
- fix the async and callback combo issue and the reload issue
f3e7620 - fix function templates from demo
a02dbf7
v1.0.13 - 2019-04-23
- add identity event triggered functions
7703e4d - add hasura event trigger template
08cfeaa - handle binary uploads using buffer
ff8817e
v1.0.12 - 2019-04-18
- Inject client context into functions
#138
v1.0.11 - 2019-04-16
- remove --functions flag in
netlify functions:create#123 - gracefully handle bad function responses
#124 - make
npm run testscript actually work - fix all eslint issues#125
v1.0.10 - 2019-04-16
- Extract serveFunctions from ZISI
#122
- move serveFunctions into netlify dev plugin from ZISI
27da118 - add finders.js
f6fbb9c - add graphql rest wrapper and remove chuck norris api
70ebded
v1.0.9 - 2019-04-10
- Chalk was not defined
#117
- drop resolvers field in graphql gateway
f92e2b3
v1.0.7 - 2019-04-10
v1.0.6 - 2019-04-10
- remove mention of private beta
d214389
v1.0.5 - 2019-04-09
- Add vuepress detector
#108
v1.0.4 - 2019-04-09
v1.0.2 - 2019-04-09
- add better description for static server
1c6df00
v1.0.1 - 2019-04-09
- Make sure we don't start the live tunnel before the dev server is running
#107
- wrap jsdetect in a check for empty scripts and fix netlify/cli#290
#290
v1.0.0 - 2019-04-09
- fix react-static tempalte
93fdbd3
- fix: Making sure command is properly set in settings from dev block
#103 - add nextjs, hexo, gridsome, phenomic, docusaurus, brunch
#102 - New visual identity with Netlify Gem! as well as warning/error indicators ◈
#101 - Return a promise from netlify-lambda detector
#100 - Add support for function builders
#94 - generalize dependency and config file matching to a common utility and add UI for multiple matching detectors and scripts
#96 - Fix websocket proxying
#93 - Update rules proxy
#92 - Make netlify dev faster (reuse accessToken)
#91 - Remove dev port
#90 - inject env vars everywhere
#88 - add warning if site is not linked when running netlify deploy live tunnel
#87 - Update telemetry
#85 - Handle alternative paths the same way as when deployed
#70 - Fix fetch updates for the tunnel client.
#86 - Remove shell option.
#83 - Prepare repository to be open source.
#84 - add ora spinner and add a prompt before running postinstall script for an functions:create
#82 - Make sure to wait for dependency install
#81 - Make sure we always choose a free port for function server
#79 - add working fauna graphql template
#80 - intentionally use blank prettier
#76 - Make addon install lifecycle
#74 - Add flag for live sessions.
#39 - add detector type field
#73 - fix serve functions.. and correct the root cause of localhost:30001 bug
#71 - bring gatsby and RS detectors up to par with CRA
#69 - minor bugfixes to netlify#67
#68 - refactor cmd to command, document, and make netlify.toml dev block overrides explicit
#67 - Don't open the url by default.
#64 - Output improvements
#63 - Add example for [dev] block
#44 - add telemetry
#49 - Add vue detector
#54 - add aliases for netlify functions command
#50 - add else blocks and nicer comments for fauna example
#51 - Use the standard netlify js client
#52 - Fauna CRUD improvements
#47 - Update static server
#46 - Add some context to the README
#43 - Fix Gatsby's dev command.
#41 - break up the registry into individual files
#40 - Add autocomplete for functions templates
#37 - add GraphQL template
#36 - Add typescript and golang templates, and let templates install addons
#34 - Adding readme structure
#33 - switch functions templating to entirely folder based with a template registry
#32 - extract safeJoin functionality out into a library
#30 - Add functions create from url
#29 - add openBrowser after netlify dev completes
#28 - Add name flag to functions create
#17 - Some small UX tweaks
#23 - Fix eslint use-spread error by requiring node 8.3.0 (from 8.0.0)
#15 - Clean up detectors
#14 - add v2 of templates with assets and no requiring of all the things
#26 - add onComplete lifecycle to netlify functions template
#24 - add working basic templates for netlify functions:create
#22 - Fix missing require
#16 - Set up and run prettier
#13 - fix functions create
#20 - Detect overrides for dev server from [dev] settings
#18 - add Array.isArray check to addons code in netlify dev
#12 - add install off deps to readme
#7 - Set site environment variables in local dev
#5 - Add functions:build command
#4 - Fall back to a basic static server if no dev server is detected
#1