Changes
Add Singapore and Romania (#18)
New features
-
Much simpler configuration - you can select the holidays to filter out from a list (you've been asking for this for a long time). To do that, I had to make the config on 2 steps - first you configure country, so it can load them in the second step for you to filter out.
-
Refactoring - simplification internally (the initial release was kind of quick delineation from garbage_collection, I have now done some clean-up)
-
Added
DOWNLAD DIAGNOSTICS
to the device page - you can use that to report bugs and streamline troubleshooting.
Known Bugs
- There is still a known bug with the US Holidays, that will be fixed in the upcoming
holidays
package. I will then push an update.
Next release
- The new
holidays
package will allow loading a list of supported countries, so I will hopefully be able to remove it from constants and it will be always up to date. - The
holidays
package will change configuration and make some parameters obsolete (state, province) and replace them by other configuration. I will (hopefully) be able to automatically migrate the config to the new version.