CHANGELOG.md (6085B)
1 # [3.2.0](https://github.com/gavinr/github-csv-tools/compare/v3.1.8...v3.2.0) (2023-03-31) 2 3 4 ### Features 5 6 * option "--csvDelimiter <delimiter>" ([#86](https://github.com/gavinr/github-csv-tools/issues/86)) ([87c8616](https://github.com/gavinr/github-csv-tools/commit/87c86168e998b11136c77b75c8630c3e7fdddfa7)) 7 8 ## [3.1.8](https://github.com/gavinr/github-csv-tools/compare/v3.1.7...v3.1.8) (2023-03-30) 9 10 11 ### Bug Fixes 12 13 * export issue ([#102](https://github.com/gavinr/github-csv-tools/issues/102)) ([56f447a](https://github.com/gavinr/github-csv-tools/commit/56f447ad134e5647ad97208e72a3c100a7b8963e)) 14 15 ## [3.1.7](https://github.com/gavinr/github-csv-tools/compare/v3.1.6...v3.1.7) (2023-03-30) 16 17 18 ### Bug Fixes 19 20 * strip the UTF8 BOM ([#85](https://github.com/gavinr/github-csv-tools/issues/85)) ([1ee65e9](https://github.com/gavinr/github-csv-tools/commit/1ee65e9bfc7dbf70fd3f2e80d2e776a7e758de24)) 21 22 ## [3.1.6](https://github.com/gavinr/github-csv-tools/compare/v3.1.5...v3.1.6) (2023-03-24) 23 24 25 ### Bug Fixes 26 27 * **export:** testing auto release. ([cf9a4d9](https://github.com/gavinr/github-csv-tools/commit/cf9a4d9985c8370fb734526f8d05000a85da2bb1)) 28 29 ## [3.1.5](https://github.com/gavinr/github-csv-tools/compare/v3.1.4...v3.1.5) (2023-03-24) 30 31 32 ### Bug Fixes 33 34 * **import:** milestone ([2c205b6](https://github.com/gavinr/github-csv-tools/commit/2c205b69e1e31934d27d436d134e1822719b0a1d)) 35 36 ## [3.1.4](https://github.com/gavinr/github-csv-tools/compare/v3.1.3...v3.1.4) (2022-08-17) 37 38 39 ### Bug Fixes 40 41 * **import:** rate limit fix for imports ([d9a9282](https://github.com/gavinr/github-csv-tools/commit/d9a9282ad0bff7817f07668acda5e36939fe3ffd)) 42 43 ## [3.1.3](https://github.com/gavinr/github-csv-tools/compare/v3.1.2...v3.1.3) (2021-10-29) 44 45 46 ### Bug Fixes 47 48 * **version:** show proper version number in cli ([f89db20](https://github.com/gavinr/github-csv-tools/commit/f89db208c9bad2fbf555ceac0ab695b4174f77f2)) 49 50 ## [3.1.2](https://github.com/gavinr/github-csv-tools/compare/v3.1.1...v3.1.2) (2021-02-17) 51 52 53 ### Bug Fixes 54 55 * **package:** Security updates for deps ([b29c664](https://github.com/gavinr/github-csv-tools/commit/b29c66476f2eb8f025be8aba11cd5e4c92525e67)) 56 57 ## [3.1.1](https://github.com/gavinr/github-csv-tools/compare/v3.1.0...v3.1.1) (2021-02-08) 58 59 60 ### Bug Fixes 61 62 * **semantic-release:** re-run release to fix github release ([0d352df](https://github.com/gavinr/github-csv-tools/commit/0d352dfe2e8b57ddc8ccfb25c6984d164ba9d5f4)) 63 64 ## [3.1.0](https://github.com/gavinr/github-csv-tools/compare/v3.0.0...v3.1.0) (2021-02-08) 65 66 67 ### Features 68 69 * **ci:** re-running release via semantic-release ([80cb482](https://github.com/gavinr/github-csv-tools/commit/80cb482b886747fd672c9373340fc678997731df)) 70 71 ## [3.0.0](https://github.com/gavinr/github-csv-tools/compare/v2.1.0...v3.0.0) (2021-02-08) 72 73 74 ### Features 75 76 * **export:** Import with "body" instead of "description" ([e1f5126](https://github.com/gavinr/github-csv-tools/commit/e1f512694832833a792c05e5dd0c851001cc3b1f)) 77 78 79 ### BREAKING CHANGES 80 81 * **export:** Import with "body" instead of "description" 82 83 ## [2.1.0] - 2020-11-08 84 85 ## Added 86 87 - Importing: Columns will work if not all lowercase. Thank you @typememo ! [#33](https://github.com/gavinr/github-csv-tools/pull/33) 88 89 ## Changed 90 91 - Updated dependencies 92 93 ## [2.0.0] - 2020-08-23 94 95 ## Added 96 97 - Additional options `exportAll` to export all possible issue attributes. 98 - Optionally pass organization (or username) via commandline option, `--organization`. 99 - Optionally pass repository name via commandline option, `--repository`. 100 101 ## Changed 102 103 - Default fields include milestone title. 104 105 ## [1.0.3] - 2020-05-03 106 107 ## Changed 108 109 - Fixed month number in export ([#16](https://github.com/gavinr/github-csv-tools/pull/16)) 110 111 ## [1.0.2] - 2020-04-28 112 113 ## Added 114 115 - `exportAttributes` option ([#15](https://github.com/gavinr/github-csv-tools/pull/15)) 116 117 ## Changed 118 119 - `body` (initial issue text) is now included in the export by default ([#14](https://github.com/gavinr/github-csv-tools/issues/14)) 120 - [Update dependencies](https://github.com/gavinr/github-csv-tools/commit/9ab2b1e47a7c7fa40149a36af03625d80738f887) 121 122 ## [1.0.1] - 2020-04-21 123 124 - Metadata and README - no functionality changes. 125 126 ## [1.0.0] - 2020-04-18 127 128 ## Added 129 - Exporting issues is now supported. Just call `githubCsvTools` with no file input. See `githubCsvTools --help` for more info. 130 131 ## [0.4.0] - 2020-04-18 132 133 ## Changed 134 - Updated to `octokit/rest.js` v17 135 - `pathPrefix` no longer supported 136 - Send full URL in for `github_enterprise` (if not sent, will use `https://api.github.com` by default) 137 - `bottleneck` package is no longer used in favor of `@octokit/plugin-throttling` 138 - Supporting current and LTS versions of Node.js. 139 140 ## [0.3.0] - 2017-12-22 141 ### Changed 142 - Re-publishing to NPM with `LF` line endings instead of `CRLF` 143 144 145 ## [0.2.0] - 2017-07-19 146 ### Added 147 - Support for Hosted Github (See `--github_enterprise` commandline switch) 148 - Ability to create issues that are already closed (`state` csv column) 149 - Assignee (`assignee` csv column) 150 - "Bottleneck" to limit frequency of requests to the GitHub API. 151 - Milestone support (`milestone` csv column) 152 153 154 ### Thanks 155 - @kwhite for Bottleneck and milestone features 156 - @ojacques for Hosted Github, state, and assignee features 157 158 ## 0.1.0 - 2016-07-04 159 ### Added 160 - Basic CSV import functionality. 161 - A few basic tests 162 163 [Unreleased]: https://github.com/gavinr/github-csv-tools/compare/v2.1.0...HEAD 164 [2.1.0]: https://github.com/gavinr/github-csv-tools/compare/v2.0.0...v2.1.0 165 [2.0.0]: https://github.com/gavinr/github-csv-tools/compare/v1.0.3...v2.0.0 166 [1.0.3]: https://github.com/gavinr/github-csv-tools/compare/v1.0.2...v1.0.3 167 [1.0.2]: https://github.com/gavinr/github-csv-tools/compare/v1.0.1...v1.0.2 168 [1.0.1]: https://github.com/gavinr/github-csv-tools/compare/v1.0.0...v1.0.1 169 [1.0.0]: https://github.com/gavinr/github-csv-tools/compare/v0.4.0...v1.0.0 170 [0.4.0]: https://github.com/gavinr/github-csv-tools/compare/V0.3.0...v0.4.0 171 [0.3.0]: https://github.com/gavinr/github-csv-tools/compare/v0.2.0...V0.3.0 172 [0.2.0]: https://github.com/gavinr/github-csv-tools/compare/v0.1.0...v0.2.0