Skip to content

Commit 45b9716

Browse files
authored
chore: backfill CHANGELOG file
1 parent 7037ab2 commit 45b9716

File tree

1 file changed

+17
-3
lines changed

1 file changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,12 @@ All notable changes to this project will be documented in this file. This change
77

88
## [0.6.6] - 2025-10-07
99
### Changed
10-
- Remove template file enumeration on startup of the Stencil service.
10+
- Remove template file enumeration on startup of the Stencil service. Fixes issue https://github.com/erdos/stencil/issues/176
1111

12-
## [0.6.5] - TODO
12+
## [0.6.5] - 2025-09-15
13+
### Changed
14+
- Introducing `stencil.fs/unix-path` function
15+
- Additional fixes for issue #175
1316

1417
## [0.6.4] - 2025-09-10
1518
### Changed
@@ -69,6 +72,8 @@ All notable changes to this project will be documented in this file. This change
6972
- Introduce `replaceLink` function #150
7073

7174
## [0.5.3] - 2023-07-22
75+
### Changed
76+
- improvements to `stencil.util/whitespace?` function
7277

7378
## [0.5.2] - 2023-07-13
7479
### Changed
@@ -117,7 +122,6 @@ All notable changes to this project will be documented in this file. This change
117122
- Introduce the `foreach` loop construct #129
118123
- Introduce the `pageBreak` function #126
119124

120-
121125
## [0.4.2] - 2022-05-04
122126
### Changed
123127
- service: fix division error on non-terminating decimal expansion due to BigDecimal usage in service.
@@ -134,3 +138,13 @@ All notable changes to this project will be documented in this file. This change
134138
- core: introduce more transducers
135139
- core: `html()` function supports uppercase tags [#113]
136140
- core: newlines are kept in str substitution [#111]
141+
142+
## [0.3.31] - 2022-01-16
143+
No changes.
144+
145+
## [0.3.30] - 2022-01-16
146+
### Changes
147+
- fix logs in stencil service
148+
- Add `data()` function to access whole data map, as proposed in https://github.com/erdos/stencil/issues/102
149+
- Improve code test coverage, adding unit tests, removing dead code.
150+

0 commit comments

Comments
 (0)