Skip to content

Latest commit

 

History

History
172 lines (95 loc) · 5.94 KB

CHANGELOG.md

File metadata and controls

172 lines (95 loc) · 5.94 KB

3.2.0 (2023-03-31)

Features

3.1.8 (2023-03-30)

Bug Fixes

3.1.7 (2023-03-30)

Bug Fixes

3.1.6 (2023-03-24)

Bug Fixes

  • export: testing auto release. (cf9a4d9)

3.1.5 (2023-03-24)

Bug Fixes

3.1.4 (2022-08-17)

Bug Fixes

  • import: rate limit fix for imports (d9a9282)

3.1.3 (2021-10-29)

Bug Fixes

  • version: show proper version number in cli (f89db20)

3.1.2 (2021-02-17)

Bug Fixes

  • package: Security updates for deps (b29c664)

3.1.1 (2021-02-08)

Bug Fixes

  • semantic-release: re-run release to fix github release (0d352df)

3.1.0 (2021-02-08)

Features

  • ci: re-running release via semantic-release (80cb482)

3.0.0 (2021-02-08)

Features

  • export: Import with "body" instead of "description" (e1f5126)

BREAKING CHANGES

  • export: Import with "body" instead of "description"

2.1.0 - 2020-11-08

Added

  • Importing: Columns will work if not all lowercase. Thank you @typememo ! #33

Changed

  • Updated dependencies

2.0.0 - 2020-08-23

Added

  • 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.

Changed

  • Default fields include milestone title.

1.0.3 - 2020-05-03

Changed

  • Fixed month number in export (#16)

1.0.2 - 2020-04-28

Added

  • exportAttributes option (#15)

Changed

1.0.1 - 2020-04-21

  • Metadata and README - no functionality changes.

1.0.0 - 2020-04-18

Added

  • Exporting issues is now supported. Just call githubCsvTools with no file input. See githubCsvTools --help for more info.

0.4.0 - 2020-04-18

Changed

  • Updated to octokit/rest.js v17
    • pathPrefix no longer supported
    • Send full URL in for github_enterprise (if not sent, will use https://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

Changed

  • Re-publishing to NPM with LF line endings instead of CRLF

0.2.0 - 2017-07-19

Added

  • 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)

Thanks

  • @kwhite for Bottleneck and milestone features
  • @ojacques for Hosted Github, state, and assignee features

0.1.0 - 2016-07-04

Added

  • Basic CSV import functionality.
  • A few basic tests