diff --git a/History.md b/History.md index 45f6256..095dd6c 100644 --- a/History.md +++ b/History.md @@ -1,4 +1,11 @@ # History +## 2.3.0 / 2025-01-04 +* Updated GraalJS to 21.3.12 (fixes runtime errors on jdk 9+ when using GraalJSExpressionHandler) +* Updated to jexl 3.4 +* Allow setting JexlOptions on JexlExpressionHandler constructor. Setting debug option to false as default #24 +* Fixed multithreading usage of template rendering #31 +* Set Automatic Module Name to de.neuland.pug4j + ## 2.2.0 / 2024-01-05 * updated dependencies * jexl is now on version 3.3 diff --git a/README.md b/README.md index 1d15f4b..a2c8426 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ Just add following dependency definitions to your `pom.xml`. de.neuland-bfi pug4j - 2.2.0 + 2.3.0 ``` @@ -359,7 +359,7 @@ Special thanks to [TJ Holowaychuk](https://github.com/visionmedia) the creator o The MIT License -Copyright (C) 2011-2024 [neuland Büro für Informatik](http://www.neuland-bfi.de/), Bremen, Germany +Copyright (C) 2011-2025 [neuland Büro für Informatik](http://www.neuland-bfi.de/), Bremen, Germany Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/pom.xml b/pom.xml index 69c805d..cba43d2 100644 --- a/pom.xml +++ b/pom.xml @@ -2,7 +2,7 @@ 4.0.0 de.neuland-bfi pug4j - 2.2.1-SNAPSHOT + 2.3.0-SNAPSHOT jar pug4j Java implementation of the pug templating language