Parent Pay Calculator Changelog
2.1.0 - 2026-01-20
- Enhanced visual design with custom typography, refined colour scheme, and improved button and input field styling for better contrast and usability in both light and dark modes.
2.0.0 - 2026-01-20
- Redesigned input fields into a compact table layout.
- All session and pricing options are now displayed in a single table for easier comparison and data entry.
1.4.0 - 2026-01-20
- Prices and number of sessions per week are now automatically saved to local storage as you type.
- Saved values are restored when you refresh the page.
1.3.0 - 2026-01-19
- Added "Copy Results" button to copy calculated results to clipboard.
- Button appears after calculation is performed.
- Displays success/error feedback when copying.
1.2.0
- Added support for three types of after school clubs: "3:15-4:45", "3:15-6:00", and "after sports until 6:00".
- All three after school club types are combined in the results breakdown.
1.1.0
- Display a breakdown of the calculation.
- Default the number of sessions and weeks to zero rather than one.
1.0.1
- Refactored the code to remove HTML generation from JavaScript. The HTML is now part of the page and is shown/hidden by the JavaScript.
1.0.0