Skip to content
This repository was archived by the owner on Sep 12, 2019. It is now read-only.

Commit bf9d33d

Browse files
committed
1.0.0-beta.0
1 parent f4eae86 commit bf9d33d

File tree

3 files changed

+87
-2
lines changed

3 files changed

+87
-2
lines changed

CHANGELOG.md

Lines changed: 85 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,85 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
7+
8+
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
9+
10+
## 1.0.0-beta.0 - 2019-04-09
11+
12+
### Merged
13+
14+
- fix: Making sure command is properly set in settings from dev block [`#103`](https://github.com/netlify/netlify-dev-plugin/pull/103)
15+
- add nextjs, hexo, gridsome, phenomic, docusaurus, brunch [`#102`](https://github.com/netlify/netlify-dev-plugin/pull/102)
16+
- New visual identity with Netlify Gem! as well as warning/error indicators ◈ [`#101`](https://github.com/netlify/netlify-dev-plugin/pull/101)
17+
- Return a promise from netlify-lambda detector [`#100`](https://github.com/netlify/netlify-dev-plugin/pull/100)
18+
- Add support for function builders [`#94`](https://github.com/netlify/netlify-dev-plugin/pull/94)
19+
- generalize dependency and config file matching to a common utility and add UI for multiple matching detectors and scripts [`#96`](https://github.com/netlify/netlify-dev-plugin/pull/96)
20+
- Fix websocket proxying [`#93`](https://github.com/netlify/netlify-dev-plugin/pull/93)
21+
- Update rules proxy [`#92`](https://github.com/netlify/netlify-dev-plugin/pull/92)
22+
- Make netlify dev faster (reuse accessToken) [`#91`](https://github.com/netlify/netlify-dev-plugin/pull/91)
23+
- Remove dev port [`#90`](https://github.com/netlify/netlify-dev-plugin/pull/90)
24+
- inject env vars everywhere [`#88`](https://github.com/netlify/netlify-dev-plugin/pull/88)
25+
- add warning if site is not linked when running netlify deploy live tunnel [`#87`](https://github.com/netlify/netlify-dev-plugin/pull/87)
26+
- Update telemetry [`#85`](https://github.com/netlify/netlify-dev-plugin/pull/85)
27+
- Handle alternative paths the same way as when deployed [`#70`](https://github.com/netlify/netlify-dev-plugin/pull/70)
28+
- Fix fetch updates for the tunnel client. [`#86`](https://github.com/netlify/netlify-dev-plugin/pull/86)
29+
- Remove shell option. [`#83`](https://github.com/netlify/netlify-dev-plugin/pull/83)
30+
- Prepare repository to be open source. [`#84`](https://github.com/netlify/netlify-dev-plugin/pull/84)
31+
- add ora spinner and add a prompt before running postinstall script for an functions:create [`#82`](https://github.com/netlify/netlify-dev-plugin/pull/82)
32+
- Make sure to wait for dependency install [`#81`](https://github.com/netlify/netlify-dev-plugin/pull/81)
33+
- Make sure we always choose a free port for function server [`#79`](https://github.com/netlify/netlify-dev-plugin/pull/79)
34+
- add working fauna graphql template [`#80`](https://github.com/netlify/netlify-dev-plugin/pull/80)
35+
- intentionally use blank prettier [`#76`](https://github.com/netlify/netlify-dev-plugin/pull/76)
36+
- Make addon install lifecycle [`#74`](https://github.com/netlify/netlify-dev-plugin/pull/74)
37+
- Add flag for live sessions. [`#39`](https://github.com/netlify/netlify-dev-plugin/pull/39)
38+
- add detector type field [`#73`](https://github.com/netlify/netlify-dev-plugin/pull/73)
39+
- fix serve functions.. and correct the root cause of localhost:30001 bug [`#71`](https://github.com/netlify/netlify-dev-plugin/pull/71)
40+
- bring gatsby and RS detectors up to par with CRA [`#69`](https://github.com/netlify/netlify-dev-plugin/pull/69)
41+
- minor bugfixes to https://github.com/netlify/netlify-dev-plugin/pull/67 [`#68`](https://github.com/netlify/netlify-dev-plugin/pull/68)
42+
- refactor cmd to command, document, and make netlify.toml dev block overrides explicit [`#67`](https://github.com/netlify/netlify-dev-plugin/pull/67)
43+
- Don't open the url by default. [`#64`](https://github.com/netlify/netlify-dev-plugin/pull/64)
44+
- Output improvements [`#63`](https://github.com/netlify/netlify-dev-plugin/pull/63)
45+
- Add example for [dev] block [`#44`](https://github.com/netlify/netlify-dev-plugin/pull/44)
46+
- add telemetry [`#49`](https://github.com/netlify/netlify-dev-plugin/pull/49)
47+
- Add vue detector [`#54`](https://github.com/netlify/netlify-dev-plugin/pull/54)
48+
- add aliases for netlify functions command [`#50`](https://github.com/netlify/netlify-dev-plugin/pull/50)
49+
- add else blocks and nicer comments for fauna example [`#51`](https://github.com/netlify/netlify-dev-plugin/pull/51)
50+
- Use the standard netlify js client [`#52`](https://github.com/netlify/netlify-dev-plugin/pull/52)
51+
- Fauna CRUD improvements [`#47`](https://github.com/netlify/netlify-dev-plugin/pull/47)
52+
- Update static server [`#46`](https://github.com/netlify/netlify-dev-plugin/pull/46)
53+
- Add some context to the README [`#43`](https://github.com/netlify/netlify-dev-plugin/pull/43)
54+
- Fix Gatsby's dev command. [`#41`](https://github.com/netlify/netlify-dev-plugin/pull/41)
55+
- break up the registry into individual files [`#40`](https://github.com/netlify/netlify-dev-plugin/pull/40)
56+
- Add autocomplete for functions templates [`#37`](https://github.com/netlify/netlify-dev-plugin/pull/37)
57+
- add GraphQL template [`#36`](https://github.com/netlify/netlify-dev-plugin/pull/36)
58+
- Add typescript and golang templates, and let templates install addons [`#34`](https://github.com/netlify/netlify-dev-plugin/pull/34)
59+
- Adding readme structure [`#33`](https://github.com/netlify/netlify-dev-plugin/pull/33)
60+
- switch functions templating to entirely folder based with a template registry [`#32`](https://github.com/netlify/netlify-dev-plugin/pull/32)
61+
- extract safeJoin functionality out into a library [`#30`](https://github.com/netlify/netlify-dev-plugin/pull/30)
62+
- Add functions create from url [`#29`](https://github.com/netlify/netlify-dev-plugin/pull/29)
63+
- add openBrowser after netlify dev completes [`#28`](https://github.com/netlify/netlify-dev-plugin/pull/28)
64+
- Add name flag to functions create [`#17`](https://github.com/netlify/netlify-dev-plugin/pull/17)
65+
- Some small UX tweaks [`#23`](https://github.com/netlify/netlify-dev-plugin/pull/23)
66+
- Fix eslint use-spread error by requiring node 8.3.0 (from 8.0.0) [`#15`](https://github.com/netlify/netlify-dev-plugin/pull/15)
67+
- Clean up detectors [`#14`](https://github.com/netlify/netlify-dev-plugin/pull/14)
68+
- add v2 of templates with assets and no requiring of all the things [`#26`](https://github.com/netlify/netlify-dev-plugin/pull/26)
69+
- add onComplete lifecycle to netlify functions template [`#24`](https://github.com/netlify/netlify-dev-plugin/pull/24)
70+
- add working basic templates for netlify functions:create [`#22`](https://github.com/netlify/netlify-dev-plugin/pull/22)
71+
- Fix missing require [`#16`](https://github.com/netlify/netlify-dev-plugin/pull/16)
72+
- Set up and run prettier [`#13`](https://github.com/netlify/netlify-dev-plugin/pull/13)
73+
- fix functions create [`#20`](https://github.com/netlify/netlify-dev-plugin/pull/20)
74+
- Detect overrides for dev server from [dev] settings [`#18`](https://github.com/netlify/netlify-dev-plugin/pull/18)
75+
- add Array.isArray check to addons code in netlify dev [`#12`](https://github.com/netlify/netlify-dev-plugin/pull/12)
76+
- add install off deps to readme [`#7`](https://github.com/netlify/netlify-dev-plugin/pull/7)
77+
- Set site environment variables in local dev [`#5`](https://github.com/netlify/netlify-dev-plugin/pull/5)
78+
- Add functions:build command [`#4`](https://github.com/netlify/netlify-dev-plugin/pull/4)
79+
- Fall back to a basic static server if no dev server is detected [`#1`](https://github.com/netlify/netlify-dev-plugin/pull/1)
80+
81+
### Commits
82+
83+
- Fix dependencies. [`0b8c369`](https://github.com/netlify/netlify-dev-plugin/commit/0b8c3698478644790187db1eab69b7a48f398a20)
84+
- add GA, email, stripe, url shortener templates [`30ba0c6`](https://github.com/netlify/netlify-dev-plugin/commit/30ba0c68b5941c9367da512c266b3bfe76c34800)
85+
- add it working [`dc51eb2`](https://github.com/netlify/netlify-dev-plugin/commit/dc51eb22173e8c566bd0f342eeb4b47c309dfe6c)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "netlify-dev-plugin",
33
"description": "Netlify development tools plugin",
4-
"version": "1.0.0-beta",
4+
"version": "1.0.0-beta.0",
55
"author": "David Calavera @calavera",
66
"bugs": "https://github.com/netlify/netlify-dev-plugin/issues",
77
"dependencies": {

0 commit comments

Comments
 (0)