catull
catull
Both functions now allow 1 - 1000 elements or an array of elements. Closes #351
Upgraded the dependencies in `pom.xml` and `build.gradle`. Also followed the suggestion to re-write the deprecated `task` to `task.register`. Closes #353
The IDE warns of many vulnerabilities.
All former textareas and the result field are now CodeMirror editors with syntax highlighting. Addresses #348.
This PR addresses issues #346 and #347.
In issue https://github.com/schibsted/jslt/issues/340 I had to resort to 2 nested `replace` calls. ``` replace ( replace (text, ",]", ]), ",}", "} ) ``` I wanted to collapse the two nested...
Both variants are supported: either includeObjects or excludeObjects. The columns are taken from "column:PATTERN" or, if both "table:" and "column:" are missing, then the entire includeObjects / excludeObjects is used...
Export table data preserving NULL-values, or not. ## Impact - [x] Enhancement/New feature (adds functionality without impacting existing logic) ## Description Have you ever wondered if changelog exports could skip...
## Impact In all cases, `generate-changelog` reports having written a changelog file. The check happens for SQL and XML data exports. However, in some cases, no such file is written....
This PR adresses issue #6372 by providing vital information. See issue #6372 for more pieces of information.