Skip to content

Releases: Brooooooklyn/simple-git

v0.1.22

17 Aug 04:41
v0.1.22
7d01607

Choose a tag to compare

What's Changed

  • Replace unmaintained goto-bus-stop/setup-zig with mlugg/setup-zig action by @Copilot in #96
  • chore(deps): update actions/download-artifact action to v5 by @renovate[bot] in #97
  • chore: clippy fix and npm trusted publisher by @Brooooooklyn in #99

New Contributors

  • @Copilot made their first contribution in #96

Full Changelog: v0.1.21...v0.1.22

v0.1.21

24 Jul 10:32
v0.1.21
3b580ef

Choose a tag to compare

What's Changed

  • chore(deps): update cross-platform-actions/action action to v0.29.0 by @renovate[bot] in #94
  • fix: link libz.a on Linux x64 gnu by @Brooooooklyn in #95

Full Changelog: v0.1.20...v0.1.21

v0.1.20

22 Jul 11:39
v0.1.20
dea17f8

Choose a tag to compare

What's Changed

  • chore(deps): lock file maintenance by @renovate[bot] in #62
  • chore(deps): update yarn to v4.5.0 by @renovate[bot] in #63
  • chore(deps): lock file maintenance by @renovate[bot] in #64
  • chore(deps): update yarn to v4.5.1 by @renovate[bot] in #65
  • chore(deps): update dependency @types/node to v22 by @renovate[bot] in #66
  • chore(deps): lock file maintenance by @renovate[bot] in #67
  • chore(deps): update yarn to v4.5.2 by @renovate[bot] in #68
  • chore(deps): update yarn to v4.5.3 by @renovate[bot] in #69
  • chore(deps): lock file maintenance by @renovate[bot] in #70
  • chore(deps): update cross-platform-actions/action action to v0.26.0 by @renovate[bot] in #72
  • chore(deps): update yarn to v4.6.0 by @renovate[bot] in #73
  • chore(deps): lock file maintenance by @renovate[bot] in #74
  • fix(deps): update rust crate git2 to 0.20 by @renovate[bot] in #75
  • chore(deps): update cross-platform-actions/action action to v0.27.0 by @renovate[bot] in #77
  • chore(deps): lock file maintenance by @renovate[bot] in #78
  • chore(deps): update yarn to v4.7.0 by @renovate[bot] in #79
  • chore(deps): update yarn to v4.8.0 by @renovate[bot] in #80
  • chore(deps): update yarn to v4.8.1 by @renovate[bot] in #81
  • chore(deps): lock file maintenance by @renovate[bot] in #82
  • chore(deps): update yarn to v4.9.0 by @renovate[bot] in #83
  • chore(deps): update yarn to v4.9.1 by @renovate[bot] in #84
  • chore(deps): lock file maintenance by @renovate[bot] in #85
  • chore(deps): update cross-platform-actions/action action to v0.28.0 by @renovate[bot] in #86
  • chore(deps): lock file maintenance by @renovate[bot] in #87
  • chore(deps): update yarn to v4.9.2 by @renovate[bot] in #88
  • chore(deps): lock file maintenance by @renovate[bot] in #89
  • feat: upgrade to NAPI-RS 3.0 by @Brooooooklyn in #93

Full Changelog: v0.1.19...v0.1.20

v0.1.19

26 Aug 07:04
v0.1.19
9a78d1e

Choose a tag to compare

What's Changed

Full Changelog: v0.1.18...v0.1.19

v0.1.18

23 Aug 13:09
v0.1.18
4b4b95e

Choose a tag to compare

Core features:

Blob API

import { Repository } from "@napi-rs/simple-git";

const repo = new Repository(".");

const blob = repo.head().peelToTree()
    .getPath("__test__/repo.spec.mjs")
    .toObject(repo)
    .peelToBlob();

const fileContent = Buffer.from(blob.content()).toString("utf8");

What's Changed

Full Changelog: v0.1.17...v0.1.18

v0.1.17

17 Jul 10:19
v0.1.17
f426ceb

Choose a tag to compare

What's Changed

Full Changelog: v0.1.16...v0.1.17

v0.1.16

30 Jan 07:50
v0.1.16
2d71cc9

Choose a tag to compare

0.1.16

v0.1.15

30 Jan 02:18
v0.1.15
388e408

Choose a tag to compare

0.1.15

v0.1.14

29 Jan 10:54
v0.1.14
b24be98

Choose a tag to compare

0.1.14

v0.1.13

29 Jan 10:41
v0.1.13
2daf6f6

Choose a tag to compare

0.1.13