Skip to content

Latest commit

 

History

History
162 lines (91 loc) · 6.11 KB

CHANGELOG.md

File metadata and controls

162 lines (91 loc) · 6.11 KB

Change Log

All notable changes to this project will be documented in this file.

[1.0.0] 2024-10-17

  • feat: url, staticfiles and template name provider (#15) (fa5ea7)

[0.5.4] 2024-03-16

  • chore: update sponsor url (b9ca1b)

[0.5.3] 2024-03-16

  • fix(syntax): allow dash(-) in tag name (5b53bc)

  • chore: change extension description (4f15b8)

  • chore: remove unwanted activation event (6a4da4)

  • refac: change comment func name (1d5bd8)

  • chore: update sponsor url (a99e07)

  • docs(readme): update installation guide (58e225)

[0.5.2] 2023-01-16

  • fix: activationEvents (eebec2)

  • improve(snippets): add 'm' prefix (4dd1e7)

[0.5.1] 2022-08-07

  • fix(snippets): use lowercase in models/classes prefix (77452c)

  • chore: update github username (fb3696)

[0.5.0] 2022-07-15

  • improve(comment): support multi line commenting (fd5f30)
  • docs(readme): improve comment feature section (6bbeab)
  • improve(comment): support multi selection commenting (d18385)

[0.4.0] 2022-07-12

  • feat: django template comment (7a6a48)
  • chore: fix changelog (3f950d)

[0.3.0] 2022-07-07

  • build(wepack): fix and change config (74161c8)
  • chore(vscode): problemWatcher applyTo allDocuments (c92837a)
  • fix(snippets): form method body quote (fd0218d)
  • improve(snippets): add empty tag (5d8825d)
  • docs(readme): update layout and texts (357bfff)
  • build: ignore all config scripts (b524d46)

[0.2.0] 2022-06-12

  • feat: jump to template (50aaec3)
  • fix(snippet): tag blocktrans body (9a6b00f)
  • chore: add bmac link to github funding (ba0db19)
  • chore(pkg): remove snippets keyword (b8eaa87)
  • chore: add vscode sponsor link (b8214e5)
  • fix(tm-grammer): allow @ in tag name (da56482)

[0.1.0] 2022-06-01

  • improve(tm-grammer): change tag/var bracket color (920956d)
  • improve(snippets): add new imports (66f9f8f)
  • fix(snippets): tags and filters (fc758d9)
  • docs(readme): change support section (d3f906b)
  • refactor: remove unwanted script (0cc851d)

[0.0.14] 2022-04-20

Fixed

  • textmate grammer: escape quote and don't highlight nested tag/var

[0.0.13] 2022-04-18

Changed

  • readme: feature-highlighting gif renamed

[0.0.12] 2022-04-18

Changed

  • readme: feature-highlighting gif regenerated

[0.0.11] 2022-04-18

Changed

  • readme: feature-highlighting gif renamed

[0.0.10] 2022-04-18

Fixed

  • readme: feature-highlighting gif

[0.0.9] 2022-04-18

Fixed

  • textmate grammer: don't highlight inside comments and strings

[0.0.8] 2022-04-18

Changed

  • readme: feature-highlighting gif updated

[0.0.7] 2022-04-15

Fixed

  • textmate token: keyword.operator.comparison

[0.0.6] 2022-04-15

Fixed

  • snippets: comment

[0.0.5] 2022-04-10

Changed

  • snippets: description cleaned

[0.0.4] 2022-04-09

Added

  • readme: buymeacoffee icon

[0.0.3] 2022-04-08

Added

  • buymeacoffee link

Changed

  • readme layout

[0.0.2] 2022-04-04

Bug Fixes

  • snippets:
    • render tags in multiline instead of single
    • cursor points improved

[0.0.1] 2022-04-03

  • Initial release