Skip to content

Releases: toebeann/gib

v0.1.11

18 Feb 18:56
6b7aa58
Compare
Choose a tag to compare

Fixed

  • gib.sh: Ensure pnpm env vars are set (4b9ecf8)

Full Changelog: v0.1.10...v0.1.11

v0.1.10

09 Feb 14:10
1f2df30
Compare
Choose a tag to compare

Changed

  • Take advantage of top level await in ESM (1b2a1e0)

Full Changelog: v0.1.9...v0.1.10

v0.1.9

09 Feb 13:32
d32dff0
Compare
Choose a tag to compare

Changed

  • gib.sh: Only double-check pnpm command if it wasn't found the first time (d32dff0)

Full Changelog: v0.1.8...v0.1.9

v0.1.8

09 Feb 12:53
4eba989
Compare
Choose a tag to compare

Fixed

  • gib.sh: Ignore errors when reloading a user's .zshrc file to prevent the need for a user to restart their terminal or fix their buggy ~/.zshrc file (even though it is probably in their best interest for them to clean it up) (ae219de)

Full Changelog: v0.1.7...v0.1.8

v0.1.7

09 Feb 10:06
6b6704c
Compare
Choose a tag to compare

Changed

  • gib.sh: Check whether pnpm command is available already before reloading .zshrc (526fbfd)

Full Changelog: v0.1.6...v0.1.7

v0.1.6

31 Jan 02:06
a6a7ede
Compare
Choose a tag to compare

Changed

  • Removed production dependency on tsx since it is handled by gib.sh anyway (e6b2b6b)

Full Changelog: v0.1.5...v0.1.6

v0.1.5

31 Jan 01:48
7c36ebb
Compare
Choose a tag to compare

Added

  • gib.sh: Add the ability to specify the gib version to run via the GIB_VERSION environment variable (7c36ebb)

Full Changelog: v0.1.4...v0.1.5

v0.1.4

31 Jan 01:30
0c0f25b
Compare
Choose a tag to compare

Changed

  • gib.sh: Simplify shell script to launch via pnpm dlx instead of cloning the entire project with tiged before installing dependencies and then launching, resulting in less to download and overall faster start-up times (a932791, 2b61a6f, 2cb40d8, f9da59b, 0e6ffb0)

Full Changelog: v0.1.3...v0.1.4

v0.1.3

30 Jan 23:52
11879bd
Compare
Choose a tag to compare

Changed

  • gib.sh: Always download and run the pnpm install script to ensure it is up-to-date (ee31b0f)
  • gib.sh: Always show the output from pnpm when installing gib dependencies (5d9987c)
  • Add tsx directly to package dependencies to improve start-up times (11879bd)
  • Make various functions cross-platform where appropriate for upcoming major app changes (48448dc, af3803b)

Fixed

  • gib.sh: Exit if pnpm not found after running its install script (c511dd1)

Full Changelog: v0.1.2...v0.1.3

0.1.2

18 Jan 00:21
9ac0627
Compare
Choose a tag to compare

Fixed

  • Show the version number from package.json in the CLI (438985a)

Full Changelog: v0.1.1...v0.1.2