File: CHANGELOG.md

package info (click to toggle)
python-cronsim 2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 180 kB
  • sloc: python: 1,159; sh: 5; makefile: 2
file content (38 lines) | stat: -rw-r--r-- 1,141 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# Changelog
All notable changes to this project will be documented in this file.

## 2.6 - 2024-10-02
- Add support for iteration backwards in time (#2)

## 2.5 - 2023-07-01
- Add support for "LW" in the day-of-month field (#1)

## 2.4.1 - 2023-04-27
- [explain] Fix month-day formatting ("January 1st" -> "January 1")
- [explain] Change ordinal formatting to use words instead of numerals for 1-9
- [explain] Fix digital time formatting (use HH:MM instead H:MM)

## 2.4 - 2023-04-26
- Add explain() method which describes the expression in human language
- Remove python 3.7 support

## 2.3 - 2022-09-28
- Add type hints
- Remove python 3.6 support (EOL)

## 2.2 - 2022-09-22
- Make validation error messages similar to Debian cron error messages
- Change day-of-month and day-of-week handling to mimic Debian cron more closely

## 2.1 - 2022-04-30
- Add support for "L" in the day-of-week field
- Fix crash when "ยน" passed in the input

## 2.0 - 2021-11-15
- Rewrite to use zoneinfo (or backports.zoneinfo) instead of pytz
- Add minimal type hints
- Make CronSimError importable from the top level

## 1.0 - 2021-10-15

- Initial release