Skip to content

Latest commit

 

History

History
378 lines (214 loc) · 12.7 KB

CHANGELOG.md

File metadata and controls

378 lines (214 loc) · 12.7 KB

Changelog

All notable changes to telegraph will be documented in this file.

v1.14.1 - 2022-06-18

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.14.0...v1.14.1

v1.14.0 - 2022-06-18

What's Changed

New Contributors

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.13.2...v1.14.0

v1.13.2 - 2022-06-04

What's Changed

  • fix exception on null values in inline queries by @fabio-ivona in defstudio#93

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.13.1...v1.13.2

v1.13.1 - 2022-06-01

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.13.0...v1.13.1

v1.13.0 - 2022-06-01

What's Changed

New Contributors

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.12.2...v1.13.0

v1.12.2 - 2022-05-27

What's Changed

  • pest logo badge by @trippo

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.12.1...v1.12.2

v1.12.1 - 2022-05-24

What's Changed

  • fix forbidden /handle command by @fabio-ivona in defstudio#88

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.12.0...v1.12.1

v1.12.0 - 2022-05-24

What's Changed

  • Web app inline keyboard by @fabio-ivona in defstudio#84
  • fix /chatid command not working by @fabio-ivona in defstudio#87

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.11.1...v1.12.0

v1.11.1 - 2022-05-15

What's Changed

  • Fix handler if message with document by @ArthurPatriot in defstudio#81

New Contributors

  • @ArthurPatriot made their first contribution in defstudio#81

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.11.0...v1.11.1

v1.11.0 - 2022-05-14

What's Changed

  • implements unregisterWebhook call by @fabio-ivona in defstudio#80

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.10.0...v1.11.0

v1.10.0 - 2022-05-08

What's Changed

  • Bump async from 2.6.3 to 2.6.4 in /docs by @dependabot in defstudio#75
  • Feat: handle more webhook message types by @fabio-ivona in defstudio#76
  • Improve docs by @fabio-ivona in defstudio#77

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.9.0...v1.10.0

v1.9.0 - 2022-04-28

What's Changed

  • [#28] implement send photo endpoint by @Ternowy in defstudio#74

New Contributors

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.8.0...v1.9.0

v1.8.0 - 2022-04-20

What's Changed

New Contributors

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.7.0...v1.8.0

v1.7.0 - 2022-04-13

What's Changed

New Contributors

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.6.3...v1.7.0

v1.6.3 - 2022-04-09

What's Changed

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.6.2...v1.6.3

v1.6.2 - 2022-04-06

What's Changed

  • Add edit method to TelegraphChat Model by @marcovega in defstudio#60
  • Fix keyboard not being removed by @marcovega in defstudio#59
  • Fix tests by @fabio-ivona in defstudio#62
  • Bump minimist from 1.2.5 to 1.2.6 in /docs by @dependabot in defstudio#61

New Contributors

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.6.1...v1.6.2

v1.6.1 - 2022-04-03

  • fix documentation

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.6.0...v1.6.1

v1.6.0 - 2022-04-03

What's Changed

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.5.0...v1.6.0

v1.5.0 - 2022-03-10

What's Changed

  • feat: register bot commands by @fabio-ivona in defstudio#50
  • fix: scoped exception on unknown commands by @fabio-ivona in defstudio#52

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.4.1...v1.5.0

v1.4.1 - 2022-03-08

  • removed unused interface

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.4.0...v1.4.1

v1.4.0 - 2022-03-08

What's Changed

  • add protect content message option by @fabio-ivona in defstudio#38
  • add silent message option by @fabio-ivona in defstudio#39
  • add withoutPreview message option by @fabio-ivona in defstudio#40
  • add url method to TelegraphBot by @fabio-ivona in defstudio#41
  • add reply message option by @fabio-ivona in defstudio#42
  • feat: manual update polling by @fabio-ivona in defstudio#43
  • fix: removed breaking change in webhook handler by @fabio-ivona in defstudio#44
  • feat: delete message by @fabio-ivona in defstudio#45
  • feat: edit message by @fabio-ivona in defstudio#46
  • fix: allows parameters and @bot reference after command by @fabio-ivona in defstudio#49

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.3.0...v1.4.0

v1.3.0 - 2022-03-05

What's Changed

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.2.2...v1.3.0

v1.2.2 - 2022-03-02

What's Changed

  • removed mistyped semicolon by @fabio-ivona in defstudio#34

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.2.1...v1.2.2

v1.2.1 - 2022-03-01

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.2.0...v1.2.1

v1.2.0 - 2022-02-27

What's Changed

  • fix chat_id command not recognized by @fabio-ivona in defstudio#21
  • implements bot info method by @fabio-ivona in defstudio#22

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.1.0...v1.2.0

v1.1.0 - 2022-02-27

What's Changed

  • improved Telegraph::fake() testing helpers
  • wraps response to TelegraphResponse to return status and messageId by @fabio-ivona in defstudio#20

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.0.6...v1.1.0

v1.0.6 - 2022-02-26

What's Changed

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.0.5...v1.0.6

v1.0.5 - 2022-02-26

What's Changed

  • docs: fix name of package in site config by @owenvoke in defstudio#17

New Contributors

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.0.4...v1.0.5

v1.0.4 - 2022-02-26

What's Changed

  • typo correction by @fabio-ivona

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.0.3...v1.0.4

v1.0.3 - 2022-02-26

What's Changed

  • Bump prismjs from 1.25.0 to 1.27.0 in /docs by @dependabot in defstudio#13
  • docs enhancement by @fabio-ivona in defstudio#16

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.0.2...v1.0.3

v1.0.2 - 2022-02-25

What's Changed

  • fix bash commands in documentation by @fabio-ivona in defstudio#12

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.0.1...v1.0.2

v1.0.1 - 2022-02-25

What's Changed

Full Changelog: https://github.com/def-studio/telegraph/compare/v1.0.0...v1.0.1

v1.0.0 - 2022-02-25

What's Changed

New Contributors

  • @dependabot made their first contribution in defstudio#4

Full Changelog: https://github.com/def-studio/telegraph/compare/v0.0.12...v1.0.0

v0.0.11 - 2021-11-23

What's Changed

New Contributors

  • @fabio-ivona made their first contribution in defstudio#1

Full Changelog: https://github.com/def-studio/telegraph/compare/v0.0.10...v0.0.11

v0.0.10 - 2021-11-21

Full Changelog: https://github.com/def-studio/telegraph/compare/v0.0.9...v0.0.10

v0.0.9 - 2021-11-21

Full Changelog: https://github.com/def-studio/telegraph/compare/v0.0.8...v0.0.9

v0.0.8 - 2021-11-21

Full Changelog: https://github.com/def-studio/telegraph/compare/v0.0.7...v0.0.8

v0.0.7 - 2021-11-21

Fix documentation structure

Full Changelog: https://github.com/def-studio/telegraph/compare/v0.0.6...v0.0.7

v0.0.6 - 2021-11-21

fix documentation

v0.0.5 - 2021-11-21

Full Changelog: https://github.com/def-studio/telegraph/compare/v0.0.4...v0.0.5

v0.0.4 - 2021-11-19

Full Changelog: https://github.com/def-studio/telegraph/compare/v0.0.3...v0.0.4