Changelog
All notable changes to this project will be documented in this file.
[0.0.7] - 2020-05-08
Added
- Added some SEO schema snippets
[0.0.6] - 2020-05-04
Added
- Added single digit algebra problems
Changed
- Updated main generator to include single/double/triple digit multiplication
- Updated social contact links
[0.0.5] - 2020-05-01
Added
- Added single digit Multiplication and Divsion
- Tags taxonomy for subject matter categorization
- Added a README file
Changed
- Changed how the answers key works, now it always generates answers and the user can choose to hide or show
- It no longer regenerates the problems when you toggle the answers
Fixed
- Fixed an issue where the answer key numbers didn’t match the problem numbers
[0.0.4] - 2020-04-30
Added
- Added problem numbers to all of the problems and updated css
- Added this changelog to keep track of updates / changes
- Added a toggle to generate answers and associated js to create answers
- Added page break for printing answers on separate page
Changed
- Combined Addition and Substraction js into one file that switches based on url parameter
- Changed appearance of select boxes
[0.0.3] - 2020-04-29
Changed
- Changed page from table to flexbox to better perform on mobile
- Couple of css tweaks
- Updated javscript to convert from table to flexbox
[0.0.2] - 2020-04-24
Fixed
- Broken email link
- Couple of typos fixed
[0.0.1] - 2020-04-23
Added
- Initial commit and upload from test pages
- Moved proof of concept to base website