Skip to content

Releases: VirtusLab/using_directives

v1.1.4

19 Dec 13:55
96aa8ca
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.3...v1.1.4

v1.1.3

12 Dec 11:13
f904a1c
Compare
Choose a tag to compare

What's Changed

  • Switch test reports to OSS flow by @Gedochao in #64
  • Fix the test report regex by @Gedochao in #66
  • Remove redundant warning at the beginning of a value followed with a comma by @Gedochao in #62

New Contributors

Full Changelog: v1.1.2...v1.1.3

Using Directives v1.1.2

28 Nov 13:17
fd4a42f
Compare
Choose a tag to compare

What’s Changed

  • improvement: Accept comma only if followed by whitespace (#61) @tgodzik

Using Directives v1.0.0

04 May 16:35
4c48809
Compare
Choose a tag to compare

What’s Changed

  • chore: Add configuration for release drafter (#54) @tgodzik
  • chore: Add automatic release drafter (#53) @tgodzik
  • refactor: Remove the possibility of nesting from API to simplify (#52) @tgodzik
  • feature: Allow to omit commas in lists of values (#51) @tgodzik
  • refactor: Remove indentation logic since it's no longer needed (#49) @tgodzik
  • refactor: Don't allow multiline comments to simplify (#50) @tgodzik
  • refactor: Remove UsingDirectiveKind and multiline strings (#48) @tgodzik
  • refactor: Remove require and @require syntax support (#47) @tgodzik
  • improvement: allow values without quotes (#46) @tgodzik
  • improvement: Remove @using which has been deprecated a while ago (#45) @tgodzik
  • feature: Remove multiline directives to simplify them (#44) @tgodzik

v0.0.10

14 Dec 11:03
f3f656a
Compare
Choose a tag to compare

What's Changed

  • Fix StackOverflowError caused by recursive calls in fetchToken for files with huge amounts of commented lines by @KacperFKorban in #43

Full Changelog: v0.0.9...v0.0.10