UNPKG

2.28 kBMarkdownView Raw
1# degit changelog
2
3## 2.8.4
4
5* Whoops
6
7## 2.8.3
8
9* Reinstate `#!/usr/bin/env node` ([#273](https://github.com/Rich-Harris/degit/issues/273))
10
11## 2.8.2
12
13* Fix `bin`/`main` locations ([#273](https://github.com/Rich-Harris/degit/issues/273))
14* Update dependencies
15
16## 2.8.1
17
18* Use `HEAD` instead of `master` ([#243](https://github.com/Rich-Harris/degit/pull/243)])
19
20## 2.8.0
21
22* Sort by recency in interactive mode
23
24## 2.7.0
25
26* Bundle for a faster install
27
28## 2.6.0
29
30* Add an interactive mode ([#4](https://github.com/Rich-Harris/degit/issues/4))
31
32## 2.5.0
33
34* Add `--mode=git` for cloning private repos ([#29](https://github.com/Rich-Harris/degit/pull/29))
35
36## 2.4.0
37
38* Clone subdirectories from repos (`user/repo/subdir`)
39
40## 2.3.0
41
42* Support HTTPS proxying where `https_proxy` env var is supplied ([#26](https://github.com/Rich-Harris/degit/issues/26))
43
44## 2.2.2
45
46- Improve CLI error logging ([#49](https://github.com/Rich-Harris/degit/pull/49))
47
48## 2.2.1
49
50- Update `help.md` for Sourcehut support
51
52## 2.2.0
53
54- Sourcehut support ([#85](https://github.com/Rich-Harris/degit/pull/85))
55
56## 2.1.4
57
58- Fix actions ([#65](https://github.com/Rich-Harris/degit/pull/65))
59- Improve CLI error logging ([#46](https://github.com/Rich-Harris/degit/pull/46))
60
61## 2.1.3
62
63- Install `sander` ([#34](https://github.com/Rich-Harris/degit/issues/34))
64
65## 2.1.2
66
67- Remove `console.log`
68
69## 2.1.1
70
71- Oops, managed to publish 2.1.0 without building
72
73## 2.1.0
74
75- Add actions ([#28](https://github.com/Rich-Harris/degit/pull/28))
76
77## 2.0.2
78
79- Allow flags like `-v` before argument ([#25](https://github.com/Rich-Harris/degit/issues/25))
80
81## 2.0.1
82
83- Update node-tar for Node 9 compatibility
84
85## 2.0.0
86
87- Expose API for use in Node scripts ([#23](https://github.com/Rich-Harris/degit/issues/23))
88
89## 1.2.2
90
91- Fix `files` in package.json
92
93## 1.2.1
94
95- Add `engines` field ([#17](https://github.com/Rich-Harris/degit/issues/17))
96
97## 1.2.0
98
99- Windows support ([#1](https://github.com/Rich-Harris/degit/issues/1))
100- Offline support and `--cache` flag ([#8](https://github.com/Rich-Harris/degit/issues/8))
101- `degit --help` ([#5](https://github.com/Rich-Harris/degit/issues/5))
102- `--verbose` flag
103
104## 1.1.0
105
106- Use HTTPS, not SSH ([#11](https://github.com/Rich-Harris/degit/issues/11))
107
108## 1.0.0
109
110- First release