js v1.1.0
Add support for proper error handling.
Errors are now in models/errors
and are exported. Every errors in Pawnote is using one of those exported errors.
Add support for menus.
You can now fetch menus for your establishment by doing pronote.menus(session, [Date])
!
- feat: add proper errors (#8) (af01305)
- chore(deps): bump (41415f4)
- chore: merge pull request #55 from LiterateInk/js-menus (05b4333)
- fix(homepage): remove menus since not supported (5a1c4ee)
- chore: exports (e55086c)
- feat: add dish and meal kinds (4c451c1)
- feat: add week menu (c8e0a99)
- feat: add menu (1c2de35)
- feat: add meal (14f0149)
- feat: add food (34b9bce)
- feat: add food label (4e1cc8a)
- feat: add food allergen (6bb8d65)
- feat(api): add menus (aacfac1)