Skip to content

Latest commit

 

History

History
64 lines (34 loc) · 3.28 KB

CHANGELOG.md

File metadata and controls

64 lines (34 loc) · 3.28 KB

Changelog

0.2.1 (2024-05-06)

Miscellaneous Chores

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)

0.1.3 (2024-04-02)

Features

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

0.1.2 (2024-03-31)

Bug Fixes

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

0.1.1 (2024-03-31)

Bug Fixes

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

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