Releases: Vexcited/EDT-IUT-Info-Limoges
Releases · Vexcited/EDT-IUT-Info-Limoges
1.2.0
- Rewrite of
pdf2json
in TypeScript and cleaned up unused functions. - Fix text bounds resolution for CM lessons.
- Package is now mainly CJS, but also provides an ESM export.
- Remove duplicates
type
on CM lessons (eg.: "R1.01 R1.01" => "R1.01") - Fix lesson name on CM lessons when it starts after the first line's " - "
- Fix dates in lessons
1.1.4
Revert previous release.
1.1.3
A first try to fix usage in Vercel by using a ponyfill for streams.
1.1.2
Fix issue when used with Vite saying that nodeUtil
is not defined. We assign node:util
in global
to prevent this to happen.
1.1.1
Add keywords to the package.json
1.1.0
We finally have a documentation !
1.0.2
Fix the import paths in downloader/entry.ts
for ESM.
1.0.1
Fix the exports
in package.json
.
1.0.0
Initial release of the library !
Full Changelog