Skip to content

Latest commit

 

History

History
198 lines (135 loc) · 16.4 KB

CHANGELOG.md

File metadata and controls

198 lines (135 loc) · 16.4 KB

Changelog

3.4.3 (2022-12-13)

  • fix: cjs bundling with rollup 44ef857 Revert back to rollup@2

3.4.2 (2022-11-20)

  • chore: bump dependencies ea6e424 Use rollup@3 for bundling

3.4.0 (2022-05-21)

  • docs: add persian calendar e9c793d
  • feat: support for jalaali calendar 1bb11b7

3.3.0 (2022-02-25)

  • chore: use github actions c0175ef
  • feat: rule dateDir omit weekdays 98d526a
  • feat: rule if holiday 93edc4d
  • refactor: use console.error instead of log 7ca3f8e
  • refactor: change let to const 3a05ff5
  • test: removing comments with console.log 785f1c0
  • "the current year" 0eabcc6
  • fix typos in docs e3bd683
  • fix(CalEventMap): 2nd date in calendar can't be reached 5fd6102
  • Tevet once/twice edge case tests 1b1270f
  • Tevet edge case tests ccb49c0
  • empty lines between tests 28dfc44

3.2.4 (2021-12-28)

  • docs: update API documentation 16f0058
  • test: use local dates for TZ tests de4c653
  • chore: refactor hijri calendar script 247c1fe
  • test: hebrew calendar Adar date tests ca00b2d
  • fix: hebrew month AdarII a02fee7
  • fix: Some hebrew dates don't show up in a gregorian year c478182

3.2.3 (2021-11-16)

  • updated README.md: set valid url for Holidays API b73dda1

3.2.2 (2021-08-08)

  • chore: fix problematic astronomia export a441627
  • chore: update travis badge 907c81f

3.2.1 (2021-06-15)

  • fix: clone dates before timezone shift cf53ed2
  • fix: remove use strict a3fb423

3.2.0 (2021-05-22)

  • fix: esm astronomia imports e2bde32

  • fix: ts export namespace f4f7be2
    to use ts types in your typescript projects use

    import Holidays, { HolidaysTypes } from 'date-holidays-parser'
  • fix: package.json module for angular 8b02806

3.1.0 (2021-05-03)

  • chore: changelog 69bc4c2
  • fix: remove optional chaining operator to work with node@12 ecb84ce
  • feat: DateFn cache results a74c02d
  • test: custom attributes 2e9b2a7
  • fix: typings 114416b
  • feat: methods to get, set, unset holiday rules 7775351
  • refactor: calevent.filterActive b49d26b
  • fix: isHoliday(date) may be a string type 7db3d6b

3.0.2 (2021-05-02)

3.0.0 (2021-03-27)

2.1.0 (2021-02-13)

  • fix: parsing rule for solstice, equinox c569bb1
  • feat: new rule since and prior to 2056356

2.0.1 (2021-02-07)

  • fix: Month spelling for equinox, solstice c8c0c58
  • docs: fix weekday spelling 9acf59a
  • fix: Allow correct spelled weekdays 28a1635

1.6.0 (2021-01-04)

  • fix: Fix collision in PostRule with Array prototype overrides 7f69163
  • feat: replace lodash function to reduce bundle size 516966a
  • fix: sort by rule length 45f4bcf
  • fix: add sort by rule 280729a
  • chore: update fixtures 732ff84
  • chore: remove node@8 from travis 9c38d33
  • fix: sort order by date and type db70108
  • docs: clarify substitute, if, then rule 463c3e6
  • test: fix tests c74a7ce
  • feat: return rule in getHolidays b146eb3
  • feat: return rule in getHolidays 31b6b48
  • fix: shift timezone for isHolidays c337ec1
  • fix: set country, state as object bcb427e
  • refactor: make isActive static 58c98d9
  • remove node 4 from travis 3eb8411
  • fix issue multiple types 1153d9d
  • add testcase for state name translations b500227