Skip to content

Latest commit

 

History

History
149 lines (80 loc) · 5.12 KB

CHANGELOG.md

File metadata and controls

149 lines (80 loc) · 5.12 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

19.0.8 - 2024-09-16

Changed

  • Update to version of ASM that supports JDK21 #65

19.0.7 - 2024-08-07

Changed

  • Updated to latest groovy version #53

19.0.6 - 2024-08-07

Added

  • Add Groovy console to the Tools menu #56

Changed

  • Remove all dependencies on Guava #62
  • Fix Cloud pipeline package Overlap Issue #52

19.0.5 - 2024-02-10

Changed

  • Create /var/groovyconsole/audit as sling:Folder to make type conflicts: #50

19.0.4 - 2023-08-14

Added

  • Add distribute method using Sling Content Distribution: #39

Fixed

  • Only insert service when searching after pressing enter when using arrow keys: #43

19.0.3 - 2023-02-21

Fixed

  • Table component did not work anymore as expected #41

19.0.2 - 2023-02-21

Fixed

  • Table component did not work anymore as expected #41

19.0.1 - 2023-02-17

Changed

  • Compile with JDK 8 as to support AEM 6.5 customers who haven't updated yet

19.0.0 - 2023-02-15

Changed

  • Add invalidate method, replace current invalidate with name delete: #37

18.0.3 - 2023-01-05

Changed

  • Only internal changes to automate releases

18.0.2 - 2023-01-05

Changed

  • Split the bundle into an API and Core bundle and add package versions: #31
  • Use the bnd-baseline-maven-plugin to verify when to upgrade the package versions: #31

18.0.1 - 2023-01-04

Changed

  • Allow to select scripts in any directory: #29

Fixed

  • Publish java docs to github pages: #19
  • Add MetaClassExtensions extensions: #32

18.0.0 - 2022-01-30

Added

  • Merged aem-groovy-extension into this project: #10
  • Execute scripts on all publish instances from author environment: #1
  • Add xpathQuery helper method: #1
  • Add sql2Query helper method: #24

Changed

  • Enhance project structure for cloud readiness: #1
  • Minimum supported version AEM 6.5.10: #11
  • Update documentation links: #18

Fixed

  • Fix datatables error dialog: #9
  • Service user mapping is created automatically for bundle: #1

17.0.0 - 2021-01-12

  • Last version released by CID15