Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Choota authored Feb 7, 2018
1 parent ce557ea commit 55f7760
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# TimeAgo [ ![Download](https://api.bintray.com/packages/chathurahettiarachchi/maven/TimeZAgo/images/download.svg?version=1.1.7) ](https://bintray.com/chathurahettiarachchi/maven/TimeZAgo/1.1.7/link)
# TimeAgo [ ![Download](https://api.bintray.com/packages/chathurahettiarachchi/maven/TimeZAgo/images/download.svg) ](https://bintray.com/chathurahettiarachchi/maven/TimeZAgo/_latestVersion)

I know what is mostly experianced problem when doing my development. So I decide to write this library to get how much time passed. Many of us having problem how to show how much time have passed, how to show it like in messages, notifications... Yeah, you looking at the right place. This will fix your issue.

Expand All @@ -17,7 +17,7 @@ repositories {
dependencies {
...
compile 'com.chootdev:timezago:1.1.7'
compile 'com.chootdev:timezago:1.1.8'
}
```

Expand All @@ -28,7 +28,7 @@ Maven
<dependency>
<groupId>com.chootdev</groupId>
<artifactId>timezago</artifactId>
<version>1.1.7</version>
<version>1.1.8</version>
<type>pom</type>
</dependency>
```
Expand All @@ -54,8 +54,8 @@ Limitations

Output patterns
---------------
* Below 1min - just now
* 1min - 1h - returns like 20min
* Below 1min - Right now
* 1min - 1h - returns like 20 minutes
* 1h - 24h - time eg: 12.34pm
* 1d - 1w - 1 week ago
* 1w - 4w - 1 week ago, 2 weeks ago 3 weeks ago
Expand All @@ -67,6 +67,8 @@ Screenshot

Changelog
---------
* **1.1.8**
* Format changes
* **1.1.7**
* Added ru localization, changed min API from 16 to 9, custom date format
* **1.1.6**
Expand Down

0 comments on commit 55f7760

Please sign in to comment.