Skip to content

Releases: nitreojs/puregram

v2.26.1

15 Mar 16:20
cd012a1
Compare
Choose a tag to compare

[email protected]

  • 3d3048d fix(puregram): do not require an empty object
  • 51b9114 fix(puregram): stop ignoring media params (fixes #103)

v2.26.0

13 Mar 01:59
033ba82
Compare
Choose a tag to compare

[email protected]

  • 1782dae feat(puregram): add Attachment.is
  • 262189d chore: regenerate interfaces
  • 5567771 fix: use (currently) correct field for Reaction.customEmoji
  • 22a801a feat(puregram): add Bot API v7.1 support
  • dd2c04d feat(puregram): introduce UnsupportedContext
  • 78cbd49 fix(puregram): don't mutate mediagroup (fixes #99)

v2.25.1

28 Jan 16:13
b431d93
Compare
Choose a tag to compare

[email protected]

  • cafaea1 feat(puregram): add empty keyboard alias
  • 0935f3a fix(puregram): fix invalid RemoveKeyboard import
  • 75c9018 feat(puregram): add tslib as a compilation helper
  • 90c3be3 fix(puregram): correctly jsonify MessageEntities

v2.25.0

06 Jan 23:29
Compare
Choose a tag to compare

[email protected]

  • fix: proper reply_parameters logic
  • chore: regenerate interfaces
  • feat: allow quote to be of AvailableText
  • chore: regenerate interfaces
  • feat: introduce replyWithQuote & quoteWith* methods

v2.24.5

06 Jan 14:14
Compare
Choose a tag to compare

[email protected]

  • feat(contexts): add aliases for editMessage methods
    and for stopMessage one
  • feat(contexts): allow edit* methods on CallbackQueryContext
  • feat(contexts): allow edit* methods on ChosenInlineResultContext
  • fix(puregram): use correct Formattable import

v2.24.4

05 Jan 15:18
Compare
Choose a tag to compare

[email protected]

  • feat: useLocal
  • docs: update README with correct DEBUG usage

v2.24.3

05 Jan 12:06
Compare
Choose a tag to compare

[email protected]

  • feat(puregram): memoize all getters that return a new instance
  • feat: allow passing Formattable to Input*
  • chore: regenerate interfaces

v2.24.2

02 Jan 11:56
Compare
Choose a tag to compare

[email protected]

  • feat(media-group): add bulk methods
  • feat: add a little bit of new methods

v2.24.1

01 Jan 18:43
Compare
Choose a tag to compare

[email protected]

  • feat(contexts): add more has* methods
  • fix(puregram): correctly work with new updates

v2.24.0

31 Dec 15:10
Compare
Choose a tag to compare

[email protected]

  • feat: add setReaction alias - react
  • feat(scripts): allow passing Formattable to TelegramInputMessageContent (#92)
  • feat(contexts): add answer alias to InlineQueryContext
  • feat: allow passing Formattable to InputMessageContent.text (#92)