All notable changes to this project will be documented in this file. See standard-version for commit guidelines.
0.10.3 (2021-02-01)
- strict type check errors (6b549a1)
0.10.2 (2021-02-01)
- add IDataPoint type guards (e7a77d8)
0.10.1 (2020-07-08)
0.10.0 (2020-07-08)
- From this version all dates are represented as strings. This makes handling data from persistent storage and remote servers consistent. It is also what the OMH standard suggest.
This version also removes all object factory methods. Creating objects require application specific data (e.g., dates and ids) and is better done there.
- change all dates to strings and delete all factory methods (a5bb609)
0.9.5 (2020-07-06)
- menstrual headers did not initialize correctly (c46e2fb)
- MENSTRUAL_1_0_SCHEMA was not exported (cd23058)
0.9.4 (2020-07-06)
- add modified and effective date to the IHeader interface (2823a59)
0.9.3 (2020-05-24)
- compute gamePerformance and illness reports (dd0f407)
0.9.2 (2020-05-24)
- missing update of corona datapoints (3e6d810)
0.9.1 (2020-05-24)
- missing computations of new corona and menstrual datapoints (9b5adf5)
0.9.0 (2020-05-24)
- add game performance and illness reports (#7) (34ff13f)
- corona symptoms check datatype (#9) (a9042eb)
0.8.3 (2020-05-22)
- incorrect header name (adf016a)
0.8.2 (2020-05-22)
0.8.1 (2020-05-22)
- missing menstrual header export (dd6cacb)
0.8.0 (2020-05-20)
- add menstrual datapoint (d6f30c9)
- use snake case (9c14d04)
0.7.0 (2019-12-11)
0.6.0 (2018-07-22)
0.5.1 (2018-05-02)
0.5.0 (2018-05-02)
- Add injury schema. (bf9eae2)
0.4.1 (2018-03-23)
- Only add wellness points within normal range. (a9b7e7a)
- Remove truncation and averaging of RPE Data. (67204cc)
0.4.0 (2018-03-19)
- Add participation schema. (f9537c4)
0.3.6 (2018-02-19)
0.3.5 (2018-01-27)
- UserStatistics: fixed date issues when handling Session RPE datapoints. (e835c6e)
0.3.4 (2018-01-26)
0.3.3 (2018-01-26)
0.3.2 (2018-01-25)
- changed Profile.sub back to Profile.id to match db naming scheme. (50896e6)
0.3.1 (2018-01-25)
- change Profile.id to Profile.sub to match TSU API (fc4c73c)
0.3.0 (2018-01-20)
- build: copy js to dist when compililng with ts (0d09619)
- config: change moment and submodule import method (7a822b4)
- user-statistic: add getLatest method (a676076)
- wellness: Add soreness_area field to Wellness class (4a840f2)
- wellness: add version specific wellness interfaces (630af40)
0.2.0 (2018-01-13)
- time: fix t == null error (7ad6b65)
- build: add build script for Angular module (6b08463)
0.1.2 (2018-01-12)
0.1.1 (2018-01-12)
- packaging: add missing moment package (0116c13)
0.1.0 (2018-01-10)
- schemas: Add SchemaVerion class (c35167c)
0.0.0 (2018-01-09)
All notable changes to this project will be documented in this file. See standard-version for commit guidelines.