Skip to content

Latest commit

 

History

History
60 lines (38 loc) · 1.66 KB

File metadata and controls

60 lines (38 loc) · 1.66 KB

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]

##[1.1.0] 2021-09-17 -created a number evaluation process

-allows user to input expression and get the evaluated statement (left to right)

-allows the user to put a batch file in the resources directory and then evaluate the file directly, displaying an output

-cleaned up files that will be pushed to github.

-updated README

ADDED

-FileReader.java

-Expression.java

-batch.txt (this will not exist for you)

##[1.0.5] 2021-09-16 -changed a couple comments -This should be the final 1.0 branch release

##[1.0.4] 2021-09-12 -fixed an issue where arguments were not being passed in correctly -updated some documentation -screwed around with git flow and created versions 1.0.1-1.0.3

[1.0.0] 2021-09-12

-Implemented all the necessary code for the release of verson 1.0.0 as specified in the Moodle Homework 1 assignment page. -Capitalized a couple of words in the changelog. -Added much better documentation

[0.2.0] 2021-09-12

-Added basic Apache common CLI functionality. This means that you can use the -help option to display information about the application. -Note that the implementation will likely change significantly from here, this is essentially a hello world for the CLI tool.

[0.1.0] 2021-09-11

-Used Gradle to create an app that gives hello world functionality.

ADDED

-A bunch of boilerplate files by running "gradle init"

[0.0.1] - 2021-09-11

Added

-Changelog -README