Skip to content

Commit

Permalink
Release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fengmk2 committed Feb 18, 2014
1 parent 0985e15 commit 49c12c4
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 7 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Expand Up @@ -6,3 +6,4 @@ fengmk2 <fengmk2@gmail.com> (https://github.com/fengmk2)
Nariman Haghighi <auspicious@gmail.com>
Julian Bäume <julian.baeume@open-xchange.com> (https://github.com/johnyb)
pachtymichuk <paulachtymichuk@teligence.net> (https://github.com/pachtymichuk)
Jonathan Ong <jonathanrichardong@gmail.com> (https://github.com/jonathanong)
8 changes: 8 additions & 0 deletions History.md
@@ -1,4 +1,12 @@

0.3.0 / 2014-02-18
==================

* add simple tests for the regular expressions (@jonathanong)
* lazily export regular expressions (@jonathanong)
* clean whitespace
* use staticfile.org CDN

0.2.2 / 2014-02-18
==================

Expand Down
11 changes: 6 additions & 5 deletions README.md
Expand Up @@ -92,17 +92,18 @@ sh ./bin/syncdata.sh
Missing emoji support by: Nariman Haghighi <auspicious@gmail.com>.

```bash
git summary
$ git summary

project : emoji
repo age : 1 year, 8 months
active : 16 days
commits : 41
commits : 47
files : 24
authors :
38 fengmk2 92.7%
2 Julian Bäume 4.9%
1 pachtymichuk 2.4%
41 fengmk2 87.2%
3 Jonathan Ong 6.4%
2 Julian Bäume 4.3%
1 pachtymichuk 2.1%
```

## License
Expand Down
2 changes: 1 addition & 1 deletion component.json
Expand Up @@ -2,7 +2,7 @@
"author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com/)",
"name": "emoji",
"description": "This library allows the handling and conversion of Emoji in Javascript.",
"version": "0.2.2",
"version": "0.3.0",
"homepage": "https://github.com/fengmk2/emoji",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -2,7 +2,7 @@
"author": "fengmk2 <fengmk2@gmail.com> (http://fengmk2.github.com/)",
"name": "emoji",
"description": "This library allows the handling and conversion of Emoji in Javascript.",
"version": "0.2.2",
"version": "0.3.0",
"homepage": "https://github.com/fengmk2/emoji",
"repository": {
"type": "git",
Expand Down

0 comments on commit 49c12c4

Please sign in to comment.