What's Changed
- feat(gen): generate ClassConstructorsMap by @tdakkota in #601
- feat(mktyping): generate typing helpers by @tdakkota in #602
- fix(telegram): call setup only if it is not nil by @tdakkota in #603
- chore(deps): bump golang.org/x/tools from 0.1.7 to 0.1.8 in /_tools by @dependabot in #604
- fix(gen): separate int53 and int64 encoding by @tdakkota in #605
- chore(deps): bump golang.org/x/tools from 0.1.7 to 0.1.8 by @dependabot in #606
- refactor(entity): split HTML parser to separate package, improve TDLib compatibility by @tdakkota in #607
- Pass function scope context by @L11r in #608
- fix(updates): context fixes for state manager by @L11r in #609
- chore(deps): bump actions/download-artifact from 2.0.10 to 2.1.0 by @dependabot in #611
- chore(deps): bump actions/upload-artifact from 2.2.4 to 2.3.0 by @dependabot in #610
- Update TDLib schema to the latest layer by @gotd-bot in #612
- Update TDLib schema to the latest layer by @gotd-bot in #614
- Update Telegram schema to the latest layer by @gotd-bot in #613
- Update TDLib schema to the latest layer by @gotd-bot in #617
- fix(message): do not copy Builder by @tdakkota in #619
- chore(deps): bump peter-evans/create-pull-request from 3.11.0 to 3.12.0 by @dependabot in #621
- Update TDLib schema to the latest layer by @gotd-bot in #622
- fix(gen): do not generate JSON encoders for Fields type by @tdakkota in #624
- feat(constant): add TDLibPeerID type by @tdakkota in #625
- Update TDLib schema to the latest layer by @gotd-bot in #627
- chore(deps): bump github.com/rogpeppe/go-internal from 1.8.0 to 1.8.1 by @dependabot in #626
- chore(deps): bump actions/upload-artifact from 2.3.0 to 2.3.1 by @dependabot in #629
- Update TDLib schema to the latest layer by @gotd-bot in #630
- feat(peers): add peer manager by @tdakkota in #628
- Update TDLib schema to the latest layer by @gotd-bot in #631
- ci: add go1.18beta1 by @ernado in #634
- feat(peers): unify edit methods for Chat and Channel by @tdakkota in #633
- Update TDLib schema to the latest layer by @gotd-bot in #635
- fix(auth): improve unauthorized errors handling by @ernado in #637
- Update TDLib schema to the latest layer by @gotd-bot in #638
- chore(deps): bump actions/setup-go from 2.1.4 to 2.1.5 by @dependabot in #639
- fix(fileid): use TDLibPeerID for dialog_id field by @tdakkota in #640
- feat(gen): make getters nil safe by @tdakkota in #642
- feat(peers): add invite links helpers by @tdakkota in #641
- Update TDLib schema to the latest layer by @gotd-bot in #643
- Update TDLib schema to the latest layer by @gotd-bot in #644
- chore(deps): bump github.com/gotd/neo from 0.1.4 to 0.1.5 by @dependabot in #645
- Update TDLib schema to the latest layer by @gotd-bot in #646
- Update TDLib schema to the latest layer by @gotd-bot in #647
- ci: request pkg.go.dev update on release by @tdakkota in #648
- ci: use tdesktop schema by default by @tdakkota in #650
- Update Telegram schema to the latest layer by @gotd-bot in #651
New Contributors
Full Changelog: v0.53.0...v0.54.0-alpha.4