We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9157958 commit 41bd0ebCopy full SHA for 41bd0eb
Changelog.md
@@ -1,4 +1,15 @@
1
# 1.0.0-rc1-SNAPSHOT
2
+Changes:
3
+- The DOM implementation is streamlined and refactored. There are some bug
4
+ fixes and more importantly API changes. This should lead to an overall
5
+ better experience using dom with existing DOM implementations (JS/Java)
6
+- Remove most deprecated code (some over 5 years old), but introduce a
7
+ few more new deprecations for poor APIs that were not deprecated (or
8
+ internal) yet.
9
+
10
+Fixes:
11
+- Fix threadsafety for LayeredFormatCache by making defensive copy on write
12
+ when the cache is updated.
13
14
# 0.91.3
15
*(Oct 28, 2025)<br />*
0 commit comments