Skip to content

Releases: VirtusLab/using_directives

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