All Versions
4
Latest Version
Avg Release Cycle
245 days
Latest Release
1838 days ago
Changelog History
Changelog History
-
v1.2.1 Changes
January 14, 2020โ 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
-
v1.2.0 Changes
January 14, 2020โ Added
.github/workflows
folder with migration actions for GitHub mirror- Internal methods structures for JSON marshling in requests
๐ Changed
- ๐ท GitLab CI configuration for caches and modules support
- ๐
Makefile
for go modules support - Format of the code
- โ Removed last linter warnings
- โ Added actual package import path into
doc.go
- ๐ Use
time.Time
structure instead[]int
inGetViews
method (yeah, this violates the semantic versioning because backward compatibility breaks, but this is the last time, I promise) - โก๏ธ Updated go modules in
go.mod
/go.sum
- ๐ฎ Force type initialization in constants section
๐ Fixed
- ๐ Use JSON body instead query strings for better cyrillic support #6
- โ Removed
charset
parameter inContent-Type
header, because sometimes Telegraph answer BadRequest status
-
v1.1.0 Changes
July 24, 2019โ 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
-
v1.0
January 09, 2018