Skip to content

Latest commit

 

History

History
79 lines (45 loc) · 1.81 KB

CHANGELOG.md

File metadata and controls

79 lines (45 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.

[0.10.0] - 2020-11-11

Added

  • Update the license information to include Irish Public Sector Data license

[0.9.0] - 2020-11-11

Added

  • Added format text/json to luas address command
  • Added demo gif

[0.8.0] - 2020-11-06

Added

  • Build / test / release badges in the README.md file
  • Added codecov.io integration in the ci/cd pipelines

[0.7.0] - 2020-11-06

Added

  • You can now calculate the fare of your journey with luas fare begin_journey end_journey --adults N --children Y

[0.6.0] - 2020-11-01

Added

  • You can now get the timetable of a Luas stop using luas time <stop> in 2 formats: json and text

[0.5.0] - 2020-10-30

Added

  • You can now get the address of a Luas stop using luas address <stop>
  • Added better error handling
  • Configuration is now stored in config.py

Changed

  • Complete refactor of cli to simplify code and parameter passing

[0.4.0] - 2020-10-29

Added

  • Unit testing to all components with 100% coverage

[0.3.0] - 2020-10-28

Added

  • CI/CD pipeline allow us to build and publish the tool with a new tag is generated
  • CONTRIBUTING.md document with development information
  • Added initial test setup
  • Added bandit for static code security analysis
  • Added black as our pep8 formatting tool

Changed

  • Fixed flake8 dependency missing in the pipenv configuration

[0.2.0] - 2020-10-27

Added

  • luas map - open the location of the luas stop in a browser
  • lias status - shows operational status for all lines
  • luas stops - display the list of all stops for a particular line