Skip to content
This repository has been archived by the owner on Apr 21, 2022. It is now read-only.

Commit

Permalink
Update WHATSNEW.md
Browse files Browse the repository at this point in the history
Add change log for 3.1.0
Lint it
  • Loading branch information
shahoob committed Oct 8, 2020
1 parent fac2487 commit c659340
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions WHATSNEW.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
# functionKit | What's new?
# functionKit | What's new

## `3.1.0`

A new array function has been added

1. `clean()`

It cleans your array from falsy values.

## `3.0.1`

Well, 1 bug has been discovered.

### Bug fixes
Expand All @@ -11,6 +20,7 @@ Just because i forgot
to re-export other functions.

## `3.0.0`

Another major release!? w h a t

### Breaking changes
Expand All @@ -21,7 +31,8 @@ Because, it's a 1 KB waste of
pointless methods you can do without
functionKit.

## `2.0.0`:
## `2.0.0`

Some changes were backwards-broken.

### Breaking Changes
Expand All @@ -43,6 +54,7 @@ B. `calcPercent()`
Now you can get a percent from 2 numbers!

Examples:

```javascript
calcPercent(0.5, 1)
// Returns: 50
Expand All @@ -53,7 +65,8 @@ calcPercent(0.5, 1, true)
// Returns '50%'
```

## `1.1.0`:
## `1.1.0`

New Functions were added.

### New features
Expand Down

0 comments on commit c659340

Please sign in to comment.