Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: isomorphic-git/isomorphic-git

Tags

v1.33.1

Toggle v1.33.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update sha.js (#2190)

v1.33.0

Toggle v1.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: expose managers + some models (#2139)

* docs: add doc comments to the manager files

* feat: export manager classes

Export all manager files + the FileSystem class from models.
FileSystem is needed as an argument to many of the manager functions.

Managers + models can be import like so
`import {GitConfigManager, GitIndexManager} from "isomorphic-git/managers"`
`import {FileSystem} from "isomorphic-git/models"`

* docs: add docs for manager files

* build: output built to managers + models folders

* docs: update comments for FielSystem file

* docs: update website docs for FileSystem.js

* docs: fix file ids

* docs: update localized strings

* chore: update tsconfig

* docs: replace FileSystem with FSClient

* docs: update defaults

v1.32.3

Toggle v1.32.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: improve hashblob performance up to 100% faster (#2144)

* refactor: directly return boolean expression

* perf: avoid creating new Uint8Array if it already is

* perf: avoid wrapping result in Uint8Array

`hashObject` already returns a `Uint8Array`

* perf: only create one buffer instead of three

* refactor: reintroduce explicit encoding

v1.32.2

Toggle v1.32.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update Android testing target on BrowserStack (#2136)

v1.32.1

Toggle v1.32.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: mergeTree handles modifications in both trees (#2122)

Co-authored-by: aniket.bhosale <[email protected]>

v1.32.0

Toggle v1.32.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: (merge --allow-unrelated-histories) adding parameter to merge u…

…nrelated branches (#2121)

* feat(merge--allow-unrelated-histories): adding parameter to merge branch with unrelated histories

* adding file and commit checks post merge

---------

Co-authored-by: aniket.bhosale <[email protected]>

v1.31.1

Toggle v1.31.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Handling of deleted trees on checkout (#2114)

* fix: handling of deleted trees on checkout

* chore: add entry in contributors-rc

* docs: update @gnillev as a contributor

* chore: add unit test

v1.31.0

Toggle v1.31.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: Non-blocking checkout (#2108)

* feat: Non-blocking checkout

* removing console logs; changing dummy repo URL

* removing disabled test and perf time recording

* using isomorphic-git's dummy repo in test

---------

Co-authored-by: aniket.bhosale <[email protected]>

v1.30.3

Toggle v1.30.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: merging when file is deleted from both branches (#2111)

* test: add case for merging when file is deleted from both branches

* fix: merging when file is deleted from both branches

* chore: fix typos in merge command and test

v1.30.2

Toggle v1.30.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update Azure VM (#2098)