Changelog¤
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
0.2.0 - 2024-08-14¤
Breaking changes¤
yore.cli.CommandCheck.warn_before_eol
: Public object was renamedeol_within
yore.cli.CommandCheck.__init__(warn_before_eol)
: Parameter was renamedeol_within
yore.cli.CommandFix.fix_before_eol
: Public object was renamedeol_within
yore.cli.CommandFix.__init__(fix_before_eol)
: Parameter was renamedeol_within
yore.lib.BlockOrLine
: Public object was removedyore.lib.YoreComment.check(bump)
: Parameter kind was changed:positional or keyword
->keyword-only
yore.lib.YoreComment.check(warn_before_eol)
: Parameter was renamedeol_within
yore.lib.YoreComment.fix(bump)
: Parameter kind was changed:positional or keyword
->keyword-only
yore.lib.YoreComment.fix(fix_before_eol)
: Parameter was renamedeol_within
yore.lib.eol_dates
: Public object was renamedpython_dates
Features¤
- Implement BOL (Beginning of Life) comments (57f9e90 by Timothée Mazzucotelli). Issue-5
- Support "file" scope (11e0cd2 by Timothée Mazzucotelli). Issue-2