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 since v1.0.0.
Unreleased¶
Added¶
Support for python 3.11 and 3.12
Fixed¶
Fixed an issue with
IntervalConverter.datetime_precisewhen the current day > amount of days in target month.
Removed¶
Support for python 3.7 and 3.8
1.0.0 - 2022-09-15¶
Added¶
parse_intervalshortcut function.Type hints
max_unitkwarg toIntervalConverterconstructor andparse_intervalfunction.New precise methods to
IntervalConverterfor precise conversions:timedelta_precise()anddatetime_precise().New
IntervalConverter.datetime_relative()shortcut method.
Changed¶
Renamed
ConvertertoIntervalConverter.input_stringattribute ofIntervalConverteris now a read-only property.IntervalConverter.convert()is nowIntervalConverter.timedelta_relative().Dropped support for python 3.6
Removed¶
time_str.convertshortcut function.converted_string,split_string,pattern,raw_outputandoutputattributes ofIntervalConverterhave been removed or are now private.
0.1.1 - 2022-05-18¶
No notable changes.
0.1.0-post.2 - 2021-08-26¶
Added¶
Support for decades and centuries
0.0.3-post.1 - 2021-02-01¶
No notable changes.
0.0.3 - 2021-01-31¶
No notable changes.
0.0.3-dev.2 - 2021-01-31¶
No notable changes.
0.0.3-dev.1 - 2021-01-31¶
No notable changes.
0.0.2-post.1 - 2021-01-31¶
Fixed¶
Month calculation issues
0.0.2 - 2020-12-30¶
No notable changes.
0.0.2-dev.3 - 2020-12-30¶
No notable changes.
0.0.2-dev.2 - 2020-12-30¶
Added¶
convertshortcut function
0.0.2-dev.1 - 2020-12-30¶
No notable changes.
0.0.1 - 2020-12-30¶
Added¶
Converter class