Skip to content

v2.0.0

Compare
Choose a tag to compare
@SachsenspieltCoding SachsenspieltCoding released this 31 Aug 12:41
da910ac

2.0.0 (2024-08-31)

With this release, the old getNewestSubstitutionPlan and getSubstitutionPlanForDate functions got deprecated. Please use the new fetchSubstitutionPlan and fetchSubstitutionPlans functions. Those are documented via. JSDoc.

A cool new feature is the fetchAvailableDates functions, which returns all dates of future available plans (data from vpinfok.txt).
There is also a new testConnection function, which just tries to fetch the vpinfok.txt file.

⚠ BREAKING CHANGES

  • deprecated old get functions

📕 Features

  • added fetchAvailableDates() (309ff70)
  • added fetchSubstitutionPlan() and fetchSubstitutionPlans() (309ff70)

🔄 Changes

  • deprecated old get functions (309ff70)

⚙️ Dependencies

  • updated all dependencies (5293bee)