Releases: m-grzesiak/yalma
Releases · m-grzesiak/yalma
v1.0.1
What's Changed
- clean up strings formatting by @m-grzesiak in #24
- fix for get terms API by @m-grzesiak in #27
Full Changelog: v1.0.0...v1.0.1
1.0.0 - Initial release [fully working app]
[1.0.0] - 31.10.2022
- the application uses the latest web API
- ability to search for appointments with English-speaking doctors.
- added support for the Patient's Portal maintenance window - the application returns a well-documented error when a user tries to send a request during this window.
- separation of the code supporting the API from the logic layer.
- moved filtering of query results from the API to the business layer of the application - unfortunately, the new API does not support filtering of results on the server side and shifts this responsibility to the client.