Skip to content

Releases: evanhsu/MMM-TitanSchoolMealMenu

v0.7.0

18 Aug 01:23
72b810b
Compare
Choose a tag to compare

What's Changed

  • Updated API domain from titank12 to api.linqconnect.com
  • Adjusted for recent schema changes that appear to have accompanied to move to the new linqconnect.com domain

Full Changelog: v0.6.0...v0.7.0

v0.6.0

09 Jan 01:17
2d52012
Compare
Choose a tag to compare

What's Changed

  • Recognize new category called "Entrees"
  • Add unit tests and an updated mockApiResponse for testing
  • Add new config parameter: debug: Boolean that can be set for verbose log output.
  • Increase API request timeout from 8 seconds to 30 seconds.

The TitanSchools API appears to have changed their api responses to include a menu category called "Entrees" instead of using the name "Main Entree" that it used to use.

v0.5.0

11 Sep 00:36
Compare
Choose a tag to compare

Support for multiple schools added

Full Changelog: 0.4.0...0.5.0

v0.4.0

10 Sep 20:23
Compare
Choose a tag to compare

What's Changed

  • Join Multiple Recipe Category Options with "or" by @zanix in #3
  • CSS Style Changes by @zanix in #2
    Styles are namespaced and no longer conflict with neighboring modules

New Contributors

  • @zanix made their first contribution in #3

Full Changelog: 0.3.0...0.4.0

v0.3.0

03 Sep 02:39
Compare
Choose a tag to compare

Added support for "ServingSession" values other than "breakfast" and "lunch" (i.e. "Seamless Summer Breakfast").

Full Changelog: 0.2.0...0.3.0

v0.2.0

03 Sep 02:23
Compare
Choose a tag to compare

Changelog:

  • Increased the request timeout from 2 seconds to 5 seconds to allow the titank12 API a little more time to respond.