Releases: Vexcited/EDT-IUT-Info-Limoges
Releases · Vexcited/EDT-IUT-Info-Limoges
1.6.0
- Implements
DS
lessons type, see documentation.
1.5.3
- Add support for SAEs in full groups
- Fetch references for SAEs from type
1.5.2
1.5.1
- Shorter names for references
1.5.0
- Parse SAEs when only main group (so it doesn't throw
OTHER
) - Add lesson names from official references
1.4.1
- Add support for SAE lessons and OTHER lessons (like the huge random thing for the first day)
1.4.0
- Fix the exports for ESM and CJS, now able to
import {} from "...";
andconst {} = require("...")
- Only load the PDF.js package when calling the parse PDF function for the first time. It reuses the cache after.
- Prevent pollution of
global
by removing usage ofglobalScope.PDFJS
1.3.0
- Fix the groups misbehavior where it gets mixed and duplicated in wrong days, leading to day mismatch and bad date.
1.2.2
Fix a strange offset issue with the lessons dates.
1.2.1
Assign global.globalScope
to globalScope
in pdf.ts
for engines such as the one Vercel uses.