Skip to content

Commit 7066c91

Browse files
committed
chore: docs eachUrlPart
1 parent 0fb5a47 commit 7066c91

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,16 @@ gitChangelogApi
162162

163163
Some [helpers](/src/main/java/se/bjurr/gitchangelog/api/helpers) are implemented in this library. And users can also add more helpers as described in [Handlebars](https://github.com/jknack/handlebars.java). If you add your own helpers, using Javascript, you will need to add a scriptengine like [Nashorn](https://central.sonatype.com/artifact/org.openjdk.nashorn/nashorn-core/overview) to your classpath.
164164

165+
### `eachUrlPart <Changelog>`
166+
167+
Loop each part of the URL.
168+
169+
```hbs
170+
{{#eachUrlPart .}}
171+
{{@index}}: {{.}}
172+
{{/eachUrlPart}}
173+
```
174+
165175
### `ifReleaseTag <Tag>`
166176

167177
Conditional, renders a block if given `Tag` matches release-tag.

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#
2-
#Wed Jan 15 14:18:26 CST 2025
2+
#Sat Jan 18 07:59:25 CET 2025
33
description='Library for parsing report files from static code analysis'
44
group=se.bjurr.gitchangelog
55
sourceCompatibility=17
66
targetCompatibility=17
7-
version=2.4.2
7+
version=2.5.0

0 commit comments

Comments
 (0)