Releases: JarvusInnovations/gitsheets
Releases · JarvusInnovations/gitsheets
Release list
v1.0.1
gitsheets 1.0.1
CI/publishing fix release — gets v1.0 to npm.
Technical
publish-npm.yml: switched to npm trusted publishing (OIDC +--provenance) so we no longer depend on a long-livedNPM_TOKEN. v1.0.0 was tagged and released on GitHub but the npm publish step failed because the legacyNPM_TOKENis no longer valid — v1.0.1 ships the same library content through the trusted-publisher path.mkdocsconfig: droppedfontawesome_markdown(extension not in the lens image) and the unused FontAwesome v5 CDN CSS. Mermaid support retained..holo/branches/docs-site.lenses/mkdocs.toml: switched from the deprecated Habitatholo/lens-mkdocspackage to hologit's OCI containerghcr.io/hologit/lenses/mkdocs:latest. Fixes thePublish Websiteworkflow.
No library or CLI changes from v1.0.0.
Setup note
For trusted publishing to authenticate, the gitsheets package on npmjs.org needs a Trusted Publisher entry linking JarvusInnovations/gitsheets + publish-npm.yml. Configure in npmjs.org → package settings before merging.
v1.0.0
gitsheets 1.0
First proper release — full TypeScript rewrite of the library and CLI.
Improvements
- #144 — full TypeScript rewrite of the library and CLI; closes 13 of 14 v1.0 milestone issues (#14, #19, #105, #128–134, #136–138, #141)
Technical
- Switched release machinery to
JarvusInnovations/infra-componentsshared actions - Renamed release branch
master→main - Closed 11 obsolete dependabot PRs from the pre-v1.0 Vue/backend tree
Deferred items for v1.x tracked in specs/deferred.md (#145–158).
v0.22.5
Technical
- chore(deps): bump semver from 5.7.1 to 5.7.2 in /backend [#123] @dependabot[bot]
- chore(deps): bump tough-cookie from 4.0.0 to 4.1.3 in /backend [#122] @dependabot[bot]
- chore(deps): bump qs from 6.5.2 to 6.5.3 [#112] @dependabot[bot]
v0.22.4
Technical
- chore(deps): bump hologit to v0.41.8 @themightychris
- chore(deps): npm audit fix @themightychris
v0.22.3
Improvements
- fix(normalize): handle null prefix @themightychris
v0.22.2
Improvements
- fix: disable caching parsed records @themightychris
v0.22.1
Improvements
- fix: build path prefix from query-rendered paths @themightychris
v0.22.0
Improvements
- fix(cli/upsert): correct merge order for --patch-existing @themightychris
Technical
- chore(deps): npm audit fix @themightychris
v0.21.6
Improvements
- fix(cli/query): improve parsing on field-specific options @themightychris
Technical
- chore(deps): bump lodash from 4.17.20 to 4.17.21 in /backend [#64] @dependabot[bot]
- chore(deps): bump hosted-git-info from 2.8.8 to 2.8.9 in /backend [#66] @dependabot[bot]
- chore(deps): bump glob-parent from 5.1.1 to 5.1.2 in /backend [#71] @dependabot[bot]
- chore(deps): bump path-parse from 1.0.6 to 1.0.7 [#73] @dependabot[bot]
- chore(deps): bump path-parse from 1.0.6 to 1.0.7 in /backend [#74] @dependabot[bot]
- chore(deps): bump follow-redirects from 1.14.6 to 1.14.8 in /backend [#85] @dependabot[bot]
- chore(deps): bump minimist from 1.2.5 to 1.2.6 in /backend [#91] @dependabot[bot]
- chore(deps): bump urijs from 1.19.7 to 1.19.11 in /backend [#92] @dependabot[bot]
- chore(deps): bump ansi-regex from 4.1.0 to 4.1.1 in /backend [#93] @dependabot[bot]
- chore(deps): upgrade yargs to v17.5.1 @themightychris
- chore(deps): upgrade hologit to v0.41.3 @themightychris
v0.21.5
Improvements
- fix(singer-tap): ignore ACTIVATE_VERSION messages @themightychris