Skip to content

Commit

Permalink
Merge pull request #5 from ndaidong/develop
Browse files Browse the repository at this point in the history
v5.1.1
  • Loading branch information
ndaidong committed Apr 26, 2016
2 parents d73aae7 + 42d7b57 commit 85af06e
Show file tree
Hide file tree
Showing 9 changed files with 269 additions and 183 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: node_js
node_js:
- "5.10"
- "5.11.0"
- "5.9"
- "5.0"
- "4.2"
Expand Down
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ BellaJS is a lightweight library with several helpful utils. It supports both No

# Changes

#### v5.1.1 - Apr 26, 2016
- Add repeat(), warn() methods
- Improve clone() method to avoid reference
- Mark copies() method as "is deprecated".

#### v5.0.0 - Apr 18, 2016
- Refactor scheduler's features
- Rewrite in ES6 syntax
Expand Down Expand Up @@ -149,6 +154,8 @@ Assuming there is a file bella.min.js located at "/public/js/lib/", the followin
- .truncate(String s, Number limit)
- .leftPad(String s, Number limit, String pad)
- .rightPad(String s, Number limit, String pad)
- .repeat(String s, Number times)
- .warn(String message)
- .replaceAll(String s, String|Array search, String|Array replace)
- .md5(String s)

Expand Down
56 changes: 28 additions & 28 deletions dist/bella.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.1.0",
"version": "5.1.1",
"name": "bellajs",
"description": "A useful helper for any javascript program",
"homepage": "http://techpush.net",
Expand Down
Loading

0 comments on commit 85af06e

Please sign in to comment.