-
-
Notifications
You must be signed in to change notification settings - Fork 22
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
1 parent
a4996b0
commit 307d1d7
Showing
2 changed files
with
8 additions
and
2 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
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 |
---|---|---|
|
@@ -17,14 +17,20 @@ | |
<idea-plugin xmlns:xi="http://www.w3.org/2001/XInclude"> | ||
<id>au.com.glassechidna.luanalysis</id> | ||
<name>Luanalysis</name> | ||
<version>1.0.0</version> | ||
<version>1.0.1</version> | ||
<vendor email="[email protected]">Benjamin Dobell</vendor> | ||
<category>Custom Languages</category> | ||
<description><![CDATA[ | ||
An IDE for statically typed Lua development.<br> | ||
<p><a href="https://github.com/Benjamin-Dobell/IntelliJ-Luanalysis">Source Code</a></p> | ||
]]></description> | ||
<change-notes><![CDATA[ | ||
<strong>1.0.1</strong> | ||
<ul> | ||
<li>Replaced duplicate class inspection with duplicate type inspection. Class/alias name collisions are now reported.</li> | ||
<li>Despite the Lua manual indicating otherwise, bit32 is present in Lua 5.3, added it.</li> | ||
<li>Ensured arrays are not covariant of shapes representing tuples.</li> | ||
</ul> | ||
<strong>1.0.0</strong> | ||
Initial release | ||
<ul> | ||
|