Skip to content

Releases: nyxb/vscode-nesting-config

v1.1.9

24 Nov 22:41
Compare
Choose a tag to compare

   🚀 Features

  • package.json: Update command ID for consistency  -  by @nyxb (3610c)
    View changes on GitHub

v1.1.8

24 Nov 22:28
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v1.1.7

24 Nov 21:59
Compare
Choose a tag to compare

   🚀 Features

  • package.json: Add 'bumping' package to dependencies for version management  -  by @nyxb (23a5e)
    View changes on GitHub

v1.1.6

24 Nov 21:24
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v1.1.5

24 Nov 19:57
Compare
Choose a tag to compare

No significant changes

    View changes on GitHub

v1.1.4

24 Nov 19:54
Compare
Choose a tag to compare

   🚀 Features

  • .github/workflows:
    • Add GitHub Actions workflow for automated releases  -  by @nyxb (b75cb)
  • config.ts): add functions to get and set configuration values in VS Code workspace 🆕 feat(constants.ts:
    • Add constants for URL prefix, file name and message prefix to be used in the extension  -  by nyxb (f6408)
  • fetch.ts): add fetchLatest function to fetch the latest configuration from a remote repository and parse it 🆕 feat(fetch.ts): add fetchAndUpdate function to fetch the latest configuration and update the local configuration if it has changed 🆕 feat(index.ts): add activate function to register the manualUpdate command and initialize the extension by fetching the latest configuration 🆕 feat(index.ts:
    • Add deactivate function to deactivate the extension when it is uninstalled or disabled  -  by nyxb (c7d6b)
    • Add deactivate function to deactivate the extension when it is uninstalled or disabled  -  by nyxb (188b2)
  • logo:
    • Add logo files to extension resources directory. Add logo.png and logo.svg files to be used as the extension logo.  -  by nyxb (5f3ff)
  • package.json:
    • Add release script to automate version bumping, tagging, and publishing  -  by @nyxb (3793d)
  • update.mjs:
    • Add 'bun' to the list of workspaces to include Bun files in the update process  -  by @nyxb (f8553)

   🩹 Bug Fixes

  • index.ts: Add non-null assertion operator to autoUpdateInterval to fix potential null reference issue when autoUpdate is enabled  -  by @nyxb (cc4b7)
  • update.mjs: Update glob pattern for 'bun' to 'bun*' to include all bun related files  -  by @nyxb (6201a)
    View changes on GitHub