Skip to content

1.0.4

Compare
Choose a tag to compare
@akshaybabloo akshaybabloo released this 31 Jan 03:45
· 192 commits to master since this release

Removed

  • CHANGELOG.rst and README.rst removed
  • pairwise removed

Added

  • .tox/* and *tests* to ignore list for codecov
  • Codecov and build status badges added
  • Tests added -
    • date_convert,
    • multi_key_gitlab,
    • description
    • base.py,
    • version
    • test_date_convert_pass2
    • test_GitHubRequest_fail, test_GitHubRequest_fail_2 and TestGitHubRequestInit
    • TestGitHubRequestFail
    • TestGitHubRequest, test_GitLabRequest_fail, test_GitLabRequest_fail_2, TestGitLabRequestInit, TestGitLabRequestFail, TestGitLabRequest
    • test_GitLab_repo_id
    • test_get_repo_url_info_fail_2
    • test_cli_help, test_print_version
    • test_markdown_fail, test_json_fail
    • test_markdown_fail_2, test_json_fail_2
    • test_markdown_exception, test_json_exception, test_markdown_fail_3, test_json_fail_3
    • TestGitHubFormatMarkdown and TestGitHubFormatJson
    • TestGitLabFormatMarkdown and TestGitLabFormatJson
  • Problems you might encounter added to README.md and typos corrected
  • JSON output example added to README.md
  • release-exporter.png added to README.md
  • CHANGELOG.json added
  • Usage of --location clearly explained.
  • Blog URL added to README.md
  • invalid token added as exception in exceptions.py
  • Create temp files for testing get_repo_url_info()

Fixed

  • configparser raises configparser.DuplicateSectionError if more than one section is found.

Changed

  • url changed in setup.py
  • description now returns a string instead of just printing when the function is called
  • _version.py -> version.py
  • version() -> __version__
  • RequestBase merged into FormatBase
  • sys.exit(1) -> raise
  • main removed from __init__.py and cli is used
  • DuplicateSectionError raised instead of using print it