go-telegraph v1.2.1 Release Notes

Release Date: 2020-01-14 // over 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