Skip to content

Commit

Permalink
Release 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
nunofgs committed Aug 27, 2019
1 parent 1519b63 commit 50c44bb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 47 deletions.
51 changes: 6 additions & 45 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,61 +1,22 @@
# Changelog

## [v3.0.2](https://github.com/nunofgs/clean-deep/tree/v3.0.2) (2017-08-29)
[Full Changelog](https://github.com/nunofgs/clean-deep/compare/v3.0.1...v3.0.2)

**Merged pull requests:**

- Replace lodash.isarray with Array.isArray\(\) [\#25](https://github.com/nunofgs/clean-deep/pull/25) ([elrumordelaluz](https://github.com/elrumordelaluz))

## [v3.0.1](https://github.com/nunofgs/clean-deep/tree/v3.0.1) (2017-07-18)
[Full Changelog](https://github.com/nunofgs/clean-deep/compare/v3.0.0...v3.0.1)

**Merged pull requests:**

## [v3.0.3](https://github.com/nunofgs/clean-deep/releases/tag/v3.0.3) (2019-08-27)
- Update to modern standards [\#27](https://github.com/nunofgs/clean-deep/pull/27) ([nunofgs](https://github.com/nunofgs))
- Removed test for not implemented functionality [\#26](https://github.com/nunofgs/clean-deep/pull/26) ([mikaello](https://github.com/mikaello))
- Replace lodash.isarray with Array.isArray() [\#25](https://github.com/nunofgs/clean-deep/pull/25) ([elrumordelaluz](https://github.com/elrumordelaluz))
- Update ownership [\#23](https://github.com/nunofgs/clean-deep/pull/23) ([nunofgs](https://github.com/nunofgs))

## [v3.0.0](https://github.com/nunofgs/clean-deep/tree/v3.0.0) (2017-04-26)
[Full Changelog](https://github.com/nunofgs/clean-deep/compare/v2.0.2...v3.0.0)

**Merged pull requests:**

- Clean and traverse arrays [\#22](https://github.com/nunofgs/clean-deep/pull/22) ([nunofgs](https://github.com/nunofgs))

## [v2.0.2](https://github.com/nunofgs/clean-deep/tree/v2.0.2) (2017-03-09)
[Full Changelog](https://github.com/nunofgs/clean-deep/compare/v2.0.1...v2.0.2)

**Merged pull requests:**

- Update dist to es5 to keep uglifyjs compatibility [\#20](https://github.com/nunofgs/clean-deep/pull/20) ([akofman](https://github.com/akofman))

## [v2.0.1](https://github.com/nunofgs/clean-deep/tree/v2.0.1) (2016-11-02)
[Full Changelog](https://github.com/nunofgs/clean-deep/compare/v2.0.0...v2.0.1)

**Merged pull requests:**

- Upgrade babel-eslint to avoid 'estraverse-fb' error [\#18](https://github.com/nunofgs/clean-deep/pull/18) ([callmevlad](https://github.com/callmevlad))
- Fix recursive array cleaning [\#17](https://github.com/nunofgs/clean-deep/pull/17) ([zeke](https://github.com/zeke))

## [v2.0.0](https://github.com/nunofgs/clean-deep/tree/v2.0.0) (2016-10-02)
[Full Changelog](https://github.com/nunofgs/clean-deep/compare/1.0.0...v2.0.0)

**Merged pull requests:**

- Upgrade babel-eslint to avoid 'estraverse-fb' error [\#18](https://github.com/nunofgs/clean-deep/pull/18) ([callmevlad](https://github.com/callmevlad))
- Add .npmignore [\#14](https://github.com/nunofgs/clean-deep/pull/14) ([ruimarinho](https://github.com/ruimarinho))
- Update README with missing options [\#13](https://github.com/nunofgs/clean-deep/pull/13) ([ruimarinho](https://github.com/ruimarinho))
- Add version script [\#12](https://github.com/nunofgs/clean-deep/pull/12) ([ruimarinho](https://github.com/ruimarinho))
- Add coverage report [\#11](https://github.com/nunofgs/clean-deep/pull/11) ([ruimarinho](https://github.com/ruimarinho))
- Update test dependencies [\#10](https://github.com/nunofgs/clean-deep/pull/10) ([ruimarinho](https://github.com/ruimarinho))
- Update lowest node supported version to 4+ [\#9](https://github.com/nunofgs/clean-deep/pull/9) ([ruimarinho](https://github.com/ruimarinho))
- Sort package.json [\#8](https://github.com/nunofgs/clean-deep/pull/8) ([ruimarinho](https://github.com/ruimarinho))
- Update README with missing options [\#13](https://github.com/nunofgs/clean-deep/pull/13) ([ruimarinho](https://github.com/ruimarinho))
- Update package.json to reflect MIT license [\#7](https://github.com/nunofgs/clean-deep/pull/7) ([ruimarinho](https://github.com/ruimarinho))
- Deprecate jscs in favour of eslint [\#6](https://github.com/nunofgs/clean-deep/pull/6) ([ruimarinho](https://github.com/ruimarinho))
- Add option to exclude empty arrays [\#5](https://github.com/nunofgs/clean-deep/pull/5) ([zeke](https://github.com/zeke))

## [1.0.0](https://github.com/nunofgs/clean-deep/tree/1.0.0) (2016-09-09)
[Full Changelog](https://github.com/nunofgs/clean-deep/compare/0.0.1...1.0.0)

**Merged pull requests:**

- Add `transform-es2015-arrow-functions` babel plugin [\#2](https://github.com/nunofgs/clean-deep/pull/2) ([ruipenso](https://github.com/ruipenso))

2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "clean-deep",
"version": "3.0.2",
"version": "3.0.3",
"description": "Remove falsy, empty or nullable values from objects",
"keywords": [
"clean",
Expand Down

0 comments on commit 50c44bb

Please sign in to comment.