Skip to content

Latest commit

 

History

History
212 lines (127 loc) · 5.24 KB

CHANGELOG.md

File metadata and controls

212 lines (127 loc) · 5.24 KB

aem-groovyconsole-plugin Changelog

0.10.3 - 2024-08-09

  • Update supported IDE version

0.10.2 - 2024-05-02

  • Update minimum IDE version
  • Remove deprecated code usage

0.10.1 - 2024-03-27

  • Removed queryBuilder from code completion

0.10.0 - 2024-03-13

  • Added table view as IDE table
  • Added export table into CSV

0.9.2 - 2024-02-10

  • Updated http libs
  • bug fixes

0.9.1 - 2023-12-12

  • Updated with latest build template
  • Updated dependencies
  • Updated Intellij version

0.9.0 - 2023-09-02

0.8.3 - 2023-08-20

  • Updated to the latest version of Groovy Console
  • Added support for "distribute" method in code completion

0.8.2 - 2023-07-10

  • Added AEMaaCS authentication options

0.8.1 - 2023-04-21

Changed

  • Updated plugin icon

0.8.0 - 2023-04-15

Added

  • Added plugin icon

Changed

  • Update minimum supported Intellij version
  • Update usage of some Intellij deprecated APIs

0.7.2 - 2023-03-11

Added

  • Added ability to save plugin output #114
  • Added support for running groovy scripts on publish for AEMaaCS #116

0.7.1 - 2023-02-22

Changed

  • Switched to new version of AEM Groovy Console maintained by Orbinson

Added

  • Added code completion for: delete, invalidate, xpathQuery, sql2Query

0.6.4 - 2023-01-20

Changed

  • Update minimum supported Intellij version
  • Update usage of some Intellij deprecated APIs

Changed

  • Improved code completion for copy, move, rename

Changed

  • Improved code completion

Changed

  • Improved detection of AEM scripts

Added

  • Added support for regular groovy files in folders marked as AEM Scripts Source Root

Changed

  • Improved display documentation
  • Bug fixes

Changed

  • Updated min supported Intellij version

Added

  • Added ability to test connection during server configuration

Changed

  • Console output improvement
  • Table output improvement

Changed

  • Script execution improvement

Changed

  • Table Output improvements

Added

  • Added Table support in editor and console output

Changed

  • Changed properties to fields
  • Updated some DSL methods to return generic types instead of Object
  • Slight UI changes

Added

  • Added support for recurse method in DSL

Changed

  • Fixed code completion inside closure

Changed

  • Slight UI changes

Changed

  • Initial Release