Skip to content

Releases: foundersandcoders/ILR_File_Creator

Release 14

10 Dec 16:19

Choose a tag to compare

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

Full Changelog

v1.1.3 • Multiple Employment Statuses & Major Architecture Refactor

27 Nov 19:19
d2e0481

Choose a tag to compare

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

14 Nov 16:20
bf410c6

Choose a tag to compare

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

30 Sep 15:49
407e54a

Choose a tag to compare

What's Changed?

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

01 Sep 15:58
bdb9c8d

Choose a tag to compare

What's Changed

New Contributors