Skip to content
This repository has been archived by the owner on Apr 3, 2024. It is now read-only.

Latest commit

 

History

History
38 lines (28 loc) · 849 Bytes

HISTORY.rst

File metadata and controls

38 lines (28 loc) · 849 Bytes

Changelog

Unreleased

0.2.1 (2018-09-17)

Fixed

  • Update query function to work when a list slice is requested
  • Fix issue of output function not being in output namespace
  • Update dev dependencies

0.2.0 (2018-09-17)

Added

  • Documentation on readthedocs
  • Gif showing a demo of working application
  • An output module that display the api response in 'table' or 'json' formats
  • A query module to query api response using jq syntax
  • A cli with loaders and subcommands for all basic operations
  • BeeSync class to create and update the configuration file for the application
  • Beeminder class that handles api requests to the beeminder api

0.1.0 (2018-06-21)

Added

  • First release and initial commits