Releases: pydsigner/anchovy
Releases · pydsigner/anchovy
v0.3.0
- Supply
Context
to path matcher functions.
Full Changelog: v0.2.0...v0.3.0
v0.2.0
- Significant refactor to add new
Rule
class which manages input path management and output path calculation, increasing configurability and decreasing complexity of writing newStep
s. - Docstrings added for all public classes, methods, and functions.
Full Changelog: v0.1.0...v0.2.0
v0.1.0
- Moved
Context
andStage
fromanchovy.context
andanchovy.stage
intoanchovy.core
. - Improved documentation significantly.
- Fixed path-matching on Windows.
- Improved Markdown rendering support.
- Made use of
anchovy.helpers
more consistent.
Full Changelog: v0.0.4...v0.1.0