Skip to content

Commit

Permalink
version bump to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ascartabelli committed Apr 13, 2016
1 parent faff82f commit cf35b17
Show file tree
Hide file tree
Showing 5 changed files with 213 additions and 65 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ Lamb it's also delivered on a CDN, courtesy of [npmcdn](https://npmcdn.com/):
The URL above will retrieve the latest version, but you can target a specific version too:

```html
<script src="https://npmcdn.com/lamb@0.20.0/dist/lamb.min.js"></script>
<script src="https://npmcdn.com/lamb@0.21.0/dist/lamb.min.js"></script>
```

You can [try it right now](https://tonicdev.com/npm/lamb) in your browser, too.
Expand Down Expand Up @@ -87,6 +87,11 @@ You can refer to the [changelog](#changelog) to see if your code is affected.

## <a name="changelog"></a> Changelog

- **v0.21.0 - *2016/04/13***
- **API change**: `getPathIn` and `getPath` now return `undefined` for any non existent path, instead of throwing exceptions when an `undefined` value was a part of the path instead of being its target
- **API CHANGE**: renamed `sequence` to `generate` to avoid confusion with other languages, concepts and libraries
- Added `count`, `countBy`, `index`, `indexBy`

- **v0.20.0 - *2016/04/08***
- **API change**: The `mergeOwn` function now converts `null` and `undefined` values to empty objects instead of throwing exceptions
- Added `setPath` and `setPathIn`
Expand Down

0 comments on commit cf35b17

Please sign in to comment.