UNPKG

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