go-telegraph v1.2.1 Release Notes
Release Date: 2020-01-14 // about 5 years ago-
โ Added
- This
CHANGELOG.md
file
๐ Changed
- ๐ Renamed
SUPPORT.md
toCONTRIBUTING.md
- โก๏ธ Updated patrons list in
CONTRIBUTING.md
- โก๏ธ Updated patreon link
- โก๏ธ Updated current year in
LICENSE.md
โ Removed
go:generate
comments
- This
Previous changes from v1.1.0
-
โ Added
- EditorConfig
- ๐ท GitLab CI configuration
- ๐ง PreCommit hooks configuration
Makefile
with useful snippets- ๐
SUPPORT.md
list with all contributors, helpers and patrons - ๐
go.mod
andgo.sum
for go modules support - โ Individual methods tests files
- โ Added
types.go
with all available structures and types
๐ Changed
LICENSE.md
current year- ๐ฆ Actual package URLs in
README.md
- Format
ContentFormat
code - ๐ Moved all types from methods files into
types.go
file - ๐ Used copy of structures in all methods instead links, because this arguments is required
- ๐ Renamed
request
method intomakeRequest
- โ Added comments for false-positives linters warnings
- ๐ Renamed
request.go
totelegraph.go
โ Removed
- ๐ท Travis CI configuration due to migration from GitHub to GitLab native CI
- ๐
CONTRIBUTORS.md
in favor of a singleSUPPORT.md
list - ๐
PATRONS.md
in favor of a singleSUPPORT.md
list - Badges collection from
README.md
- โ
invalid_test.go
/valid_test.go
due individual methods tests files