Skip to content

Latest commit

 

History

History
86 lines (68 loc) · 2.83 KB

CHANGELOG.md

File metadata and controls

86 lines (68 loc) · 2.83 KB

Changelog

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

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

0.10.0 - 2023-06-01

This release requires at least glualint 1.17.0 to be installed

Fixed

  • Fixed indentation being broken on newer glualint versions
  • Fixed pretty printing not working on newer glualint versions

0.9.0 - 2023-05-29

Fixed

  • Fixed warning thrown when changing documents

0.8.0 - 2022-10-22

Fixed

  • No longer attempt to set cwd on virtual filesystems (fixes #10)

0.7.0 - 2021-09-24

Fixed

  • Properly set working folder for subdirectories (fixes #8)

0.6.0 - 2021-02-08

Fixed

  • Fixed pretty print truncating files when prettyprint_rejectInvalidCode is enabled (#6)
  • Support for multiple workspaces

0.5.0 - 2020-04-12

Fixed

  • Fixed linting being cleared when opening 0 problem files (#3)

0.4.1 - 2018-08-05

Added

  • Use vscode indentation settings for pretty printing
  • Manual lint command

0.4.0 - 2018-08-04

Added

  • Added pretty printing support (#2)

0.3.0 - 2017-11-29

Fixed

  • Fix extension not being activated for regular lua files (#1)

0.2.0 - 2017-11-07

Added

  • Added configuration options

0.1.3 - 2017-11-07

Added

  • Added installation instructions

0.1.2 - 2017-11-06

Fixed

  • Fixed repository link in package

0.1.1 - 2017-11-06

Fixed

  • Corrected args passed to glualint

0.1.0 - 2017-11-06

  • Cleaned up code

0.0.1 - 2017-11-06

  • Initial Version