2.0.2 (2024-08-31)
- added more missing .js endings in imports (2aa0f70)
2.0.1 (2024-08-31)
- infoFile parser was not importable in js (be763fa)
2.0.0 (2024-08-31)
- deprecated old get functions
- added fetchAvailableDates() (309ff70)
- added fetchSubstitutionPlan() and fetchSubstitutionPlans() (309ff70)
- deprecated old get functions (309ff70)
- updated all dependencies (5293bee)
1.2.3 (2024-07-30)
- force room names to string (13228f3)
1.2.2 (2024-07-30)
- rooms with pure numbers were ignored (f56faa6)
1.2.1 (2024-03-20)
- id of plannendLesson can be null, due to the Indiware API (cdeedac)
1.2.0 (2024-02-11)
- added
type
field in every plan (cd7f900)
- added missing export for EducationalUnit (cd7f900)
1.1.9 (2024-02-10)
- further fixes belonging the import issues (dfbf3c6)
- restructurized imports due to importing issues in other projects (68e6369)
1.1.8 (2024-02-03)
- made package module again (c6d6a47)
1.1.7 (2024-02-03)
- added babel as bundler for better builds (6b00f31)
- added getters for status and statusText (a242c10)
- migrated from date-fns to luxon (6b00f31)
1.1.6 (2024-01-14)
- teacher were wrongly parsed for lesson (dc562a4)
- addition to dc562a4c01e3abc21e89fbcd0d17a4f0e804972f (004042a)
1.1.5 (2024-01-14)
- lessons were also filled with courses like timetable (022e556)
1.1.4 (2024-01-13)
- room and teacher generation now works fine (21bf922)
1.1.3 (2024-01-09)
- revert: this reverts 2c24d14909aee150f836b0c939d481608be64740 (8ec88c8)
1.1.2 (2024-01-09)
- added missing exports for errors for better use (40e70ed)
- rooms not get seperated correctly like teachers (2c24d14)
- refactored rooms & teachers generation (2c24d14)
- format files (6fc6288)
1.1.1 (2024-01-06)
- fixed bug where schoolClass name were parsed as numbers (641dac3)
1.1.0 (2024-01-05)
- added json serialization to substitution plan (6811c74)
- added export for ISubstitutionPlan (f12a77f)
1.0.11 (2024-01-05)
- added missing path to ALWAYS_ARRAY_PATHS, caused parsing errors (a9f889c)
1.0.10 (2024-01-05)
- added missing exports to use interfaces etc in other packages (1ed064d)
1.0.9 (2024-01-02)
- changed to esm module (fa0adaf)
1.0.8 (2024-01-02)
- added github packages for distribution along npm (59a7d13)
1.0.7 (2024-01-02)
- npm-ci: fixed wrong configuration for _auth in npm release action (39a738a)
1.0.6 (2024-01-02)
- npm-ci: fixed wrong _auth in npm release action (3c6e740)
1.0.5 (2024-01-02)
- npm-ci: removed no existing npm config in action (1491108)
1.0.4 (2024-01-02)
- npm-ci: fixed npm registry authentification (9a543b2)
1.0.3 (2024-01-02)
- npm-ci: fixed wrong env variable name for auth token (817198b)
1.0.2 (2024-01-02)
- npm-ci: fixed typo in npm release action (ac725fd)
1.0.1 (2024-01-02)
- added missing type 'module' in package.json (addf188)
- reduced package size (addf188)