mdis.git
2023-12-04 Dmitry Selyutinwalker: drop path categories master
2023-12-04 Dmitry Selyutinall: simplify walking
2023-09-03 Dmitry Selyutinwalker: fix attribute path string cast
2023-09-03 Dmitry Selyutinwalker: fix index path string cast
2023-09-03 Dmitry Selyutinall: fix args and kwargs
2023-06-28 Dmitry Selyutindispatcher: wrap original call
2023-06-28 Dmitry Selyutindispatcher: support arbitrary arguments
2023-06-28 Dmitry Selyutinvisitor: simplify default hook
2023-06-28 Dmitry Selyutindispatcher: determine function argument count via inspect
2023-06-28 Dmitry Selyutinvisitor: do not call parent method
2023-06-23 Dmitry Selyutindispatcher: support additional arguments
2023-06-23 Dmitry Selyutinvisitor: support additional arguments
2023-06-23 Dmitry Selyutinwalker: prevent nested walking
2023-06-21 Dmitry Selyutin.gitignore: update ignored files
2023-06-21 Dmitry Selyutinall: bump version
2023-06-21 Dmitry Selyutinall: deprecate pyproject.toml
2023-06-21 Dmitry Selyutinall: rename instance to node
2023-06-21 Dmitry Selyutinpyproject.toml: update dependencies
2023-06-21 Dmitry Selyutinsetup.py: reuse pyproject.toml
2023-06-21 Dmitry Selyutinsetup.py: provide simple setup.py
2023-06-21 Dmitry Selyutinall: bump version
2023-06-21 Dmitry Selyutinwalker: introduce Path classes
2023-06-20 Dmitry Selyutinwalker: simplify path handling
2023-06-20 Dmitry Selyutinwalker: support path parts formatting
2023-06-20 Dmitry Selyutindispatcher: support args and kwargs
2023-06-18 Dmitry Selyutinall: bump version
2023-06-18 Dmitry Selyutindispatcher: cache dispatch calls
2023-06-18 Dmitry Selyutinwalker: support dataclasses
2023-06-18 Dmitry Selyutin__init__: remove deprecated core module
2023-06-18 Dmitry Selyutinwalker: eliminate hidden imports
2023-06-18 Dmitry Selyutinvisitor: eliminate hidden imports
2023-06-18 Dmitry Selyutindispatcher: eliminate hidden imports
2023-06-18 Dmitry Selyutindispatcher: support arbitrary callables
2023-06-18 Dmitry Selyutinall: bump version
2023-06-18 Dmitry Selyutinpyproject.toml: update project URLs
2023-06-18 Dmitry SelyutinREADME.md: update the visitor example
2023-06-16 Dmitry Selyutinall: decouple context visitor
2023-06-16 Dmitry Selyutinall: bump version
2023-06-14 Dmitry Selyutinall: deprecate core module
2023-06-14 Dmitry Selyutinall: construct hooks dynamically
2023-06-14 Dmitry Selyutindispatcher: refactor hooks binding process
2023-06-13 Dmitry SelyutinREADME: update naming conventions
2023-06-13 Dmitry Selyutindispatcher: provide better conflicts diagnostics
2023-06-13 Dmitry Selyutincore: simplify hooks representation
2023-06-13 Dmitry Selyutindispatcher: simplify typeid traversal
2023-06-13 Dmitry Selyutindispatcher: forbid using base dispatcher
2023-06-13 Dmitry Selyutinvisitor: update naming conventions
2023-06-13 Dmitry Selyutinwalker: update naming conventions
2023-06-13 Dmitry Selyutinall: refactor hooks binding process
2023-06-13 Dmitry Selyutincore: drop wrapper argument
2023-06-13 Dmitry Selyutincore: fix dispatcher argument name
2023-06-13 Dmitry Selyutinbuild: provide pyproject.toml
2023-06-13 Dmitry Selyutininitial implementation