You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Support retaining placeholder text with an embed retain in `Delta.compose/2` (https://github.com/slab/delta-elixir/commit/1ac46dd053c92fa4fce5fdaa1a85a0e616770d27)
8
+
3
9
## v0.4.1 (2024-11-28)
4
10
5
11
### Maintenances
6
-
* Address Elixir 1.17 warnings
12
+
13
+
- Address Elixir 1.17 warnings
7
14
8
15
## v0.4.0 (2024-04-22)
9
16
10
17
### Enhancements
11
-
* Add `Delta.diff/2`
12
-
* Add `Delta.Attr.diff/2`
13
-
* Add `c:Delta.EmbedHandler.diff/2`
18
+
19
+
- Add `Delta.diff/2`
20
+
- Add `Delta.Attr.diff/2`
21
+
- Add `c:Delta.EmbedHandler.diff/2`
14
22
15
23
### Bug Fixes
16
-
* Fix `Delta.split/2` when index goes beyond end of delta #12
17
-
* Fix `Delta.split/2` when splitter returns 0 index #13
24
+
25
+
- Fix `Delta.split/2` when index goes beyond end of delta #12
26
+
- Fix `Delta.split/2` when splitter returns 0 index #13
0 commit comments