Skip to content

Releases: Vexcited/EDT-IUT-Info-Limoges

1.2.0

22 Sep 06:51
Compare
Choose a tag to compare
  • 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

v1.1.4...v1.2.0

1.1.4

22 Sep 06:48
Compare
Choose a tag to compare

Revert previous release.

v1.1.3...v1.1.4

1.1.3

22 Sep 06:47
Compare
Choose a tag to compare

A first try to fix usage in Vercel by using a ponyfill for streams.

v1.1.2...v1.1.3

1.1.2

21 Sep 07:44
Compare
Choose a tag to compare

Fix issue when used with Vite saying that nodeUtil is not defined. We assign node:util in global to prevent this to happen.

v1.1.1...v1.1.2

1.1.1

21 Sep 07:03
Compare
Choose a tag to compare

Add keywords to the package.json

v1.1.0...v1.1.1

1.1.0

21 Sep 07:03
Compare
Choose a tag to compare

We finally have a documentation !

v1.0.2...v1.1.0

1.0.2

21 Sep 07:02
Compare
Choose a tag to compare

Fix the import paths in downloader/entry.ts for ESM.

v1.0.1...v1.0.2

1.0.1

21 Sep 07:01
Compare
Choose a tag to compare

Fix the exports in package.json.

v1.0.0...v1.0.1

1.0.0

20 Sep 20:10
Compare
Choose a tag to compare

Initial release of the library !
Full Changelog