97B8
v3.0.0
What's Changed
- Git commands transitioned from relying on
isomorphic-git
to directly callinggit
throughexecute
(a utility function for spawning a shell and executing commands within that shell) by @nelsonni in #946:git-add
adds file content to the index (aka staging area)git-branch
lists, creates, or deletes branchesgit-cat-file
provides content or type and size information for repository objectsgit-check-ref-format
ensures that a reference name is well formedgit-checkout
switches branches or restores working tree filesgit-clone
clones a repository into a new directorygit-commit
records changes to the repositorygit-config
gets and sets repository or global optionsgit-ignore
locates and parses.gitignore
filesgit-log
shows commit logsgit-merge
joins two or more development histories togethergit-path
resolves worktree paths for traversing main and linked worktree branchesgit-restore
restores working tree filesgit-rev-parse
picks out and massages parametersgit-status
shows the working tree statusgit-utils
provides utility functions for parsing URLs and validating remote repository informationgit-version
checks for locally installed versions ofgit
and verifies minimum compatibilitygit-worktree
manages multiple working trees
metafiles/selectByFilepath
expanded to include optionalhandlers
parameter for filtering onhandler
field by @nelsonni in #946ConflictManager
restricts the type of cards loaded by clicking on a conflicting file toEditor
orExplorer
handler types only by @nelsonni in #946ResetButton
properly handles revertingunmerged
files that contain conflicting chunks from a merge attempt by @nelsonni in #946Without<T, U>
type defined to extract exclusive properties from typeT
as compared toU
(whereU
could be a single type or a union type) by @nelsonni in #946Either<T, U>
type defined for exclusively matching eitherT
orU
, but not both type (i.e. an XOR or mutually exclusive or operation) by @nelsonni in #946
Chores
@electron-forge/cli
to 6.0.0-beta.65@electron-forge/maker-deb
to 6.0.0-beta.65@electron-forge/maker-dmg
to 6.0.0-beta.65@electron-forge/maker-rpm
to 6.0.0-beta.65@electron-forge/maker-squirrel
to 6.0.0-beta.65@electron-forge/plugin-webpack
to 6.0.0-beta.65@testing-library/dom
to 8.18.1@testing-library/jest-dom
to 5.16.5@testing-library/user-event
to 14.4.3@types/node
to 18.8.0@types/luxon
to 3.0.0@types/parse-path
to 7.0.0@types/validator
to 13.7.7@typescript-eslint/parser
to 5.32.0@typescript-eslint/eslint-plugin
to 5.38.1electron
to 21.0.1eslint
to 8.21.0eslint-plugin-testing-library
to 5.7.2fork-ts-checker-webpack-plugin
to 7.2.13webpack
to 5.74.0isomorphic-git
to 1.19.1parse-path
to 7.0.0parse-url
to 8.1.0react-dnd-preview
to 7.1.1react-flow-renderer
to 10.3.17react-redux
to 8.0.4react-transition-group
to 4.4.5uuid
to 9.0.0
Package version bumps automatically generated by @dependabot
Full Changelog: v2.3.1...v3.0.0