All Versions
4
Latest Version
Avg Release Cycle
245 days
Latest Release
1564 days ago

Changelog History

  • v1.2.1 Changes

    January 14, 2020

    โž• Added

    • This CHANGELOG.md file

    ๐Ÿ”„ Changed

    • ๐Ÿ“‡ Renamed SUPPORT.md to CONTRIBUTING.md
    • โšก๏ธ Updated patrons list in CONTRIBUTING.md
    • โšก๏ธ Updated patreon link
    • โšก๏ธ Updated current year in LICENSE.md

    โœ‚ Removed

    • go:generate comments
  • 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 in GetViews 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 in Content-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 and go.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 into makeRequest
    • โž• Added comments for false-positives linters warnings
    • ๐Ÿ“‡ Renamed request.go to telegraph.go

    โœ‚ Removed

    • ๐Ÿ‘ท Travis CI configuration due to migration from GitHub to GitLab native CI
    • ๐Ÿ‘ CONTRIBUTORS.md in favor of a single SUPPORT.md list
    • ๐Ÿ‘ PATRONS.md in favor of a single SUPPORT.md list
    • Badges collection from README.md
    • โœ… invalid_test.go/valid_test.go due individual methods tests files
  • v1.0

    January 09, 2018