All Versions
85
Latest Version
Avg Release Cycle
11 days
Latest Release
873 days ago
Changelog History
Page 6
Changelog History
Page 6
-
v1.0.0-beta.17 Changes
February 02, 20201.0.0-beta.17 (2020-02-02)
chore
๐ฅ BREAKING CHANGES
- โก๏ธ
readObject
andwriteObject
have been updated to use the same object schemas used inreadCommit
,readTree
, andreadTag
. And they are actually documented now in the docs. (The main change is trees are simply arrays now, rather than objects with a.entries
property.) The types returned byreadObject
also form a proper discriminated union so TypeScript will infer the type of.object
given.format
and.type
.
- โก๏ธ
-
v1.0.0-beta.16 Changes
February 02, 20201.0.0-beta.16 (2020-02-02)
chore
๐ฅ BREAKING CHANGES
- ๐ The undocumented param aliases
authUsername
andauthPassword
are removed in favor ofusername
andpassword
. - ๐
plugins.set
has been replaced byplugins.fs
,plugins.emitter
,plugins.credentialManager
,plugins.pgp
, andplugins.http
. - ๐
core
has been replaced byplugins.createCore
andplugins.deleteCore
.
- ๐ The undocumented param aliases
-
v1.0.0-beta.15 Changes
January 29, 20201.0.0-beta.15 (2020-01-29)
๐ Bug Fixes
-
v1.0.0-beta.14 Changes
January 29, 20201.0.0-beta.14 (2020-01-29)
chore
๐ฅ BREAKING CHANGES
- ๐ The deprecated
fs
andemitter
params have been removed. They've been superseded by thefs
andemitter
plugins.
- ๐ The deprecated
-
v1.0.0-beta.13 Changes
January 28, 20201.0.0-beta.13 (2020-01-28)
chore
๐ฅ BREAKING CHANGES
- ๐ฆ The
internal-apis
are no longer included in the npm package. I never really intended that; they were just for running unit tests. Also, I renameddist/for-future/isomorphic-git/index.js
todist/index.js
anddist/for-node/isomorphic-git/index.js
todist/index.cjs
.
And I removed the
jasmine
fallback. I'm sorryjest
uses native modules, but it's just too good not to use and maintaining a fallback test runner is an added complication. - ๐ฆ The
-
v1.0.0-beta.12 Changes
January 28, 20201.0.0-beta.12 (2020-01-28)
chore
- ๐ 'message' events are no longer trimmed, and 'rawmessage' event removed (#1010) (92fd6ea)
- return Uint8Arrays instead of Buffers (#1009) (2c1e26f)
๐ฅ BREAKING CHANGES
- โก๏ธ As a historical accident,
message
events were trimmed. This was lossy and removed valuable information, such as an'\r'
by itself, which is a signal to update the existing line instead of appending a new one. Therawmessage
event was added as a temporary workaround to expose the untrimmed data. Therawmessage
event has been removed and from now on,message
events emit the full untrimmed data. - ๐ป Any functions that returned
Buffer
objects now instead returnUint8Array
objects. This is so we can eventually drop the bloatedBuffer
browser polyfill.
-
v1.0.0-beta.11 Changes
January 28, 20201.0.0-beta.11 (2020-01-28)
chore
๐ฅ BREAKING CHANGES
- ๐ Ths
sign
command was deprecated a while ago (back whencommit
got asigningKey
param) and has now been removed.
- ๐ Ths
-
v1.0.0-beta.10 Changes
January 27, 20201.0.0-beta.10 (2020-01-27)
chore
๐ฅ BREAKING CHANGES
- ๐ The
autoTranslateSSH
feature has been removed since it's kind of hacky, and it's trivial to implement your own version using thedata.suggestion
property of theUnknownTransportError
when something fails.
- ๐ The
-
v0.78.5 Changes
February 21, 2020