We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 518d67e + 8d99c69 commit 66be061Copy full SHA for 66be061
CHANGELOG.md
@@ -0,0 +1,19 @@
1
+# Changelog
2
+All notable changes to this project will be documented in this file.
3
+
4
+The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5
+and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6
7
+## [Unreleased]
8
+- No changes currently
9
10
+## [1.1.0] - 2019-02-22
11
+### Added
12
+- Added missing functions in /src/defs/defs.ts
13
+- Definition generator (for internal developers)
14
15
+## 1.0.2 - 2019-02-15
16
+- Initial release based on https://github.com/SE2Dev/CoD-Sense
17
18
+[Unreleased]: https://github.com/atrX/vscode-codscript/compare/v1.1.0...HEAD
19
+[1.1.0]: https://github.com/atrX/vscode-codscript/compare/v1.0.2...v1.1.0
0 commit comments