Releases: foundersandcoders/ILR_File_Creator
Releases · foundersandcoders/ILR_File_Creator
Release 14
v1.1.4
✨ New Features
- macOS DMG Distribution: Added DMG maker for macOS builds with custom layout configuration, providing a professional installation experience for Mac users
(#22)
🐛 Bug Fixes
- Fixed logic to correctly distinguish bootcamp learners from apprentices, ensuring proper learner classification (#20)
- Applied legacy reference numbers correctly (#21)
- Fixed syntax error (extra closing parenthesis)
🔧 Improvements
- Refactored learner building logic into factory modules for better code organisation and maintainability
- Pinned Node.js to version 22 for consistent build environment
- Updated electron-forge to v7.10.2
- Code style improvements (dedentation)
📚 Documentation
- Created reference documents for better project documentation
- Updated schema examples
Developed by @JasonWarrenUK
v1.1.3 • Multiple Employment Statuses & Major Architecture Refactor
What's Changed
- Support Multiple Employer Records and Refactor Employment Data Processing by @JasonWarrenUK in #19
Full Changelog: v1.1.2...v1.1.3
v1.1.2
What's Changed?
- Fix: Apprentice Small Employer Field Incorrectly Triggering Bootcamp Rules by @JasonWarrenUK in #18
The Bug: Version 1.1.1 accidentally gave apprentices a bootcamp-only employment status code, triggering R134 rule violations for 23 learners. Turns out the government's validation service is quite particular about not calling apprentices bootcamp students.
The Fix: Removed the rogue OET=2 code from the apprentice "Small employer #2" field, whilst keeping it correctly in place for bootcamp learners with "Small employer #1".
Check v1.1.1...v1.1.2 if you want to see a 4-line deletion that saved 23 learners from XML purgatory.
2025 Schema Hotfix
What's Changed?
- Fix/employment status monitoring field by @JasonWarrenUK in #17
Check the Full Changelog if you, for some bizarre masochistic reason, want to read what I did to an XML validation block that is over 900 lines long.
2025 Update
What's Changed
- 2025 Update by @JasonWarrenUK in #15
- Create package to run on MacOS by @JasonWarrenUK in #16
New Contributors
- @JasonWarrenUK made their first contribution in #15