All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.2.1 - 2020-01-14
- This
CHANGELOG.mdfile
- Renamed
SUPPORT.mdtoCONTRIBUTING.md - Updated patrons list in
CONTRIBUTING.md - Updated patreon link
- Updated current year in
LICENSE.md
go:generatecomments
1.2.0 - 2020-01-14
.github/workflowsfolder with migration actions for GitHub mirror- Internal methods structures for JSON marshling in requests
- GitLab CI configuration for caches and modules support
Makefilefor go modules support- Format of the code
- Removed last linter warnings
- Added actual package import path into
doc.go - Use
time.Timestructure instead[]intinGetViewsmethod (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
- Use JSON body instead query strings for better cyrillic support #6
- Removed
charsetparameter inContent-Typeheader, because sometimes Telegraph answer BadRequest status
1.1.0 - 2019-07-24
- EditorConfig
- GitLab CI configuration
- PreCommit hooks configuration
Makefilewith useful snippetsSUPPORT.mdlist with all contributors, helpers and patronsgo.modandgo.sumfor go modules support- Individual methods tests files
- Added
types.gowith all available structures and types
LICENSE.mdcurrent year- Actual package URLs in
README.md - Format
ContentFormatcode - Moved all types from methods files into
types.gofile - Used copy of structures in all methods instead links, because this arguments is required
- Renamed
requestmethod intomakeRequest - Added comments for false-positives linters warnings
- Renamed
request.gototelegraph.go
- Travis CI configuration due to migration from GitHub to GitLab native CI
CONTRIBUTORS.mdin favor of a singleSUPPORT.mdlistPATRONS.mdin favor of a singleSUPPORT.mdlist- Badges collection from
README.md invalid_test.go/valid_test.godue individual methods tests files
1.0.0 - 2018-01-09
- Travis CI configuration
- Code of conduct info
- Contributors list
- License information
- Patrons list
- ReadMe
- All available methods
- Coverage tests