Skip to content
This repository has been archived by the owner on Sep 3, 2021. It is now read-only.

Releases: Togusa09/vscode-tmlanguage

Release v0.8.5

22 Jan 00:46
Compare
Choose a tag to compare
Release v0.8.5 Pre-release
Pre-release
  • Fix source language detection and file path (linux) (from PR by @tgrospic)
  • Updated required VSCode version to 1.19.0
  • Updated npm packages to latest version

Release v0.8.4

08 Oct 09:57
Compare
Choose a tag to compare
Release v0.8.4 Pre-release
Pre-release
  • Added setting to control whether overwrite existing files when converting, or create a new one. Defaults to overwriting existing files

Release v0.8.2

26 Aug 14:30
Compare
Choose a tag to compare
Release v0.8.2 Pre-release
Pre-release

Improvements to error handling and language files from @ar-shao and @Gama11

Release v0.8.1

24 Aug 21:54
Compare
Choose a tag to compare
Release v0.8.1 Pre-release
Pre-release
  • Appends a number to the end of the new filename if a file is found with the desired name

Release v0.8.0

17 Feb 04:12
Compare
Choose a tag to compare
Release v0.8.0 Pre-release
Pre-release
  • Updates dependencies to fix incompatibility with the newer extension api

Release v0.7.1

11 Jun 10:43
Compare
Choose a tag to compare
Release v0.7.1 Pre-release
Pre-release

Version numbering has shifted a place to the left, so that I can number bugfix releases in between actual feature releases. Thanks to those that have submitted bugs.

  • Fixed destination file name generation when converting files (Issue #2)
  • Files are now generated in the same director as the source file, not the solution root.

Release v0.0.7

10 May 09:08
Compare
Choose a tag to compare
Release v0.0.7 Pre-release
Pre-release
  • Added support for dealing with file name collision when converting files
  • Comment line at the start of a file is now ignored when performing conversion

Release v0.0.6

05 May 09:21
Compare
Choose a tag to compare
Release v0.0.6 Pre-release
Pre-release
  • Fixed type converter commands not being registered

Release v0.0.5

04 May 13:00
Compare
Choose a tag to compare
Release v0.0.5 Pre-release
Pre-release
  • Changed target engine version to VSCode 1.0.0
  • Fixed conversion to YAML-tmlanguage
  • Added completion for tag names after '#' in JSON-tmlLanguage files
  • Added UUID format validation in JSON-tmLanguage files

Release v0.0.4

08 Apr 11:14
Compare
Choose a tag to compare
Release v0.0.4 Pre-release
Pre-release
  • Added commands for converting between PLIST/YAML/JSON tmLanguage files