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
- Updated plugin icon
0.8.0 - 2023-04-15
- Added plugin icon
- Update minimum supported Intellij version
- Update usage of some Intellij deprecated APIs
0.7.2 - 2023-03-11
- Added ability to save plugin output #114
- Added support for running groovy scripts on publish for AEMaaCS #116
0.7.1 - 2023-02-22
- Switched to new version of AEM Groovy Console maintained by Orbinson
- Added code completion for: delete, invalidate, xpathQuery, sql2Query
0.6.4 - 2023-01-20
- Update minimum supported Intellij version
- Update usage of some Intellij deprecated APIs
- Improved code completion for copy, move, rename
- Improved code completion
- Improved detection of AEM scripts
- Added support for regular groovy files in folders marked as AEM Scripts Source Root
- Improved display documentation
- Bug fixes
- Updated min supported Intellij version
- Added ability to test connection during server configuration
- Console output improvement
- Table output improvement
- Script execution improvement
- Table Output improvements
- Added Table support in editor and console output
- Changed properties to fields
- Updated some DSL methods to return generic types instead of Object
- Slight UI changes
- Added support for recurse method in DSL
- Fixed code completion inside closure
- Slight UI changes
- Initial Release