Skip to content

Commit e794c39

Browse files
committed
Prepare 0.4.0 release
1 parent 7fe5e35 commit e794c39

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 0.4.0
2+
3+
- Change version naming by removing prefix `v`
4+
- Add `sizeSP(int)`
5+
- Add `Spanner.append(image(...))` for appending images without effort
6+
- Updated build tools
7+
18
### v0.3.2
29

310
- Improve documentation about click

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[![](https://jitpack.io/v/neworld/spanner.svg)](https://jitpack.io/#neworld/spanner)
22
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Spanner-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/6271)
33
[![Build Status](https://travis-ci.org/neworld/spanner.svg?branch=master)](https://travis-ci.org/neworld/spanner)
4-
[![Javadoc](https://img.shields.io/badge/javadoc-v0.3.2-brightgreen.svg)](https://jitpack.io/com/github/neworld/spanner/v0.3.2/javadoc/index.html)
4+
[![Javadoc](https://img.shields.io/badge/javadoc-0.4.0-brightgreen.svg)](https://jitpack.io/com/github/neworld/spanner/0.4.0/javadoc/index.html)
55

66
This lib provides simple and fluent API for creating [Android Spannable](https://developer.android.com/reference/android/text/Spannable.html).
77
Features:
88
- Simple and fluent API
99
- Helpers to create spans
10-
- Small method footprint (<200 methods, 28kb AAR package)
10+
- Small method footprint (<200 methods, 29kb AAR package)
1111

1212
This library focuses on building spannable.
1313
If you prefer put full text first and then apply spans, take a look at [another awesome library](https://github.com/jaychang0917/SimpleText)
@@ -111,7 +111,7 @@ Text manipulation:
111111
}
112112
113113
dependencies {
114-
compile 'lt.neworld:spanner:v0.3.2'
114+
compile 'lt.neworld:spanner:0.4.0'
115115
}
116116
```
117117

0 commit comments

Comments
 (0)