-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
62 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,94 +1,150 @@ | ||
# Change Log | ||
|
||
## [0.7.2] | ||
|
||
- Fixed outline's regions | ||
|
||
## [0.7.0] | ||
|
||
- big rewrite of plugin's code, to typescript | ||
- `COS` renamed `ObjectScript`, affected configuration, language, commands etc. | ||
- Export added in context menu on items in Server Explorer | ||
- Improvements in Syntax highlighting | ||
- Language `ObjectScript Class` class was added, now used just for classes | ||
|
||
## [0.6.0] | ||
|
||
### Added | ||
|
||
- Add "View others files" with shortcut | ||
|
||
## [0.5.0] | ||
|
||
### Added | ||
|
||
- Show outline symbols | ||
|
||
## [0.4.0] | ||
|
||
### Added | ||
|
||
- COS explorer | ||
|
||
## [0.3.6] | ||
|
||
### Added | ||
|
||
- Option "Compile on Save" | ||
- Additional notification window about compilation result | ||
|
||
## [0.3.5] | ||
|
||
### Added | ||
|
||
- Add initial syntax support for ClassQuery | ||
- Add initial syntax support for ForeignKey | ||
|
||
### Fixed | ||
|
||
- Corrected a bit syntax support for macros | ||
|
||
## [0.3.4] | ||
|
||
### Added | ||
|
||
- Reconnect after change settings | ||
|
||
## [0.3.3] | ||
|
||
### Added | ||
|
||
- Update settings dynamically | ||
|
||
## [0.3.2] | ||
|
||
### Fixed | ||
|
||
- Use fixed version of cos-api4node | ||
|
||
## [0.3.1] | ||
|
||
### Added | ||
|
||
- Export after compile | ||
|
||
## [0.2.3] | ||
|
||
### Fixed | ||
|
||
- Remove unused command | ||
|
||
## [0.2.2] | ||
|
||
### Added | ||
|
||
- Option 'conn.export.folder' | ||
- Option 'conn.export.atelier' | ||
- Export files as Atelier | ||
- Export files as Atelier | ||
|
||
### Changed | ||
|
||
- Configuration syntax | ||
|
||
## [0.2.1] | ||
|
||
### Fixed | ||
|
||
- API encoding | ||
|
||
## [0.2.0] | ||
|
||
### Added | ||
|
||
- Allow https | ||
|
||
## [0.1.2] | ||
|
||
### Added | ||
- Support *.mac | ||
|
||
- Support \*.mac | ||
|
||
## [0.1.1] | ||
|
||
### Added | ||
- Additional warnings about compilation | ||
|
||
- Additional warnings about compilation | ||
|
||
## [0.1.0] | ||
|
||
### Added | ||
|
||
- Save and compile | ||
|
||
## [0.0.6] | ||
|
||
### Changed | ||
|
||
- Upgrade to cos-api4node v2.0.0 | ||
|
||
## [0.0.5] | ||
|
||
### Fixed | ||
|
||
- Do not output connection password | ||
|
||
## [0.0.4] | ||
|
||
### Added | ||
- Add initial support for *.inc files | ||
|
||
- Add initial support for \*.inc files | ||
|
||
## [0.0.3] | ||
|
||
### Added | ||
|
||
- Config connection to cos-server | ||
- Export sources (experimental) | ||
|
||
## [0.0.1] | ||
- Initial release | ||
|
||
- Initial release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters