Skip to content

Latest commit

 

History

History
50 lines (29 loc) · 961 Bytes

CHANGELOG.md

File metadata and controls

50 lines (29 loc) · 961 Bytes

1.0.0

  • Initial version.

1.0.1

  • Setting up command-line executable todo_as_issue

1.1.0

  • Bug fixes

1.1.1

  • Bug fixes: Problems with path for finding todo.txt

1.1.2

  • Refactor: Lexer and parser loops

1.2.0

  • Refactor: Making todo.txt design more concise
  • Tests: Unit tests for lexer and parser

1.2.1

  • Docs: Fix documentation

1.2.2

  • Docs: Fix documentation (link to test folder was incorrect)
  • Refactor: Improving error messages for different status codes

1.3.0

  • Refactor: Refactoring error handling
  • Test: Writing tests for lexer, parser and API
  • Feature: Issues can also have an optional body text
  • Docs: Improving documentation with examples

1.3.1

  • Fix: Problem when trying to print successful message

1.3.2

  • Feature: Issues can also have a list of labels
  • Refactor: Extracting some methods on API communication code
  • Docs: Fixing some problems with links and documenting new feature