We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa690dd commit df0d12fCopy full SHA for df0d12f
CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
8
## [Unreleased]
9
10
+## [0.2.0] - 2025-09-02
11
+
12
### Added
13
- `template` - String interpolation with variables and nested object support
14
- `templateSafe` - HTML-escaped version of template for safe rendering
@@ -53,4 +55,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
53
55
- 100% test coverage for utility functions
54
56
- Modern build tooling with tsup and Vitest
57
58
+[0.2.0]: https://github.com/Zheruel/nano-string-utils/releases/tag/v0.2.0
59
[0.1.0]: https://github.com/Zheruel/nano-string-utils/releases/tag/v0.1.0
0 commit comments