3.1.2 (2021-02-17)
- package: Security updates for deps (b29c664)
3.1.1 (2021-02-08)
- semantic-release: re-run release to fix github release (0d352df)
3.1.0 (2021-02-08)
- ci: re-running release via semantic-release (80cb482)
3.0.0 (2021-02-08)
- export: Import with "body" instead of "description" (e1f5126)
- export: Import with "body" instead of "description"
2.1.0 - 2020-11-08
- Importing: Columns will work if not all lowercase. Thank you @typememo ! #33
- Updated dependencies
2.0.0 - 2020-08-23
- Additional options
exportAllto export all possible issue attributes. - Optionally pass organization (or username) via commandline option,
--organization. - Optionally pass repository name via commandline option,
--repository.
- Default fields include milestone title.
1.0.3 - 2020-05-03
- Fixed month number in export (#16)
1.0.2 - 2020-04-28
exportAttributesoption (#15)
body(initial issue text) is now included in the export by default (#14)- Update dependencies
1.0.1 - 2020-04-21
- Metadata and README - no functionality changes.
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