Releases: dkandalov/live-plugin
Releases · dkandalov/live-plugin
v0.5.5beta
v0.5.4beta
- updated scala and clojure libs (issue #51)
- misc PluginUtil API and UI fixes
v0.5.3beta
Fixes for compatibility with IU-140.2493 API changes and script engine in groovy 2.3.9.
v0.5.2beta
- issue #49 fix
v0.5.0beta
- reviewed examples
- more stuff in PluginUtil API (e.g. compiler/test/vcs listener)
- removed deprecated methods
- updated icon for Darcula theme
- "master" is again for both IJ13,14
v0.4.0beta
- MakePluginFilesAlwaysEditable fix (issue #44)
(master branch is now only for IJ14)
v0.3.7beta, v0.3.8beta
v0.3.6beta
- add plugin from gist action
- built-in $PLUGIN_PATH variable in "add-to-classpath"
- IntegrationTestsRunner runs tests in background thread
- alternative maven repo for downloading scala libs (repo1.maven.org didn't work for scala libs)
v0.3.5beta
Basic integration test runner.
Adding jars to plugin classpath using wildcards (e.g. "mockito/*.jar")
v0.3.3beta
- fix to work in latest IJ13 build
- misc minor improvements