Skip to content

Releases: otanriverdi/ismetjs

v2.0.0

22 Dec 14:23
22d07aa
Compare
Choose a tag to compare

2.0.0 (2020-12-22)

Bug Fixes

  • parser: detects directives only when they are at the start of the comment (933012c)

Features

  • parser: looks for TODO and FIXME comments instead of own directive (6489df8)

BREAKING CHANGES

  • parser: Directives that are not at the start of the comments will be ignored
  • parser: Parser does not have a special directive anymore.

v1.1.3

17 Nov 17:32
Compare
Choose a tag to compare

1.1.3 (2020-11-17)

Bug Fixes

  • issues: gets origin correctly for https urls (17d8561)

v1.1.2

17 Nov 17:01
Compare
Choose a tag to compare

1.1.2 (2020-11-17)

Bug Fixes

  • parser: correctly prints comment location (2522bfd)

v1.1.1

17 Nov 13:27
Compare
Choose a tag to compare

1.1.1 (2020-11-17)

Bug Fixes

  • parser: tsc parsing error fixed, replaced with an if check (9069f8d)

v1.1.0

17 Nov 13:15
Compare
Choose a tag to compare

1.1.0 (2020-11-17)

Features

  • config: works in CI (491e717)
  • issues: keeps track of the comment location inside the issue body (1c3b69b)
  • parser: gets the relative filename and line/column information (9082a86)

v1.0.8

16 Nov 10:47
Compare
Choose a tag to compare

1.0.8 (2020-11-16)

Bug Fixes

  • auth: prints a better success page (3ed3b4a)
  • cli: default 'clean' flag has been set to true as it should be (c5b03ca)

Performance Improvements

  • config: token is now saved in memory instead of getting it from the file everytime (a2f9053)
  • issues: getOperations optimizations (f2352ec)

v1.0.7

14 Nov 13:31
Compare
Choose a tag to compare

1.0.7 (2020-11-14)

Bug Fixes

  • auth: better error handling for timeout (5bad79e)

v1.0.6

14 Nov 13:21
Compare
Choose a tag to compare

1.0.6 (2020-11-14)

Bug Fixes

  • npm: npm related package fixes (c608d31)

v1.0.5

14 Nov 13:01
Compare
Choose a tag to compare

1.0.5 (2020-11-14)

Bug Fixes

v1.0.4

14 Nov 12:57
Compare
Choose a tag to compare

1.0.4 (2020-11-14)

Bug Fixes

  • npm: npm related bug fix release (b9a329d)