Skip to content

Commit

Permalink
Plugin: Add messages for 1.6.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ratijas committed Nov 14, 2023
1 parent 39bc8a4 commit 9d9b1da
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
3 changes: 2 additions & 1 deletion messages.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"1.0.0": "messages/1.0.0.txt",
"1.2.0": "messages/1.2.0.txt"
"1.2.0": "messages/1.2.0.txt",
"1.6.0": "messages/1.6.0.txt"
}
18 changes: 18 additions & 0 deletions messages/1.6.0.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
QML for Sublime Text 1.6.0 has been released!

This minor version brings some quality-of-life improvements:

- more hardcoded enum names from the standard library,
- new: support for explicit enum values (numeric literals),
- new: support for type casting `as` operator, which is a QML Engine's
extension to JavaScript syntax.
- new: support for the newer pragma syntax like this:

pragma ValueTypeBehavior: Copy, Addressable

- allow `void` and arbitrary gadget names for properties and function
signatures.
- keeping up with upstream changes to the JavaScript package.

If you are a KDE developer, make sure to also check out kdesrc-build plugin
for Sublime Text at https://github.com/ratijas/kdesrc-build-sublime

0 comments on commit 9d9b1da

Please sign in to comment.