Releases: VirtusLab/using_directives
Releases · VirtusLab/using_directives
v1.1.4
v1.1.3
Using Directives v1.1.2
Using Directives v1.0.0
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
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