Skip to content

Latest commit

 

History

History
93 lines (48 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

93 lines (48 loc) · 1.18 KB

Change Log

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.

3.0.0 - 2021-10-01

Added

  • Table columns: update_available_title, update_required_title

Changed

  • getApplicationCompatibility function - use new columns
  • Models/Version getVersions function - select new columns

Deprecated

  • Nothing

Removed

  • nothing

Fixed

  • Nothing

2.0.0 - 2021-08-31

Added

  • Custom exception ComparisonException

Changed

  • getApplicationCompatibility function - catch custom exception

Deprecated

  • Nothing

Removed

  • nothing

Fixed

  • Nothing

1.0.2 - 2021-08-31

Added

  • Nothing

Changed

  • getApplicationCompatibility function - add validate when candidate version == min release version

Deprecated

  • Nothing

Removed

  • nothing

Fixed

  • Nothing

1.0.1 - 2021-08-31

Added

  • Nothing

Changed

  • getApplicationCompatibility function - add validate when candidate version > max release version

Deprecated

  • Nothing

Removed

  • nothing

Fixed

  • Nothing