Skip to content

Latest commit

 

History

History
62 lines (48 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

62 lines (48 loc) · 1.81 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.

1.0.1 - February 14th, 2021

Fixed

  • Windows system issue cannot find specified path

1.0.0 - February 13th, 2021

Added

  • Path Definitions with root,test and resources path
  • Command add to add new project
  • Command remove to remove a project
  • Command see to see projects list
  • Command open to open a project
  • Included code . for VSCode Editor
  • Pull Request template
  • Issue Templates
  • CONTRIBUTING.md file
  • CHANGELOG.md file
  • LICENSE file
  • Added validation logic for all commands
  • Test for all commands

Removed

  • Unnecessary file operations create

Changed

  • Test-cases

0.2.0 - February 2nd, 2021

Added

  • Path definitions class
  • Methods to create, read, present methods for File operations
  • setting.json file and resources folder

Removed

  • Unnecessary print statements
  • Path Definitions

Changed

  • Configuration configuration file extention
  • varibles names according to conventions

0.1.0 - February 1st, 2021

Added

  • Initial commit
  • Helper class for File operations
  • Default Configurations for App name and configuration file settings
  • Script for Application startup
  • .gitignore file