diff --git a/CHANGELOG.md b/CHANGELOG.md index 77e77b390f..34520a1546 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## 0.4 - (In Development) +## 0.4 - 2017-01-03 Language Support: diff --git a/build.gradle b/build.gradle index 526c00b5bd..3086679ed4 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { apply plugin: 'jacoco' group 'uk.co.reecedunn.intellij.plugin.xquery' - version '0.4-dev' + version '0.4' repositories { mavenCentral() diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index 39ec9ab77c..76c0d4ec4e 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -10,19 +10,19 @@ ]]> Release 0.3: -

Language Support:

+

Release 0.4:

+

Language Support:

    -
  1. Complete support for XQuery 3.1 constructs.
  2. -
  3. Complete support for Update Facility 3.0 extensions.
  4. -
  5. Improved error reporting on unbalanced XML (DirElemConstructor parsing).
  6. -
  7. Support for xqDoc documentation comments.
  8. +
  9. Complete support for XQuery Scripting Extensions 1.0.
  10. +
  11. Support highlighting xqDoc parameter names.
  12. +
  13. Support highlighting XML PredefinedEntityRef and CharRef tokens in xqDoc comments.
  14. +
  15. Support BaseX 7.8 and 8.5 `update` expressions.
-

IntelliJ Integration:

+

Bug Fixes:

    -
  1. Paired brace matching.
  2. -
  3. Commenting code support.
  4. -
  5. Fixed VersionDecl conformance checks on invalid version strings.
  6. +
  7. Don't crash when resolving an empty URILiteral in an import statement.
  8. +
  9. Fix highlighting : at the start of a line in xqDoc comments.
  10. +
  11. array-node {} is valid in MarkLogic 8.0.
]]>