Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 663 Bytes

CHANGELOG.MD

File metadata and controls

20 lines (15 loc) · 663 Bytes

Basic Math Quiz App 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.

[Unreleased]

[0.5.0] - 2018-06-23

Added

  • Operation enum with functions symbol() and calculate()
  • New Properties for first and second number, operation, result and answer
  • Helper function isCorrectAnswer with Boolean value return
  • Alert Dialogs for showing question, answer and result

Changed

  • Refactored code for cleanliness

Removed

  • print function with string "test"