Skip to content

Commit

Permalink
Prepare 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
neworld committed Mar 22, 2018
1 parent 7fe5e35 commit e794c39
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### 0.4.0

- Change version naming by removing prefix `v`
- Add `sizeSP(int)`
- Add `Spanner.append(image(...))` for appending images without effort
- Updated build tools

### v0.3.2

- Improve documentation about click
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[![](https://jitpack.io/v/neworld/spanner.svg)](https://jitpack.io/#neworld/spanner)
[![Android Arsenal](https://img.shields.io/badge/Android%20Arsenal-Spanner-brightgreen.svg?style=flat)](https://android-arsenal.com/details/1/6271)
[![Build Status](https://travis-ci.org/neworld/spanner.svg?branch=master)](https://travis-ci.org/neworld/spanner)
[![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)
[![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)

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

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

Expand Down

0 comments on commit e794c39

Please sign in to comment.