All notable changes to this project will be documented in this file.
Tags
- Features
- Bug Fixes
- Performance Improvements
- Enhancements
- Dependency Updates
- Breaking Changes
- Documentation
- Internal
- update
prettier
to v3.0.0 (a2b8372)
- update
prettier
to v2.8.7 (d4f69ee)
- update
prettier
to v2.8.3 (1e01cda) - update
@vscode/vsce
to v2.17.0 (6b325fb) - update
typescript
to v4.9.5 (6b325fb)
- remove deprecated activation events (be469f7)
- update
prettier
to v2.8.1 (a682729) - update
typescript
to v4.9.4 (212a61e) - update
webpack
to v5.75.0 (96fb1e5) - update
vsce
to v2.15.0 (14439b6) - update
@types/vscode
to v1.74.0 (327d0cd) - update nodejs to v18 (c8f266f)
- update
typescript
to v4.7.3 (85d09ee) - update
webpack
to v5.73.0 (238ea6a) - update
vsce
to v2.9.1 (0bacef6)
- update
prettier
to v2.6.2 (e326370) - update
webpack
to v5.71.0 (9526dba) - update
@types/vscode
to v1.66.0 (1c73a52)
- fix language selectors for vscode web (c973401)
- update
prettier
to v2.6.1 (b863255)
- support vscode web (5b47eb5)
- update
prettier
to v2.5.1 (6b614fc)
- remove useless activate command (579eb5c)
- update to eslint v8 (af214d7)
- enable webpack infrastructureLogging (7ce9c3f)
- update recommended extensions (2b99970)
- ignore prettier from webpack compilation (0016c0d)
- ignore project releated files from publish (b51b897)
- update devDependencies (5151ece)
- add support for untrusted workspaces (bc0dc37)
- apply error bg on stausbar item during format error (811de84)
- update
prettier
to v2.4.1 (ea54976)
- remove duplicate commands (cf22803)
- update
prettier
to v2.3.0 (0e1cf7a)
- update to nodejs v16/npm v7 (9e8bceb)
- add option
trailingComma
, defaults toes5
(6d5f091)
- update LICENSE (af91dd0)
- update
prettier
to v2.2.1 (3baa058)
- update
prettier
to v2.0.2 (8bb6d86) - update devDependencies (e4874cd)
- downgrade typescript to v4 (711a6dc)
- fix a typo in configuration (4f35669)
- removed
scssFormatter.tabWidth
in favour ofeditor.tabSize
(403e46d) - removed
scssFormatter.useTabs
in favour ofeditor.insertSpaces
(403e46d)
- update
@types/node
to v13.9.5 (e00a06a)
- cleanup internal services (8952533)
- replace
tslint
withtypescript-eslint
(f514b64)
- migrate to github actions from travis-ci (8ad81a8)
- update node version requirement (0d7f3fc)
- set
defaultBuildTask
aspreLaunchTask
in vscode launch config (5e86c93)
- update
prettier
to v1.18.2 (82ffd3d) - update
@types/mocha
to v5.2.7 (82ffd3d) - update
@types/prettier
to v1.18.2 (82ffd3d) - update
husky
to v3.0.3 (82ffd3d) - update
tslint
to v5.18.0 (82ffd3d) - update
typescript
to v3.5.3 (82ffd3d) - update
@types/node
to v10.14.15 (ffcf4e1) - update vscode test runner (1b6e6a6)
- update
@types/node
to v10.12.29 (02c294b) - update
@types/mocha
to v5.2.6 (02c294b) - update
vscode
to v1.1.30 (02c294b) - update
@types/prettier
to v1.16.1 (02c294b) - update
prettier
to v1.16.4 (02c294b)
- file rename scssFormatterProvider to FormatterProvider (eb5f15d)
- remove unncessary use strict statement (00c1eb7)
- fix warnings in package.json (02c294b)
- add an option to specify
printWidth
, defaults to120
(2dbc172)
- update
@types/node
to v10.12.18 (ee7bc09) - update
husky
to v1.3.1 (ee7bc09) - update
tslint
to v5.12.1 (ee7bc09) - update
typescript
to v3.2.4 (ee7bc09) - update
vscode
to v1.1.28 (ee7bc09)
- update
typescript
to v3.2.1 (dcc6d59) - update
@types/prettier
to v1.15.2 (d8bf27e) - package-lock.json maintenance update (def591e)
- move @types/prettier to devDependencies (59e489e)
- use type definitions for prettier (25b9b35)
- update homepage link in package.json (7420978)
- add commands to show/clear formatter output logs (a347d1c)
- add message to output console on format success (7420978)
- clear statusbarItem if active editor's file scheme doesn't match supported file types (459c1d2)
- remove package-lock.json from extension bundle (3be1f3d)
- handle extension registration efficiently (9a6fd40)
- show extension version instead of prettier version (ca4f516)
- update
@types/node
to v10.12.10 (ea49c29)
- use proper menu category for commands (de74a9c)
- remove redundant code in deactivate method (7f59324)
- new command
SCSS Formatter: Activate
to activate the extension (754d2fd)
- revert: don't activate extension on startup (754d2fd)
- update
husky
to v1.2.0 (e4e17d8)
- add extension tests (b070fa3)
- set minimum vscode requirement to v1.29.0 (a4195b7)
- update
prettier
to v1.15.2 (f3a3a70) - update
@types/node
to v10.12.9 (f3a3a70) - update
husky
to v1.1.4 (f3a3a70)
- update
prettier
to v1.15.1 (618050b) - update
@types/node
to v10.12.2 (618050b) - update
typescript
to v3.1.6 (618050b) - update
husky
to v1.1.3 (618050b)
- update
prettier
to v1.14.3 (21df4ad) - update
@types/node
to v10.11.4 (21df4ad) - update
typescript
to v3.1.1 (21df4ad) - update
husky
to v1.1.0 (21df4ad)
- don't use standard-version for generating changelogs (768e1d6)
- update README.md with installation instructions
- disable
singleQuote
enabled by default(db9cd59)
- Initial Release: A VS Code Extension to format SCSS