Skip to content

Latest commit

 

History

History
64 lines (39 loc) · 1.21 KB

CHANGELOG.md

File metadata and controls

64 lines (39 loc) · 1.21 KB

Changelog

All notable changes to the "vscode-nginx" extension will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.7.2] - 2019-10-22

Changed

@wvoyek

  • Correct path to the 'configuration' item in package.json
  • Updated comment regex in nginx.tmLanguage.json

0.7.1 - 2019-05-14

Added

@virgilwashere

  • MIT license
  • File association for nginx.conf
  • File associations for Nginx include files: mime.type fastcgi_params proxy_params scgi_params uwsgi_params fastcgi-php.conf fastcgi.conf

Changed

@virgilwashere

  • Updated README.md

0.7.0 - 2019-03-15

Added

Changed

  • Converted syntax file from XML to JSON

Removed

Fixed

[0.6.0] - 2018-11-04

Added

  • Initial release