Skip to content

Commit d7bb33f

Browse files
committed
Release 0.3.1
1 parent 8cf5a3f commit d7bb33f

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
### v0.3.1
2+
3+
- Reduced methods
4+
- Add nullability annotations
5+
16
### v0.3
27

38
- Add missing spans

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ This lib provides simple and fluent API for creating [Android Spannable](https:/
55
Features:
66
- Simple and fluent API
77
- Helpers to create spans
8-
- Small method footprint (<200 methods, 24kb AAR package)
8+
- Small method footprint (<200 methods, 28kb AAR package)
99

1010
This library focuses on building spannable.
1111
If you prefer put full text first and then apply spans, take a look at [another awesome library](https://github.com/jaychang0917/SimpleText)
@@ -75,6 +75,8 @@ val spannable = Spanner("The quick brown fox jumps over the lazy dog")
7575

7676
Spans:
7777

78+
| | | |
79+
| --- | --- | --- |
7880
| sizePx(int) | background(int color) | center() |
7981
| sizeDP(int) | foreground(int color) | alignmentOpposite() |
8082
| scaleSize(float) | subscript() | alignmentNormal() |
@@ -106,7 +108,7 @@ Text manipulation:
106108
}
107109
108110
dependencies {
109-
compile 'lt.neworld:spanner:v0.3'
111+
compile 'lt.neworld:spanner:v0.3.1'
110112
}
111113
```
112114

0 commit comments

Comments
 (0)