Skip to content

Latest commit

 

History

History
214 lines (123 loc) · 18.9 KB

File metadata and controls

214 lines (123 loc) · 18.9 KB

Changelog

0.4.0 (2026-03-18)

Features

  • actions: replace all macros with 1 action (#120) (233b3d7)

Bug Fixes

Miscellaneous

  • cleaning repeated code with global elements (#123) (bbd0073)
  • deps-dev: bump @types/node from 25.4.0 to 25.5.0 (#125) (24647c1)
  • deps: bump actions/checkout from 6.0.1 to 6.0.2 (#85) (043face)
  • deps: bump actions/setup-node from 6.2.0 to 6.3.0 (#113) (3606d84)
  • deps: bump github/codeql-action from 4.31.10 to 4.32.6 (#114) (d6672df)
  • deps: bump github/codeql-action from 4.32.6 to 4.33.0 (#124) (47949be)
  • deps: removing mocha (#119) (e13e6ba)
  • updating markdown linting (#118) (ed1d685)

0.3.4 (2026-03-02)

Enhancements

  • eol: cleaning all eol from crlf to lf (#81) (c3f0063)
  • frontmatter: reduce frontmatter search to one (#80) (ab869b9)

Bug Fixes

  • deps: dump dependencies for fix CVE-2026-27903 (#109) (d919efb)

Miscellaneous

  • deps-dev: bump @types/node from 24.10.7 to 25.0.9 (#79) (1d0af05)
  • deps: bump actions/setup-node from 6.1.0 to 6.2.0 (#78) (ae91c53)
  • deps: bump actions/upload-artifact from 5.0.0 to 6.0.0 (#54) (255aec8)
  • deps: bump github/codeql-action from 4.31.6 to 4.31.9 (#61) (8454e8c)
  • deps: bump github/codeql-action from 4.31.9 to 4.31.10 (#77) (3fb513e)
  • deps: update internal depts of vscode 1.105.0 to 1.108.1 (#76) (b20436f)
  • workdlows: use ubuntu slim for small workflows (#82) (39289ad)

0.3.3 (2025-12-05)

Bug Fixes

  • decoration: interactive example with id not displayed as blue (#47) (829633e)

Miscellaneous

  • deps-dev: bump @typescript-eslint/eslint-plugin from 8.47.0 to 8.48.1 (#51) (dd27d3f)
  • deps-dev: bump @typescript-eslint/parser from 8.47.0 to 8.48.1 (#52) (29ca66f)
  • deps-dev: bump the development-dependencies group across 1 directory with 5 updates (#35) (4e425a4)
  • deps-dev: bump the development-dependencies group with 6 updates (#42) (f149fae)
  • deps: bump actions/checkout from 6.0.0 to 6.0.1 (#50) (0ebf463)
  • deps: bump actions/setup-node from 6.0.0 to 6.1.0 (#49) (daeae96)
  • deps: bump github/codeql-action from 4.31.0 to 4.31.2 (#34) (fdfef3e)
  • deps: bump github/codeql-action from 4.31.5 to 4.31.6 (#46) (5d9b8a1)
  • deps: bump glob from 10.4.5 to 10.5.0 (#38) (08642c4)
  • deps: bump js-yaml (#37) (6788279)
  • deps: bump reviewdog/action-setup from 1.4.0 to 1.5.0 (#40) (570897e)
  • macros: removing deprecated NonStandardBadge macro (#43) (8c55fb3)

CI/CD changes

  • dependabot: ungroup npm update to permit security check (#48) (d888205)
  • security: lock ci with SHA commit (#44) (c32074c)

0.3.2 (2025-10-30)

Enhancements

  • macros: improve macro logs and code (#30) (cb267e8)

Bug Fixes

  • main: mdn macros output duplication (#29) (f3537a0)

Miscellaneous

  • deps-dev: bump @typescript-eslint/parser from 8.46.1 to 8.46.2 (#31) (07291ae)

0.3.1 (2025-10-29)

Enhancements

  • ci: don't trigger CD/CI for text and yml files (#28) (15c42be)
  • ci: removed manual build mode on codeql (#27) (9c57ab2)

Bug Fixes

  • fetch: sha commit request fail without reset (#24) (5af2db2)

0.3.0 (2025-10-26)

Features

Bug Fixes

  • macros: EmbedLiveSample have missing parameters (#21) (ab7f071)
  • snippets: inline macros create empty parentheses (#22) (2b740f0)

0.2.1 (2025-10-24)

Enhancements

  • disable macros marked as deprecated on snippet list (d923024)
  • locales: implement locales for macros hover (es, fr, ja, ko, pt-br, ru, zh-cn, zh-tw) (#18) (ff07098)
  • snippet: disable macros marked as deprecated on snippet list (#16) (d923024)

Miscellaneous

  • deps-dev: bump the development-dependencies group with 4 updates (#13) (88e04d8)
  • update documentations of extension and macros (#14) (6da091c)
  • update readme to display gif on example (#17) (3c9c1d9)

0.2.0 (2025-10-23)

Features

  • component: implementation of the hash commit update (#10) (6c41624)

Enhancements

  • components: move elements of providers as components (#8) (fc49e43)
  • improve extension loading to detect repository (#9) (5a90319)
  • linter: change eslint rules (#11) (f9c9a06)
  • linting all files and cleaning code (#4) (72e07d1)

Bug Fixes

  • github action fail need to be separated (#5) (953bfa1)

Miscellaneous

  • deps-dev: bump eslint from 9.37.0 to 9.38.0 in the development-dependencies group (#7) (5ee8f48)
  • deps-dev: bump eslint in the development-dependencies group (5ee8f48)
  • updating readme with new hash component (#12) (dea3c3e)

0.1.1 (2025-10-17)

Bug Fixes

0.1.0 (2025-10-17)

Features

  • core: adding core content (e1b4066)
  • implement macro loader (2639681)
  • qfix: implement Quick Fix option (6d42fa9)
  • tests: adding test elements (ec41ea6)

Bug Fixes

  • missing type on maxro index (a3f0079)

Miscellaneous

  • add injection file (fdd47b5)
  • adding deprecation warning example (5ea96f6)
  • adding license file (e387532)
  • core: clean code (ec58637)
  • deps: change eslint config (f2fc6f8)
  • initial commit (ef55261)
  • lint files (eeaca50)
  • macros: add lowercased macros to normal case (6d38a59)
  • macros: adding A-H macros (a5a0157)
  • macros: adding I-X macros (baada43)
  • macros: adding macros descriptions (2a4bdaf)
  • ressources: implement plugin ressources (d8b484a)
  • updating docs elements (8a773c4)
  • utils: adding utils tools (6e1b425)
  • version: set initial version (771e331)

CI/CD changes

  • adding pr please and change validation methods (4e2ebbb)
  • implement codeql (c158853)