Skip to content
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.

Latest commit

 

History

History
49 lines (41 loc) · 1.24 KB

CHANGELOG.md

File metadata and controls

49 lines (41 loc) · 1.24 KB

Changelog

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.

[1.0.1] - 2018-04-04

  • Refactor + linting
  • Change to README

[1.0.0] - 2018-04-04

  • (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

Added

  • CircleCI config
  • .editorconfig
  • Added rubocop as dev dependency

Changed

  • Corrected author email
  • Tweaks to pass rubocop

0.1.1 - 2017-10-12

Removed

  • Redundant .gem file
  • Fix WeInfuse capitalization

0.1.0 - 2017-10-12

Added

  • Initial Release