degit
Version:
Straightforward project scaffolding
62 lines (33 loc) • 1.36 kB
Markdown
# degit changelog
## 2.2.0
- Sourcehut support ([#85](https://github.com/Rich-Harris/degit/pull/85))
## 2.1.4
- Fix actions ([#65](https://github.com/Rich-Harris/degit/pull/65))
- Improve CLI error logging ([#46](https://github.com/Rich-Harris/degit/pull/46))
## 2.1.3
- Install `sander` ([#34](https://github.com/Rich-Harris/degit/issues/34))
## 2.1.2
- Remove `console.log`
## 2.1.1
- Oops, managed to publish 2.1.0 without building
## 2.1.0
- Add actions ([#28](https://github.com/Rich-Harris/degit/pull/28))
## 2.0.2
- Allow flags like `-v` before argument ([#25](https://github.com/Rich-Harris/degit/issues/25))
## 2.0.1
- Update node-tar for Node 9 compatibility
## 2.0.0
- Expose API for use in Node scripts ([#23](https://github.com/Rich-Harris/degit/issues/23))
## 1.2.2
- Fix `files` in package.json
## 1.2.1
- Add `engines` field ([#17](https://github.com/Rich-Harris/degit/issues/17))
## 1.2.0
- Windows support ([#1](https://github.com/Rich-Harris/degit/issues/1))
- Offline support and `--cache` flag ([#8](https://github.com/Rich-Harris/degit/issues/8))
- `degit --help` ([#5](https://github.com/Rich-Harris/degit/issues/5))
- `--verbose` flag
## 1.1.0
- Use HTTPS, not SSH ([#11](https://github.com/Rich-Harris/degit/issues/11))
## 1.0.0
- First release