Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v2.5.6+506 #131

Open
wants to merge 27 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
f17d173
Updated Health rules (#107).
Sep 2, 2020
4bc9b26
Do not process pending events if we failed to load history (#94).
Sep 2, 2020
a4f5dc1
Updated changelog.
Sep 2, 2020
a51b804
Mark pending event that persist in history table as processed.
Sep 2, 2020
b322013
Updated changelog.
Sep 2, 2020
024571c
Fix issue with _determineIsOpen not checking weekDay (#111)
sbutler Sep 3, 2020
947dc65
Updated changelog.
Sep 3, 2020
53e59f9
Add null check before using instance props (#119)
sbutler Sep 4, 2020
57e1065
Updated changelog.
Sep 4, 2020
3cb518c
Version 2.5.5+505
Sep 8, 2020
c08e0e4
version: 2.5.6+506
Sep 8, 2020
fb3cc08
Removed SAR status entries from sample health rules. Use PCR entries …
Sep 8, 2020
b30832c
Fixed unused warning.
Sep 8, 2020
71441b1
Updated changelog.
Sep 8, 2020
28c5cb1
Fixed changelog format.
Sep 8, 2020
cbe1f79
Added 'test-user' condition [#125].
Sep 8, 2020
ac66b8f
Updated changelog.
Sep 8, 2020
d7c29a3
Merge pull request #126 from rokwire/feature/issue-125
Sep 8, 2020
c7b3a8b
Do not use explicit references to nextStep from status blob.
Sep 8, 2020
8bcf9b5
Use displayReason for status update reason, translate the date.
Sep 8, 2020
bb7a71a
Introduced and acknowledged nextStepHtml in HealthRuleStatus2 and Cov…
Sep 8, 2020
0f71f05
Merge pull request #129 from rokwire/feature/issue-128
Sep 8, 2020
ceec2f7
Updated changelog.
Sep 8, 2020
00eeb67
Introduced and acknowledged warning in HealthRuleStatus2 and Covid19S…
Sep 8, 2020
b7c0185
Merge pull request #130 from rokwire/feature/issue-127
Sep 8, 2020
638464d
Updated changelog.
Sep 8, 2020
786b611
Merge branch 'master' into release/v2.5.6+506
Sep 9, 2020
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,24 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
### Changed
- Removed SAR status entries from sample health rules. Use PCR entries instead that actually contain the same status rules.
- Fixed warnings.

### Added
- Added 'test-user' condition [#125](https://github.com/rokwire/safer-illinois-app/issues/125).
- Added 'next_step_html' to status rules and status blob. Acknowleged in Info and Next Steps panels. [#128](https://github.com/rokwire/safer-illinois-app/issues/128).
- Added 'warning' to status rules and status blob. Acknowleged in Info panel. [#127](https://github.com/rokwire/safer-illinois-app/issues/127).

## [2.5.5] - 2020-09-04
### Changed
- Updated health rules. [#107](https://github.com/rokwire/safer-illinois-app/issues/107)
- Do not process pending events if we failed to load history. [#94](https://github.com/rokwire/safer-illinois-app/issues/94)
- Mark pending event that persist in history table as processed.

### Fixed
- Add null check before using instance props. [#119](https://github.com/rokwire/safer-illinois-app/pull/119)
- Fix issue with _determineIsOpen not checking weekDay. [#111](https://github.com/rokwire/safer-illinois-app/pull/111)

## [2.5.5] - 2020-09-04
### Changed
Expand Down
Loading