georgewfraser / vscode-tree-sitter

Accurate syntax coloring for VSCode using tree-sitter
MIT License
175 stars 25 forks source link

Keep a Changelog #15

Open connorshea opened 5 years ago

connorshea commented 5 years ago

I'd appreciate a changelog so I can keep up with whatever changes are made to the extension :) I didn't know it supported color schemes now since I wasn't subscribed to #10.

I usually base mine off the Keep a Changelog format. There's not really a reason to follow semver for an editor extension, so I'd recommend just removing that part of the template.

I've added most of the current releases here, albeit not all of them have content. You can remove older releases if you don't want to go through and write up the changes :) Also, you should probably add git tags for all the recent releases.

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

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## [Unreleased]

## [0.1.18] - 2019-05-25
### Fixed
- Fix coloring problems with Ruby.

## [0.1.17] - 2019-05-25
### Added
- Add Ruby support.

## [0.1.16] - 2019-05-24
### Fixed
- Use theme colors.

## [0.1.15] - 2019-05-23
### Added

## [0.1.14] - 2019-05-23
### Added

## [0.1.13] - 2019-05-22
### Fixed
- Remove stray `console.log`.

## [0.1.12] - 2019-05-22
### Changed
- Switch to WebAssembly

## [0.1.11] - 2019-05-21
### Added

## [0.1.10] - 2019-05-21
### Added

## [0.1.9] - 2019-05-21
### Added

## [0.1.8] - 2019-05-20
### Added

## [0.1.7] - 2019-05-20
### Added

## [0.1.6] - 2019-05-19
### Added

## [0.1.5] - 2019-05-19
### Added

## [0.1.4] - 2019-05-19
### Added

## [0.1.3] - 2019-05-19
### Added

## [0.1.2] - 2019-05-19
### Added

[Unreleased]: https://github.com/georgewfraser/vscode-tree-sitter/compare/v0.1.18...master
[0.1.18]: https://github.com/georgewfraser/vscode-tree-sitter/compare/v0.1.17...v0.1.18
[0.1.17]: https://github.com/georgewfraser/vscode-tree-sitter/compare/v0.1.16...v0.1.17
[0.1.16]: https://github.com/georgewfraser/vscode-tree-sitter/compare/v0.1.15...v0.1.16
[0.1.15]: https://github.com/georgewfraser/vscode-tree-sitter/compare/v0.1.14...v0.1.15
[0.1.14]: https://github.com/georgewfraser/vscode-tree-sitter/compare/v0.1.13...v0.1.14
[0.1.13]: https://github.com/georgewfraser/vscode-tree-sitter/compare/v0.1.12...v0.1.13
[0.1.12]: https://github.com/georgewfraser/vscode-tree-sitter/compare/v0.1.11...v0.1.12
[0.1.11]: https://github.com/georgewfraser/vscode-tree-sitter/compare/v0.1.10...v0.1.11
[0.1.10]: https://github.com/georgewfraser/vscode-tree-sitter/compare/v0.1.9...v0.1.10
[0.1.9]: https://github.com/georgewfraser/vscode-tree-sitter/compare/v0.1.8...v0.1.9
[0.1.8]: https://github.com/georgewfraser/vscode-tree-sitter/compare/v0.1.7...v0.1.8
[0.1.7]: https://github.com/georgewfraser/vscode-tree-sitter/compare/v0.1.6...v0.1.7
[0.1.6]: https://github.com/georgewfraser/vscode-tree-sitter/compare/v0.1.5...v0.1.6
[0.1.5]: https://github.com/georgewfraser/vscode-tree-sitter/compare/v0.1.4...v0.1.5
[0.1.4]: https://github.com/georgewfraser/vscode-tree-sitter/compare/v0.1.3...v0.1.4
[0.1.3]: https://github.com/georgewfraser/vscode-tree-sitter/compare/v0.1.2...v0.1.3
[0.1.2]: https://github.com/georgewfraser/vscode-tree-sitter/compare/v0.1.1...v0.1.2