v0.1a1.dev5
Pre-release
Pre-release
The following quoted changes represent the changes applied from v0.1a1.dev4
to this version.
Documentation
- Add
callback_query_id
as a special key for parameters (7222fcc6eb3c2a037c2b71109c9163028ef4eea4) - Add a code of conduct (95694f93986ede7545a782e6b34b8ec7ca2a2c93)
- Add a notice about the keys starting with
page_
(18bdd9c336fb41a89984e97ee39f81b33c5809a2) - Add a security policy (ba507a8b2a6a386d7ad2d561d9b805d341e8b284)
- Add a statement about the return value of
Node.__hash__()
(5a9a257ef122bd47f0a010dc5e1ebcb5e1cb1b90) - Add disclaimer notice (a7a6060a7243a1ed7857b2b78649d573cbe7feab)
- Add docstrings to
BaseDatabase
(d3fd9a769e62196f01d3764b87896761bbaf77d6) - Add docstrings to
BaseHandler
(455a0a94977c1652b445b623df561f9606a0615e) - Add docstrings to
BaseMenu
(3a7ad4e3b23bfb85a9faa8c3c056e76abb87b771) - Add docstrings to
Button
(73a0848e8bd7159599d2023d86249f192fde65b4) - Add docstrings to
DictDatabase
(7776cdc6f50e5fdda3774dd4e59a0c7bc81b41d2) - Add docstrings to
Element
(9dc20b8ad7f93b170da48d6287337f3ec5fa0fe1) - Add docstrings to
Handler
and its relative functions (fc1c7e10085b5b678298dccc87c9f83e1ad97dfb) - Add docstrings to
Keyboard
(c3b4f5f879eec2d953ed47be26e03241a7b0cfe7) - Add docstrings to
Menu
(15c11e4f737c0c63bad29d6c3c758d2b775c9ea4) - Add docstrings to
Node
(caf69bb8f7c6542bb731b7df6bf0f7ab7b3d4bd9) - Add docstrings to
PageMenu
(1e90e66bddb6da14a75df2b0c1dd141d1688484e) - Add docstrings to
ParameterizedBaseHandler
(579ad0916dc138c0d3117ae6f90e92a1cf11c1ea) - Add docstrings to
ParameterizedHandler
(9b3e293e2e1a63fa79c557ca496a22facf36c76b) - Add docstrings to
RedisDatabase
(784b8f112d561b9a346b7f986710df2b1455e691) - Add docstrings to all the database exceptions (0e561554d9d37ef755202cb7ef2905aadbd84700)
- Add issue templates (64c006258e373a97d0a9f83318af02c4310b585b)
- Add reference to the features list (72a01dafbf42b0bb1140a62371959702040be230)
- Add the official pronunciation for Pyrubrum (b6d1fe8e01f79007338cd4a6dfe409c406c12cba)
- Create the changelog of the current release separately (318172a986e666ac4abf6f7a4480922cb135e734)
- Delete duplicate issue templates (10cba65c31a5c3556b39cc328d097b62dfbd5e1b)
- Extend the definition of
ParameterizedBaseHandler
(08b258866b4182afae6fc7e439a74b5e30d86f4e) - Make relative clauses more formal (6b0d84effd65838668b3ba070a677d03ce016581)
- Stop using
typing.NewType
and use aliases instead (600191f337178baf21ea5ffe3e9caaa19dbf22e0) - Update the disclaimer notices (b5039179f28a24ecf967b66200c9440cb6b6c6ec)
Fixes
- Add space before reference links (dfbf7a55f3a7de666703b1dced404d1ce7b0ee7a)
- Capitalize only the first character of a commit message (2996f7c91723902b4e998fb94b6d31c60685d386)
- Do no more raise
TypeError
while formatting commits (56f1e533c12bdf75e63714d125319bb72da7d916) - Edit the documentation for
on_callback
andon_message
(3af2b75fb062727b748f9319cea5a4632dc2cb56) - Fix
commit-message
for Dependabot (a13cfeae848d83339a902373ddcb0287fc306d87) - Hide the sha-1 hash of the current commit (ab6478e610ef828744d5c6e54a1d54fff92372e8)
- Make
Element
docstrings consistent withButton
ones (9a035a35439077a9f12371bc96e6508020f3ecd6) - Make databases consistent with the documentation (d5debbfa52eb16e012ad8e022a5b3d8a06051a59)
- Menus are now collected using sets instead of unhashable lists (46755e471bb94efd963af3bd7b9da95de39bdbed)
- Use deep copying instead of just making a shallow copy (2c98a3c281db85cec19eb0e7027a0438827aa236)
New features
- Add
MANIFEST.in
for managing files included in the distribution (1f160d30f2288bf484bae622ac56bc0a119c6cfa) - Automatically detect the commit URL for changelog (a5be95bf1f782bff658552ee4b54552f611409c4)
- Do not set an expire if
False
is provided (3378a6177ff896417025447a8a35df094eb13799) - Import the base classes as well (1d11b934967258164d0f4fc57e01e4116d19b72c)
- Include the release dates inside changelog (d4397f396c64eeec6549cd90c64cef6359017dd5)
- Integrate Dependabot (2bb0a43b0f7f8266c7d0544209194c2b26b878a4)
- Integrate memoization into
Handler
(9e7297f12146183352aaadce127adb855d3a115b) - Integrate memoization into
Node
(d80faabfaa9daceef632f7ce55bbff49a56d2986) - Make parameters optional for
on_callback
andon_message
(562f323da2d19913405a5efcfe531e37fa54baf5) - Support
datetime.timedelta
as an expire object (6b3453f5a888fe758f868592c17a88ed1678936f) - Use the set of children without conversion to list (resolve #3) (e81143b154b415531ee82dfe85613e8fd01b1644)
Other changes
- Add
__copyright__
(af247708db3ddf033d1c4addac31d1ef3ce0590a)
Testing changes
- Version is now tested to be compliant with PEP 440 (5f5928bd49e7457d331229440c008665d91647ea)
‼️ Breaking changes
- Use
abstractmethod
for the methods of base classes (d5d2edd51cc2137287568a353dd3dc821c29a16c)