Skip to content

Releases: meyfa/ka-mensa-fetch

v2.1.5

08 Dec 13:30
6aaea20
Compare
Choose a tag to compare

What's Changed

  • feat(data): Add alt. name "Vegane Linie" for schnitzelbar by @meyfa in #26

Full Changelog: v2.1.4...v2.1.5

v2.1.4

29 Nov 11:50
21ccd78
Compare
Choose a tag to compare

What's Changed

  • chore(ci): Add "tsc --noEmit" to lint script by @meyfa in #23
  • feat(data): Add alt. name "Cafeteria 11-14 Uhr To-Go" by @meyfa in #24
  • feat(data): Switch "Cafeteria 11-14 Uhr" and "To-Go" variant by @meyfa in #25

Full Changelog: v2.1.3...v2.1.4

v2.1.3

22 Nov 13:01
bc4deb6
Compare
Choose a tag to compare

What's Changed

  • feat(data): Add names "Linie 2 Gut & Günstig", "Linie 5 Vegane Linie" by @meyfa in #22

Full Changelog: v2.1.2...v2.1.3

v2.1.2

16 Nov 10:50
e65bc36
Compare
Choose a tag to compare

What's Changed

  • chore(test): Replace ts-mocha with ts-node by @meyfa in #20
  • feat(data): Add multiple current line names by @meyfa in #21

Full Changelog: v2.1.1...v2.1.2

v2.1.1

16 Nov 10:49
a0505be
Compare
Choose a tag to compare

What's Changed

  • feat(data): Add alt. name "Schnitzel-Burger-Bar" by @meyfa in #19

Full Changelog: v2.1.0...v2.1.1

v2.1.0

14 Oct 07:00
0521a9a
Compare
Choose a tag to compare

What's Changed

  • chore: Update dependencies by @meyfa in #14
  • chore: Remove types from JSDoc comments in favor of TypeScript by @meyfa in #15
  • feat(data): Add alt. name "Linie 2 vegane Linie" by @meyfa in #16
  • feat(data): Add line l5 and add alt. name "Linie 4" for l45 by @meyfa in #17
  • chore: Update dependencies and fix Axios-related code by @meyfa in #18

Full Changelog: v2.0.1...v2.1.0

v2.0.1

15 Aug 00:06
6776f83
Compare
Choose a tag to compare
  • Add alternative line name "Linie 1 BOOK A MENSA" (#13)

v2.0.0

07 Jul 16:10
e16587a
Compare
Choose a tag to compare

This is effectively a maintenance, but with a breaking change in how the library is imported.
There is no more default export.

You need to do the following:

import { fetchMensa } from 'ka-mensa-fetch'
// or for non-transpiled JavaScript:
const { fetchMensa } = require('ka-mensa-fetch')

Additionally, fetchSessionCookie is now exported by name as well:

import { fetchSessionCookie } from 'ka-mensa-fetch'
// or for non-transpiled JavaScript:
const { fetchSessionCookie } = require('ka-mensa-fetch')

TypeScript typings for every relevant interface/class are included.
See README.md for a list of all the types.

v1.3.1

12 Jun 14:57
447841e
Compare
Choose a tag to compare
  • Add alternative line name "Linie 2 BOOK A MENSA" (ff9fab8)

v1.3.0

12 Jun 13:55
fbb13d7
Compare
Choose a tag to compare

This release marks the switch to TypeScript.