Files
toolkit/packages/tool-cache/RELEASES.md
T

24 lines
677 B
Markdown
Raw Normal View History

# @actions/tool-cache Releases
2020-01-21 13:25:05 -05:00
### 1.3.1
- [Increase http-client min version](https://github.com/actions/toolkit/pull/314)
2020-01-10 16:37:48 -05:00
### 1.3.0
- [Uses @actions/http-client](https://github.com/actions/http-client)
2020-01-14 11:58:44 -05:00
### 1.2.0
- [Overload downloadTool to accept destination path](https://github.com/actions/toolkit/pull/257)
- [Fix `extractTar` on Windows](https://github.com/actions/toolkit/pull/264)
- [Add \"types\" to package.json](https://github.com/actions/toolkit/pull/221)
2019-09-24 17:20:01 -04:00
### 1.1.2
2019-09-24 17:20:01 -04:00
- [Use zip and unzip from PATH](https://github.com/actions/toolkit/pull/161)
- [Support custom flags for `extractTar`](https://github.com/actions/toolkit/pull/48)
### 1.0.0
- Initial release