-
Notifications
You must be signed in to change notification settings - Fork 13
/
ChangeLog
145 lines (128 loc) · 4.36 KB
/
ChangeLog
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
2024.11.1
- #115 US: Implement federal holidays
(thanks to J. David Stark)
2024.11.0
- hu-HU: Add non-working days for 2025 in Hungary
2024.10.0
- es-ES: Implement 2025 holidays of Spain
2024.8.3
- #112 Add locale en-AU
(thanks to Alex Smith)
2024.8.2
- #113 Fix emitter output
2024.8.1
- #111 Refactor core classes, replace date parsing and custom date functions with DSL
- #110 Test holidays are only defined for valid regions
- #109 Enable holidata to be calculated outside confirmed range
2024.8.0
- Add support for Python 3.12, replace 'snapshottest' with 'syrupy'
- #105 Holiday "Mariä Himmelfahrt" missing for region 'BY' in locale 'de-DE'
(thanks to Alexei Samokvalov)
- Convert DE into module
2024.6.0
- #102 Fix error in calculation of 'Day after Thanksgiving'
(thanks to Peter J. Mello)
- #103 Fix region code for Bremen in locale 'DE'
(thanks to Olaf Sebelin)
2023.11.1
- Add non-working days for 2024 in country 'HU'
- #97 Merge locale and country
- Fix permalinks for holidays in locale de-DE for region BE
2023.11.0
- es-ES: Implement 2024 holidays of Spain
- Drop support for Python 3.7
- Use double quotes instead of single quotes and f-strings
2023.4.0
- en-GB: Add bank holiday for the coronation of King Charles III
- Move creator functions to holidata module
- Print proper error messages for exceptions instead of stack traces
- Fix regex for locale
2022.11.0
- es-ES: Implement 2023 holidays of Spain
2022.9.0
- en-GB: Add Bank Holiday for State Funeral of Queen Elizabeth II
2022.8.2
- Add ability to specify a locale via country and language
2022.8.0
- #87 Update legal sources for Turkish holidays
2022.7.0
- Restructured package
- #85 Error in locale en-GB, year 2022
(Thanks to Richard Fieldsend)
- #80 Add locale en-ZA
(Thanks to girtu)
- #83 Update non-working days for 2022 in locale hu-HU
- #81 Add locale et-EE
(Thanks to h0adp0re)
- #78 Add locale for sl-SI
(Thanks to Dejan Dezman)
- #21 Update locale for pt-BR
(Thanks to Adriano Correa)
- #58 Update locale for es-ES
(Thanks to Vicente Jimenez Aguilar)
- #59 Add locale for hu-HU
(Thanks to David Hanak)
- #60 Add locale for tr-TR
(Thanks to farukara)
- #55 Fixed: Wrong assignment of flag `N` in locales en-US and es-US
- #54 Fixed: Wrong assignment of flag `N` in locale de-CH
- #53 Fixed: Regional holidays marked as national in locale de-DE
- #52 Fixed: Non-regional holidays not marked as national in locale nl-NL
- #51 Fixed: Regional holidays marked as national in locale de-AT
- #19 Add locale for sv-SE
(Thanks to Martijn van der Ven)
- #49 Add additional office holidays for en-US/es-US
(Thanks to Brian Burnett)
- #13 Add locale for es-CO
(Thanks to Jorge E. Gómez)
- #44 Add locale fr-CA
(Thanks to Ghyslain Leclerc)
- #29 Add locale en-CA
(Thanks to Ghyslain Leclerc)
- Add locale sv-FI
- #30 Add locale fi-FI
(Thanks to Antti Heinonen)
- #22 Add locale pl-PL
(Thanks to sebacyp)
- #10 Add locale cs-CZ
(Thanks to Jakub Pavlík)
- #40 Add missing holidays in locale de-DE for region BE
- #38 Update croatian holidays according to the law valid for the year 2020 and onwards
(Thanks to Saša Janiška)
- #32 Make project python only
- #25 Add locale for is-IS
(Thanks to Matt Riggott)
- #33 Add locale for pt-PT
(Thanks to lldh)
- Add locale it-IT
- Add locale fr-FR
- Add locale el-GR
- Add locale nl-NL
- Add locale en-NZ
- Add locale es-ES
- Add locale ru-RU
- Add XML emitter
- Add YAML emitter
- Add locale en-GB
- Add locale nb-NO
- Add locale da-DK
- Add locale nl-BE
- Add locale fr-BE
- Add locale de-BE
- Add locale es-US
- Add regions to locale de-AT
- Add locale de-AT
- Add locale de-CH
- Add emitters
- Add locale de-DE
- Replace module 'countries' by subpackage 'holidays'
- Add support for regions
- Add option for output format
- #2 Fix some Croatian holidays
(Thanks to Saša Janiška)
- #1 Add locale hr-HR
(Thanks to Saša Janiška)
- Add locale sk-SK and en-US
- Add Proof-Of-Concept python implementation
Project started November 8, 2016.
------ start -----------------------------------