All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
1.0.0 - 2020-04-18
- Exporting issues is now supported. Just call
githubCsvToolswith no file input. SeegithubCsvTools --helpfor more info.
0.4.0 - 2020-04-18
- Updated to
octokit/rest.jsv17pathPrefixno longer supported- Send full URL in for
github_enterprise(if not sent, will usehttps://api.github.comby default)
bottleneckpackage is no longer used in favor of@octokit/plugin-throttling- Supporting current and LTS versions of Node.js.
0.3.0 - 2017-12-22
- Re-publishing to NPM with
LFline endings instead ofCRLF
0.2.0 - 2017-07-19
- Support for Hosted Github (See
--github_enterprisecommandline switch) - Ability to create issues that are already closed (
statecsv column) - Assignee (
assigneecsv column) - "Bottleneck" to limit frequency of requests to the GitHub API.
- Milestone support (
milestonecsv column)
- @kwhite for Bottleneck and milestone features
- @ojacques for Hosted Github, state, and assignee features
- Basic CSV import functionality.
- A few basic tests