-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
8 additions
and
47 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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)) | ||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters