09-Sep-2023
- 🪅 feat: add support for the new meta statement
- 🪅 feat: add support for inserting the current ADBT version
- 🪅 feat: add support for compound statements
- 🪅 feat: add hover info for all keywords/types
- ✅ fix: fix auto-complete for statements
🦄 See also ADBT v2.0.0 for internal ADBT changes.
25-Aug-2023
- 🪅 feat: implement Actions for
include
andimport
statements
💡Actions allow you to invoke a certain function when including/importing filter list files.
Supported actions:
- trim (trims whitespace for each line from the included filter list file)
- dedupe (removes duplicates from the included filter list file)
- sort (sorts lines from the included filter list file)
- append (appends an arbitrary string to each line from the included filter list file)
- strip (strips a certain element of each line from the included filter list file)
🦄 See also ADBT v1.3.0 for internal ADBT changes.
20-Aug-2023
- 🪅 feat: implement the
import
statementimport
statements behave exactly the same asinclude
but prepend the file path of the included filter (as a comment) - 🪅 feat: implement the
tag
statementIntroduce a tagging system; special comments that get inserted in the resulting filter file, for easier navigation, search, etc.
🦄 See also ADBT v1.2.0 for internal ADBT changes.
19-Aug-2023
- 🪅 feat: support for Expires field in meta files
🦄 See also ADBT v1.1.0 for internal ADBT changes.
03-Aug-2023
- 🪅 feat: add directives support
- 🪅 feat: add more snippets
- 🪅 feat: enable trigger characters
🦄 See also ADBT v1.0.1 for internal ADBT changes.
30-Jul-2023
- ✅ fix: rework syntax highlighting,
- ✅ fix: fix hover provider bug
🦄 See also ADBT v1.0.0 for internal ADBT changes.
28-Jul-2023
- 🪅 feat: add JSON association for
*.adbm
files, - ✅ fix: improve
*.adbm
meta files Intellisense, - ✅ fix: fix README links
🦄 See also ADBT v1.0.0 for internal ADBT changes.
27-Jul-2023
- 🪅 feat: add file type icon
🦄 See also ADBT v1.0.0 for internal ADBT changes.
27-Jul-2023
- ✅ fix: fix galleryBanner on Marketplace
🦄 See also ADBT v1.0.0 for internal ADBT changes.
27-Jul-2023
- 🚀 launch: initial release 🎉
🦄 See also ADBT v1.0.0 for internal ADBT changes.