Skip to content

Latest commit

 

History

History
125 lines (73 loc) · 3.86 KB

CHANGELOG.md

File metadata and controls

125 lines (73 loc) · 3.86 KB

📒 Changelog


v1.4.0

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.


v1.3.0

25-Aug-2023

  • 🪅 feat: implement Actions for include and import 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.


v1.2.0

20-Aug-2023

  • 🪅 feat: implement the import statement

    import statements behave exactly the same as include but prepend the file path of the included filter (as a comment)

  • 🪅 feat: implement the tag statement

    Introduce 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.


v1.1.0

19-Aug-2023

  • 🪅 feat: support for Expires field in meta files

🦄 See also ADBT v1.1.0 for internal ADBT changes.


v1.0.5

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.


v1.0.4

30-Jul-2023

  • ✅ fix: rework syntax highlighting,
  • ✅ fix: fix hover provider bug

🦄 See also ADBT v1.0.0 for internal ADBT changes.


v1.0.3

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.


v1.0.2

27-Jul-2023

  • 🪅 feat: add file type icon

🦄 See also ADBT v1.0.0 for internal ADBT changes.


v1.0.1

27-Jul-2023

  • ✅ fix: fix galleryBanner on Marketplace

🦄 See also ADBT v1.0.0 for internal ADBT changes.


v1.0.0

27-Jul-2023

  • 🚀 launch: initial release 🎉

🦄 See also ADBT v1.0.0 for internal ADBT changes.