release: 2.1.0

2.1.0 (2020-04-23)

Build System / Dependencies
  • 2.1.0 (ee71b0fc)
  • style: Change root dir for lint from . to src (ca239363)
  • test: Forbid test with only for release (8a958652)
  • packages: Add faker for tests (fa424bda)
Chores
  • index:
  • vscode: Add test task (9fe6cf56)
  • template: Translate README template into Russian (86a5736d)
Documentation Changes
New Features
  • scanner: Add reboot event (14a9623e)
  • access:
    • Add deleteVisit method (577d382b)
    • Add VisitResponse and ConfirmResponse interfaces (0a3cc3bc)
    • Implement AccessServcice (40907bfa)
  • verify: Implement verify method. (b3eda736)
  • statistics: Implement service for collect statistics (1c26a819)
Bug Fixes
  • test: Remove only in verify tests (171a9127)
Other Changes
Performance Improvements
  • statistics: Add storage validator (325fce89)
Refactors
  • statistics: Make private method names more informative (cfffc669)
  • record:
    • Do more readable code + improve accessibility (01ecd388)
    • Delete legacy commented out code (345aa0f6)
Code Style Changes
Tests
  • access:
    • Add test for deleteVisit method (f21982f1)
    • Add VisitResponse and ConfirmResponse interfaces (a44ae5dd)
    • Add test suites (655c65db)
  • verify: Rewrite tests from the verifyByIdAndType toverify (16ed7880)
  • statistics: