date-holidays 3.19.0 → 3.20.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,29 @@
1
1
  # Changelog
2
2
 
3
+ ## [3.20.0](https://github.com/commenthol/date-holidays/compare/3.19.2...3.20.0) (2023-06-03)
4
+
5
+ - fix: last observed 2020, so prior to 2021 [6397ed83](https://github.com/commenthol/date-holidays/commit/6397ed83ec0d9dc1866256e0ec4c2dc5b175f4b7)
6
+ - fix: actually since 2020 [7da8dc08](https://github.com/commenthol/date-holidays/commit/7da8dc0840197a18700acdbda3f0a56d2f752d47)
7
+ - feat: remove Lee-Jackson Day starting 2023, add Election Day [a70b0819](https://github.com/commenthol/date-holidays/commit/a70b0819f42e63656821098b24a8713c3a1d1f4f)
8
+ - fix: add start date [523f7cd5](https://github.com/commenthol/date-holidays/commit/523f7cd5b8b57097eab27e8c199f9741b8785d6b)
9
+ - fix: re-add for dates prior to 2016 [249d7a91](https://github.com/commenthol/date-holidays/commit/249d7a91b78f2034d916af657acd4fddbf745e96)
10
+ - feat: remove service reduction day in US.MD [64519cf4](https://github.com/commenthol/date-holidays/commit/64519cf4e5867666c5036ee022c26409e16179a0)
11
+ - Fixed tests after changes to kings birthday [d9d40ee9](https://github.com/commenthol/date-holidays/commit/d9d40ee9b068ca0c24baab56f8658d9d510ccfc6)
12
+ - Update NO.yaml [9a94fffd](https://github.com/commenthol/date-holidays/commit/9a94fffd87a01132f1c3d028d56d9dddee3f6fb3)
13
+
14
+ ## [3.19.2](https://github.com/commenthol/date-holidays/compare/3.19.1...3.19.2) (2023-05-12)
15
+
16
+ - test: add test fixtures for years 2026 2027 [0207f723](https://github.com/commenthol/date-holidays/commit/0207f7234e109ca9351d55af4a3f553ed668f48f)
17
+ - test(GL): fix timezone changes [9092c7ad](https://github.com/commenthol/date-holidays/commit/9092c7adea77774638f79b364120f33726606801)
18
+ - chore: tslint add no-redundant-jsdoc false [66c1afa4](https://github.com/commenthol/date-holidays/commit/66c1afa48c4fe357e45255595c0ddf232fb3a2ee)
19
+ - chore(actions): add node@20 [2d75f5b8](https://github.com/commenthol/date-holidays/commit/2d75f5b8409eca4fde3bb6f910e66e0b15066b35)
20
+ - test(EG): fix tests as of moment-timezone update [9988e708](https://github.com/commenthol/date-holidays/commit/9988e708af4b2f92a971bae8b74f0c0a082bb481)
21
+
22
+ ## [3.19.1](https://github.com/commenthol/date-holidays/compare/3.19.0...3.19.1) (2023-05-11)
23
+
24
+ - test(NZ): fix tests for King's Birthday which is active since 2023 [ae25c892](https://github.com/commenthol/date-holidays/commit/ae25c8927431a91ac1665436959a9dc57ad41db5)
25
+ - fix(NZ): Update Queens Birthday to Kings Birthday [ba42e023](https://github.com/commenthol/date-holidays/commit/ba42e02347b03a2a6ec22594bbbede835c53322e)
26
+
3
27
  ## [3.19.0](https://github.com/commenthol/date-holidays/compare/3.18.0...3.19.0) (2023-03-12)
4
28
 
5
29
  - docs: adding Thailand; updating attribution [58076aa2](https://github.com/commenthol/date-holidays/commit/58076aa20304f170c1b9295aa240cbe07405db94)
@@ -38,6 +38,7 @@ holidays:
38
38
  name:
39
39
  no: H.M. kong Harald V
40
40
  en: Birthday of King Harald V
41
+ type: observance
41
42
  easter -49:
42
43
  name:
43
44
  no: Fastelavn
@@ -35,9 +35,13 @@ holidays:
35
35
  substitute: true
36
36
  name:
37
37
  en: ANZAC Day
38
- 1st monday in June:
38
+ # @source https://www.govt.nz/browse/work/public-holidays-and-work/public-holidays-and-anniversary-dates/
39
+ 1st monday in June prior to 2023:
39
40
  name:
40
41
  en: Queen's Birthday
42
+ 1st monday in June since 2023:
43
+ name:
44
+ en: King's Birthday
41
45
  4th monday in October:
42
46
  _name: 05-01
43
47
  12-25 and if saturday then next monday if sunday then next tuesday:
@@ -496,7 +496,7 @@ holidays:
496
496
  3rd monday in February:
497
497
  name:
498
498
  en: President's Day
499
- friday before 1st monday before 06-01:
499
+ friday before 1st monday before 06-01 since 2009 and prior to 2016:
500
500
  name:
501
501
  en: Service Reduction Day
502
502
  friday after 4th thursday in November:
@@ -891,9 +891,11 @@ holidays:
891
891
  3rd monday in February:
892
892
  name:
893
893
  en: George Washington Day
894
- friday before 3rd monday in January:
894
+ friday before 3rd monday in January prior to 2021:
895
895
  name:
896
896
  en: Lee–Jackson Day
897
+ tuesday after 1st monday in November in even years since 2020:
898
+ name: Election Day
897
899
  WA:
898
900
  name: Washington
899
901
  zones:
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "2023-03-12",
2
+ "version": "2023-06-03",
3
3
  "license": "CC-BY-SA-3",
4
4
  "holidays": {
5
5
  "AD": {
@@ -16940,7 +16940,8 @@
16940
16940
  "name": {
16941
16941
  "no": "H.M. kong Harald V",
16942
16942
  "en": "Birthday of King Harald V"
16943
- }
16943
+ },
16944
+ "type": "observance"
16944
16945
  },
16945
16946
  "easter -49": {
16946
16947
  "name": {
@@ -17140,11 +17141,16 @@
17140
17141
  "en": "ANZAC Day"
17141
17142
  }
17142
17143
  },
17143
- "1st monday in June": {
17144
+ "1st monday in June prior to 2023": {
17144
17145
  "name": {
17145
17146
  "en": "Queen's Birthday"
17146
17147
  }
17147
17148
  },
17149
+ "1st monday in June since 2023": {
17150
+ "name": {
17151
+ "en": "King's Birthday"
17152
+ }
17153
+ },
17148
17154
  "4th monday in October": {
17149
17155
  "_name": "05-01"
17150
17156
  },
@@ -22619,7 +22625,7 @@
22619
22625
  "en": "President's Day"
22620
22626
  }
22621
22627
  },
22622
- "friday before 1st monday before 06-01": {
22628
+ "friday before 1st monday before 06-01 since 2009 and prior to 2016": {
22623
22629
  "name": {
22624
22630
  "en": "Service Reduction Day"
22625
22631
  }
@@ -23241,10 +23247,13 @@
23241
23247
  "en": "George Washington Day"
23242
23248
  }
23243
23249
  },
23244
- "friday before 3rd monday in January": {
23250
+ "friday before 3rd monday in January prior to 2021": {
23245
23251
  "name": {
23246
23252
  "en": "Lee–Jackson Day"
23247
23253
  }
23254
+ },
23255
+ "tuesday after 1st monday in November in even years since 2020": {
23256
+ "name": "Election Day"
23248
23257
  }
23249
23258
  }
23250
23259
  },