Skip to content

Releases: IlyaSemenov/grammy-scenes

v5.0.1

24 Jan 02:51
Compare
Choose a tag to compare

5.0.1 (2022-01-24)

Bug Fixes

  • typo ftilerResume -> filterResume (ec4612a)

Performance Improvements

  • types: remove generic argument SceneManager (85ac751)

v5.0.0

23 Jan 07:44
Compare
Choose a tag to compare

5.0.0 (2022-01-23)

Features

  • simplified scenes API without step and enter (0cc902f)

BREAKING CHANGES

  • The new API is backwards incompatible.

v4.0.0

29 Dec 11:56
Compare
Choose a tag to compare

4.0.0 (2021-12-29)

Code Refactoring

  • don't store scene name in the scene itself (328d01f)

BREAKING CHANGES

  • Scene and SceneRouter API changed

v3.1.0

29 Dec 07:59
Compare
Choose a tag to compare

3.1.0 (2021-12-29)

Features

v3.0.0

27 Dec 10:53
Compare
Choose a tag to compare

3.0.0 (2021-12-27)

Code Refactoring

  • use single router.scene() method (b8b2b45)

BREAKING CHANGES

  • router.useScene() is gone.

v2.0.0

27 Dec 10:16
Compare
Choose a tag to compare

2.0.0 (2021-12-27)

Features

  • inject ctx.scenes with SceneRouter method (4419397)

Styles

  • replace snake_case public API with camelCase (2088379)

BREAKING CHANGES

  • snake_case methods no more available.
  • This removes scenes_control_middleware export.

v1.2.0

27 Dec 09:09
Compare
Choose a tag to compare

1.2.0 (2021-12-27)

Features

  • integration with grammy-pseudo-update (7836351)

v1.1.0

25 Dec 17:24
Compare
Choose a tag to compare

1.1.0 (2021-12-25)

Features

  • chore: replace rollup with tsup, include sources (4051bd6)

v1.0.0

24 Dec 14:19
Compare
Choose a tag to compare

1.0.0 (2021-12-24)

Features