Releases: elahd/nyc311calendar
Releases · elahd/nyc311calendar
v0.4.1
v0.4
💡 New Features
- [Breaking] BY_DATE calendar renamed to QUARTER_AHEAD. Now holds two sub-calendars, one grouped by date and the other grouped by service.
- [Breaking] DAYS_AHEAD calendar renamed to WEEK_AHEAD, in line with BY_DATE name change.
- Added hack to identify last day of school.
v0.3
🐛 Bug Fixes
Support for all status types via Freedom of Information Law request FOIL-2022-858-00121 to the NYC Department of Information Technology and Telecommunications (DOITT). If a public API is horribly documented, FOIL the source code!
I've uploaded the DOITT's spreadsheet of known statuses as a public reference.
🧹 Housekeeping
- Refactored / cleaned up codebase.
- Posted sample code.
v0.2
- Added support for the "Staff Only" status. Thank you, Anniversary Day and Chancellor's Conference Day 2022, for revealing this bug and @aniceberg for submitting the report (elahd/ha-nyc311#4).
- Switched to semantic versioning.
2022.2.1
2022.1 - Support "Delayed" Status
Added support for the "Delayed" status. Thank you, January 7 snowstorm, for revealing this bug.
2021.12.1 - Small (breaking) changes
Full Changelog: 2021.12...2021.12.1
2021.12 - First release
Added GitHub->PyPi publishing workflow and pre-commit checks.