Releases: mymmrac/telego
Releases · mymmrac/telego
v0.6.0 Updated helpers & tests
Overview
- Updated & renamed helper methods
- Added unit tests
- Updated examples
Full Changelog: v0.5.0...v0.6.0
v0.5.0 Updated to Telegram Bot API v5.4
v0.4.2 Fixes & tests
v0.4.1 Go 1.17
Overview
- Updated to Go 1.17
What's Changed
- Bump github.com/valyala/fasthttp from 1.30.0 to 1.31.0 by @dependabot in #9
Full Changelog: v0.4.0...v0.4.1
v0.4.0 Unit tests & fixes
v0.3.1 Repo rename
v0.3.0 Restructuring & testing
Overview
- Unit testing (beginning)
- Added new interfaces
- Code refactoring
What's Changed
- Bump github.com/stretchr/testify from 1.3.0 to 1.7.0 by @dependabot in #6
- Bump github.com/valyala/fasthttp from 1.29.0 to 1.30.0 by @dependabot in #7
- Bump github.com/json-iterator/go from 1.1.11 to 1.1.12 by @dependabot in #8
Full Changelog: v0.2.1...v0.3.0
v0.2.1 Refactored code generation & comments
Overview
- Refactored generator
- Fixed comments
- Added constants
- Fixed bugs
What's Changed
- Bump github.com/valyala/fasthttp from 1.28.0 to 1.29.0 by @dependabot in #5
Full Changelog: v0.2.0...v0.2.1
v0.2.0 Fasthttp & refactoring
Overview
- Used fasthttp for sending requests
- Used fastkttp for listening for webhook
- Refactored bot.go
- Updated examples
Full Changelog: v0.1.5...v0.2.0
v0.1.5 Refactored Logger
Overview
- Added Logger interface
- Fixed race condition of default logger
Full Changelog: v0.1.4...v0.1.5