go-telegraph v1.2.1 Release Notes

Release Date: 2020-01-14 // about 4 years ago
  • โž• 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

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 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