Releases: theriverman/taigo
Releases · theriverman/taigo
v1.0.0
README improvements
v1.0.0-RC11
README improvements
v1.0.0-RC10
README improvements
v1.0.0-RC9
godoc.org -> pkg.go.dev
v1.0.0-RC8
Moved external license from LICENSE.md to README
v1.0.0-RC7
Added `Advanced Operations` to README
v1.0.0-RC6
Internal API alignments * Integers instead of structs for requests * Pointer receiver names shortened * UsersQueryParams added * Internal variable names shortened * replaced some internal url variables with MakeURL
v1.0.0-RC5
RequestService refactored Removed the redundant "Request" suffix from function names
v1.0.0-RC4
Generialisations * Added interface TaigaBaseObject * Added SetFilePath to Attachment struct * Simplified the CreateAttachment implementations
v1.0.0-RC3
Preparing for release: * Migrated requests to services * Corrected bug with attachment handling * Added StatsService