Skip to content

Releases: ryohidaka/gitbeaker-hooks

v0.2.1

06 May 06:39
557e323
Compare
Choose a tag to compare

0.2.1 (2024-05-06)

Miscellaneous Chores

v0.2.0

11 Apr 09:48
9ddb024
Compare
Choose a tag to compare

0.2.0 (2024-04-11)

Features

  • Set a limit on the number of useBranches() examples. (e8ff907)

Bug Fixes

  • Remove formatting options in library mode. (68c4f52)
  • Revalidate useBranches when updating projectId. (e8c768b)
  • Revalidate useRepositoryTrees when updating projectId. (976fcfd)

v0.1.3

02 Apr 10:40
3ec4407
Compare
Choose a tag to compare

0.1.3 (2024-04-02)

Features

  • Add test for useBranches() (59dc0fe)
  • Add test for useRepositoryTrees() (2806563)
  • Add useBranches(). (557700e)
  • Add useRepositoryTrees. (238fd55)

v0.1.2

31 Mar 23:45
34cc3b4
Compare
Choose a tag to compare

0.1.2 (2024-03-31)

Bug Fixes

  • Fixed a bug that prevented Provider from being used in a vite environment. (5ab4442)

v0.1.1

31 Mar 22:59
e93b08a
Compare
Choose a tag to compare

0.1.1 (2024-03-31)

Bug Fixes

  • Exclude setupTests.ts from build target. (0218b89)

v0.1.0

31 Mar 22:57
190bbd9
Compare
Choose a tag to compare

0.1.0 (2024-03-31)

Features

  • Add GitbeakerProvider to example app. (3597889)
  • Add Provider to initialize Gitbeaker instance. (4d4fa31)
  • Add test for GitbeakerProvider. (62f75e0)
  • Add test for useProjects() (2c4ffaa)
  • Add useProjects. (40059bd)
  • Install gitbeaker/rest (6f67f80)
  • Install SWR. (5d5b0ba)

Miscellaneous Chores