3.2.0 (2023-03-31)
3.1.8 (2023-03-30)
3.1.7 (2023-03-30)
3.1.6 (2023-03-24)
- export: testing auto release. (cf9a4d9)
3.1.5 (2023-03-24)
- import: milestone (2c205b6)
3.1.4 (2022-08-17)
- import: rate limit fix for imports (d9a9282)
3.1.3 (2021-10-29)
- version: show proper version number in cli (f89db20)
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
exportAll
to 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
exportAttributes
option (#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
githubCsvTools
with no file input. SeegithubCsvTools --help
for more info.
0.4.0 - 2020-04-18
- Updated to
octokit/rest.js
v17pathPrefix
no longer supported- Send full URL in for
github_enterprise
(if not sent, will usehttps://api.github.com
by default)
bottleneck
package 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
LF
line endings instead ofCRLF
0.2.0 - 2017-07-19
- Support for Hosted Github (See
--github_enterprise
commandline switch) - Ability to create issues that are already closed (
state
csv column) - Assignee (
assignee
csv column) - "Bottleneck" to limit frequency of requests to the GitHub API.
- Milestone support (
milestone
csv column)
- @kwhite for Bottleneck and milestone features
- @ojacques for Hosted Github, state, and assignee features
- Basic CSV import functionality.
- A few basic tests