Skip to content

Releases: ligasgr/intellij-xquery

Version 2.2.0

09 Sep 16:34
Compare
Choose a tag to compare
v2.2.0

v2.2.0 release

Version 2.1.0

04 Jul 13:37
Compare
Choose a tag to compare
v2.1.0

v2.1.0 release

Version 2.0.0

26 May 21:00
Compare
Choose a tag to compare
  • Improve syntax error handling.
  • Add query body to structure view.
  • Use vendor provided interface for running saxon.
  • Issue #21 - Unused variable/parameter highlighting (by Arnost Valicek).
  • Issue #75 - Issues with lexical analysis of keywords in SequenceType.
  • Issue #76 - Issues with lexical analysis of keywords in path expressions.
  • Issue #77 - Project level settings to choose default new files extensions.
  • Issue #79 - Embedded BaseX.
  • Issue #80 - Added XQuery flavour type setting to fix differences between default namespaces.
  • Issue #91 - Live templates (by Arnost Valicek and Dirk Kirsten).
  • Issue #93 - Enhanced file navigation (alt-up and alt-down) (by Mateusz Rudnicki).
  • Issue #96 - Remove unused import - quick fix (by Arnost Valicek).
  • Issue #100 - 'Optimize imports' to remove unused imports (by Arnost Valicek).
  • Issue #104 - Inspection - check if module namespace prefix is same as module file name (by Arnost Valicek).

Version 1.0.0

01 Jan 20:18
Compare
Choose a tag to compare
  • Minor tweaks & bug fixes.
  • Documentation for built in functions.
  • Documentation for functions and variables based on xqDoc.
  • Highlighting of xml content.
  • Issue #27 - Colours page.
  • Issue #32 - XQuery 3.0 standard built-in function completion.
  • Issue #64 - Parameter info tooltip.
  • Issue #73 - Annotations with literals don't work.
  • Issue #74 - FLWOR formatting issues while typing.
  • Issue #78 - Formatting issues with keywords which are first token in block.
  • Issue #82 - Adding visibility filter - structure view is able to filter non-public functions/variables (by Arnost Valicek).
  • Issue #83 - Folding of functions, namespace declarations and imports (by Arnost Valicek).

Version 0.0.9

06 Nov 00:11
Compare
Choose a tag to compare
  • Issue #65 - Variable is passed to the runner even when pass checkbox is not selected.
  • Issue #51 - Inspection for unused imports (by Slawomir Wachowski).
  • Issue #22 - Add analysis for duplicate function declarations (by Michal Jedynak).

Version 0.0.8

23 Oct 14:35
Compare
Choose a tag to compare
  • Issue #34 - Introduce runner for xquery main modules (please check comments in the issue for current limitations).
  • Issue #47 - Structure view should display visibility modifier (by Arnost Valicek).
  • Issue #52 - Parser doesn't recognise attribute xpath axis.
  • Issue #53 - Unary operators formatting.

Version 0.0.7

15 Sep 20:14
Compare
Choose a tag to compare
  • Minor bug fixes.
  • Code formatter enhancements.
  • Issue #2 - Description too long in usage search results window.
  • Issue #10 - Function references don't check function arity.
  • Issue #11 - Access modifier is not checked during completion.
  • Issue #13 - Imported module referencing enhancement (supports relative paths).
  • Issue #26 - Safe delete refactoring.
  • Issue #29 - New XQuery module/library action.
  • Issue #31 - Named function reference.
  • Issue #38 - Quote handler.
  • Issue #39 - Support simple map operator (!).
  • Issue #40 - Range handler for function (context info).
  • Issue #41 - Sort Alphabetically does not work in structure view.
  • Issue #42 - Formatter messing up indention on cut/paste, on newline?.

Version 0.0.6

02 Sep 12:51
Compare
Choose a tag to compare
  • Minor bug fixes.
  • Issue #8 - Syntax errors during parsing of functx.xq.
  • Issue #18 - Introduce caching.
  • Issue #28 - Code formatter.
  • Issue #37 - Structure view.

Version 0.0.5

19 Aug 11:01
Compare
Choose a tag to compare
  • Minor bug fixes.
  • Small code completion display changes.
  • Building project and generating idea project structure with gradle.
  • Issue #4 - Function completion from imported files missing.
  • Issue #5 - Lack of PI support.
  • Issue #6 - Lack of CDATA support.
  • Issue #7 - Lack of PRAGMA support.
  • Issue #14 - Reference for default function namespace doesn't work (small performance degradation for find usages introduced while fixing).
  • Issue #36 - Variable completion from imported files missing.

Version 0.0.4

02 Aug 14:07
Compare
Choose a tag to compare
  • Minor bug fixes.
  • Additional extensions added by default.
  • Updated required minimum IntelliJ version.
  • Issue #1 - Errow when trying to open file.
  • Issue #17 - Simple keyword completion.
  • Issue #16 - Function completion to have () added by default.
  • Issue #15 - Function reference based completion to work without ().