Changes in version 0.1.1 (2026-04-15) o Synchronized with QuantLib 1.42 released two days ago o Calendar updates for China, Singapore, Taiwan Changes in version 0.1.0 (2026-02-18) o Invalid calendars return id ‘TARGET’ now o Calendar object can be created on the fly and passed to the date-calculating functions; if missing global one used o For several functions a missing date object now implies computation on the current date, e.g. isBusinessDay() Changes in version 0.0.17 (2025-10-14) o Synchronized with QuantLib 1.40 released today o Calendar updates for Singapore o URL update in README.md Changes in version 0.0.16 (2025-07-23) o Synchronized with QuantLib 1.39 released today o Calendar updates for Israel, minor utility functions update o Minor package maintenance updates Changes in version 0.0.15 (2025-04-23) o Synchronized with QuantLib 1.38 released today o Calendar updates for China, Hongkong, Thailand o Minor continuous integration update Changes in version 0.0.14 (2025-01-23) o Synchronized with QuantLib 1.37 released two days ago o Calendar updates for United States and New Zealand o The demo/ file is now in inst/examples/ Changes in version 0.0.13 (2024-10-15) o Synchronized with QuantLib 1.36 released yesterday o Calendar updates for South Korea and Poland Changes in version 0.0.12 (2024-07-23) o Synchronized with QuantLib 1.35 released today o Calendar updates for Chile, India, United States, Brazil Changes in version 0.0.11 (2024-04-27) o Synchronized with QuantLib 1.34 o Calendar updates for Brazil, India, Singapore, South Africa, Thailand, United States o Minor continuous integration update Changes in version 0.0.10 (2024-01-24) o Synchronized with QuantLib 1.33 Changes in version 0.0.9 (2023-11-29) o configure now uses a new helper script to only set a compilation standard when needed for R versions older than 4.2.0 o The file RcppExports.cpp was regenerated to avoid a string format warning from R-devel Changes in version 0.0.8 (2023-10-21) o A small set of updates from QuantLib 1.32 have been applied o The explicit C++14 compilation standard has been replaced with an implicit one by relying on R (>= 4.2.0) o Synchronized with QuantLib 1.32 Changes in version 0.0.7 (2023-07-19) o Updates, extensions and corrections to calendars from South Korea, Hong Kong, Singapore, India, Taiwan, South Africa, Denmark and Finland from QuantLib 1.31 o Added support for UnitedStates/SOFR calendar Changes in version 0.0.6 (2023-05-25) o Several calendars (India, Singapore, South Africa, South Korea) updated with post-QuantLib 1.30 changes (Sebastian Schmidt in #6) o Three now-used scheduled files were removed (Dirk in #7)) o A number of non-calendaring files used were synchronised with the current QuantLib repo (Dirk in #8) Changes in version 0.0.5 (2023-04-20) o Calendars routines for Australia, Denmark, New Zealand, Turkey and the US have been updated from QuantLib 1.30. o Support for 'Australia/ASX' has been added. o Added demo showing all US holidays in current year Changes in version 0.0.4 (2023-01-11) o The advanceDate{} function can now selects a business day convention, a time unit and an end-of-month convention o Calendars routines for Australia, China, South Africa, UK, US have been updated to current versions from QuantLib 1.29. Changes in version 0.0.3 (2022-10-19) o Correct the isBusinessDay() functionality (Fixes #2) o Update Australia and Saudi Arabia calendars from QuantLib 1.27 o Update United Kingdom calendar from QuantLib 1.28 o Convert one source file to utf-8 to appease clang-15 Changes in version 0.0.2 (2022-01-21) o Further minimize set of files needed for calendaring o Update China calendar from QuantLib 1.25 release Changes in version 0.0.1 (2021-12-08) o Initial release