All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- Refactor + linting
- Change to README
- (Renamed 0.1.3)
- Change RedoxEngine::RedoxEngine to RedoxEngine::Client
- Refactor Module to accept configuration
- Refactor Client to pass Rubocop linting
- Refactor Client to accept stored token/refresh token
- Refactor/add tests
- Add methods:
- client.update_patient
- client.get_booked_slots
- client.search_patient
- client.get_summary_for_patient
- Add classes:
- Patient
- Visit
- Bump Ruby version to 2.4.1
0.1.2 - 2018-03-08
- CircleCI config
- .editorconfig
- Added rubocop as dev dependency
- Corrected author email
- Tweaks to pass rubocop
0.1.1 - 2017-10-12
- Redundant .gem file
- Fix WeInfuse capitalization
- Initial Release