Releases: ttsukagoshi/csv2gsheets
Releases · ttsukagoshi/csv2gsheets
v0.4.0-pre
What's Changed
- Refactor postbuild.mjs to use regular expression when adding
.js
to internal import statements in./build/src
files by @ttsukagoshi in #79
Full Changelog: v0.3.0...v0.4.0
v0.3.0-pre
What's Changed
- Get full list of existing Google Sheets files in the target Google Drive folder by @ttsukagoshi in #74
- Add backwords compatibility to
c2g.config.json
(#75) by @ttsukagoshi in #76
Full Changelog: v0.2.0...v0.3.0
v0.2.0-pre
What's Changed
Enhancements & Changes
- Add
init
command by @ttsukagoshi in #17 - Add
login
andlogout
commands by @ttsukagoshi in #18 - Add
--login
option tox2s init
#10 by @ttsukagoshi in #19 - Outline
convert
command by @ttsukagoshi in #44 - Switch to
csv2gsheets
by @ttsukagoshi in #49 - Create build-replace.js by @ttsukagoshi in #50
- Print
youAreLogginInAs
message after authorizing on login command by @ttsukagoshi in #52 - Outline
convert
command, add tests (#13) by @ttsukagoshi in #60 convert
command with--dry-run
option by @ttsukagoshi in #69- Create a script to generate fake data for testing by @ttsukagoshi in #72
Dependency Updates
- Bump semver from 6.3.0 to 6.3.1 by @dependabot in #20
- Bump word-wrap from 1.2.3 to 1.2.4 by @dependabot in #21
- github-actions(deps): bump github/accessibility-alt-text-bot from 1.2.0 to 1.3.0 by @dependabot in #27
- npm(deps-dev): bump jest and @types/jest by @dependabot in #22
- npm(deps): bump ora from 6.3.1 to 7.0.0 by @dependabot in #25
- npm(deps-dev): bump @typescript-eslint/parser from 5.60.0 to 5.62.0 by @dependabot in #23
- npm(deps-dev): bump ts-jest from 29.1.0 to 29.1.1 by @dependabot in #24
- npm(deps-dev): bump eslint-config-prettier from 8.8.0 to 9.0.0 by @dependabot in #28
- npm(deps): bump @google-cloud/local-auth from 2.1.1 to 3.0.0 by @dependabot in #29
- npm(deps): bump ora from 7.0.0 to 7.0.1 by @dependabot in #30
- npm(deps-dev): bump jest and @types/jest by @dependabot in #31
- npm(deps): bump googleapis from 118.0.0 to 126.0.0 by @dependabot in #32
- npm(deps-dev): bump typescript from 5.1.3 to 5.1.6 by @dependabot in #34
- npm(deps-dev): bump eslint from 8.43.0 to 8.47.0 by @dependabot in #36
- npm(deps): bump inquirer from 9.2.7 to 9.2.10 by @dependabot in #35
- npm(deps-dev): bump prettier from 2.8.8 to 3.0.2 by @dependabot in #37
- npm(deps-dev): bump @typescript-eslint/eslint-plugin from 5.60.0 to 6.4.1 by @dependabot in #33
- npm(deps-dev): bump eslint-plugin-prettier from 4.2.1 to 5.0.0 by @dependabot in #41
- npm(deps): bump read-pkg-up from 9.1.0 to 10.1.0 by @dependabot in #43
- npm(deps-dev): bump @typescript-eslint/parser from 5.62.0 to 6.4.1 by @dependabot in #42
- npm(deps): bump googleapis from 126.0.0 to 126.0.1 by @dependabot in #58
- npm(deps-dev): bump eslint from 8.47.0 to 8.48.0 by @dependabot in #53
- npm(deps-dev): bump jest from 29.6.3 to 29.6.4 by @dependabot in #54
- Fix eslint error on Super Linter by @ttsukagoshi in #63
- npm(deps-dev): bump prettier from 3.0.2 to 3.0.3 by @dependabot in #57
- npm(deps-dev): bump typescript from 5.1.6 to 5.2.2 by @dependabot in #59
- npm(deps-dev): bump @typescript-eslint/eslint-plugin from 6.4.1 to 6.6.0 by @dependabot in #61
- npm(deps-dev): bump @typescript-eslint/parser from 6.4.1 to 6.6.0 by @dependabot in #62
- github-actions(deps): bump actions/checkout from 3 to 4 by @dependabot in #66
Misc
- Package update by @ttsukagoshi in #9
- Add folders to .npmignore and .prettierignore by @ttsukagoshi in #16
- Update
.prettierrc
following updates to Prettier v2 -> v3 by @ttsukagoshi in #46 - Update eslintrc following typescript-eslint update (v5 -> v6) by @ttsukagoshi in #47
- Define
open-pull-requests-limit
as 10 for Node.js package by @ttsukagoshi in #48 - Add the
groups
settings for @typescript-eslint packages by @ttsukagoshi in #65 - Update package-lock.json in clean install by @ttsukagoshi in #68
Full Changelog: v0.1.0...v0.2.0
v0.1.0-pre
What's Changed
- Setup by @ttsukagoshi in #1
- Switch to Node.js by @ttsukagoshi in #2
- npm(deps): bump commander from 9.5.0 to 11.0.0 by @dependabot in #3
- Set engines.node to >=16.0.0 by @ttsukagoshi in #4
- Create basic files by @ttsukagoshi in #5
- npm(deps-dev): bump @typescript-eslint/parser from 5.59.11 to 5.60.0 by @dependabot in #6
- npm(deps-dev): bump @typescript-eslint/eslint-plugin from 5.59.11 to 5.60.0 by @dependabot in #7
- Add Google authentication flow by @ttsukagoshi in #8
New Contributors
- @ttsukagoshi made their first contribution in #1
- @dependabot made their first contribution in #3
Full Changelog: https://github.com/ttsukagoshi/xlsx2gsheets/commits/v0.1.0