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.
2 parents 115fb71 + 93bf83c commit db0023fCopy full SHA for db0023f
Changelog.md
@@ -1,4 +1,9 @@
1
-# v0.8.0 unreleased
+# v0.8.1 2025-11-02
2
+
3
+* Fix multiline dynamic strings without trailing newline (#412)
4
+* Fix exponential performance degradation with repeated interpolations (#415)
5
6
+# v0.8.0 2025-05-29
7
8
[#387](https://github.com/mbj/unparser/pull/387)
9
Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
- unparser (0.8.0)
+ unparser (0.8.1)
diff-lcs (~> 1.6)
parser (>= 3.3.0)
prism (>= 1.5.1)
unparser.gemspec
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = 'unparser'
- gem.version = '0.8.0'
+ gem.version = '0.8.1'
gem.authors = ['Markus Schirp']
gem.email = '[email protected]'
0 commit comments