Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 1008 Bytes

CHANGELOG.md

File metadata and controls

37 lines (25 loc) · 1008 Bytes

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.

[1.0.0] - 2020-03-12

Added

  • Main program implementation which reads from INPUT.txt and writes to OUTPUT.txt, both located on the same directory as the executable.

[0.0.4] - 2020-03-12

Added

  • Presenter interface and file presenter implementation, for showing vowels, number of characters and vowel percentage in the format "({<vowels}, ) -> ".

[0.0.3] - 2020-03-12

Added

  • Components to calculate percentages of vowels in a word and in full text.

[0.0.2] - 2020-03-12

Added

  • Vowel recognizer: finds vowels in a word.
  • Class that represents a generic triple of objects.

Removed

  • Pair class.

[0.0.1] - 2020-03-12

Added

  • Word parser: parses free text into a collection of words.