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 fromv1/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.