Skip to content

Releases: The-Egg-Corp/ThunderGo

ThunderGo v0.7.0

08 May 19:01
Compare
Choose a tag to compare
ThunderGo v0.7.0 Pre-release
Pre-release

Changelog

  • Replace all occurences of "author" with "owner".
  • Implement v1 PackageFromCommunity method.
  • Implement v1 PackagesFromCommunity method.

ThunderGo v0.6.0

23 Apr 19:15
Compare
Choose a tag to compare
ThunderGo v0.6.0 Pre-release
Pre-release

Changelog

  • Testing QoL. Implemented CI, made sure API isn't called unnecessarily & commented slow PrettyPrint calls.
  • Implemented v1 PackageList.ToMap method.
  • Implemented v1 PackageList.ExcludeCategories method.
  • Implemented v1 CommunityList alias for []Community with a NewCommunityList helper func.
  • Changes in v1/api.go
    • Due to TS rate limits, GetAllPackages was replaced with PackagesFromCommunities.
    • Switched from a sync.WaitGroup to an errgroup.Group to enable a concurrency limit.
    • Made use of a Mutex to ensure no data race happens when adding packages to the resulting slice.

ThunderGo v0.5.0

19 Apr 19:40
a84cfe1
Compare
Choose a tag to compare
ThunderGo v0.5.0 Pre-release
Pre-release

Changelog

  • Implemented v1 GetAllPackages. Gets the packages of every community and returns a single flattened slice.
  • Removed unnecessary Next and Previous fields from CommunitiesResponse.
  • Added a Size helper function to the CommunityList type.
  • Fix security issue by upgrading golang.org/x/net to v0.23.0. #1

ThunderGo v0.4.2

14 Apr 13:15
Compare
Choose a tag to compare
ThunderGo v0.4.2 Pre-release
Pre-release

Changelog

  • Temporarily commented the v1 package cache until TTL is implemented.
  • GetPackage in experimental now returns a 'not found' error instead of nil.
  • Fixed some test file names not ending in proper format.

ThunderGo v0.4.1

12 Apr 16:34
Compare
Choose a tag to compare
ThunderGo v0.4.1 Pre-release
Pre-release

Changelog

  • Fixed GetPackage returning zero value instead of nil
  • Fully implemented ValidateManifest
  • Slightly improve how ValidateManifest is tested

ThunderGo v0.4.0

11 Apr 18:57
Compare
Choose a tag to compare
ThunderGo v0.4.0 Pre-release
Pre-release

Changelog

  • General project qol (fcf69bb)
  • GetCommunities now returns the results directly.
  • ValidateIcon now takes optional file name param.
  • Implemented CheckSemVer util method.
  • Add github action for announcing a release in discord.

ThunderGo v0.3.0

10 Apr 19:46
Compare
Choose a tag to compare
ThunderGo v0.3.0 Pre-release
Pre-release

Changelog

  • Replaced the HTTP client with Resty to enable request building similar to TCLI.
  • Implemented DateTime.Humanize()
  • Implemented WikiPageIndex.GetContent()
  • Moved the tryFind method from v1/package.go into a util method.
  • Removed some validator structs as they wont be needed.
    • Validation should be done without API calls. Faster and doesn't require auth.

View commits

ThunderGo v0.2.0

08 Apr 17:04
Compare
Choose a tag to compare
ThunderGo v0.2.0 Pre-release
Pre-release

Full Changelog: v0.1.1...v0.2.0

ThunderGo v0.1.1

06 Apr 18:46
Compare
Choose a tag to compare
ThunderGo v0.1.1 Pre-release
Pre-release

Full Changelog: v0.1.0...v0.1.1

ThunderGo v0.1.0

06 Apr 13:58
Compare
Choose a tag to compare