Releases: gulpjs/copy-props
Releases · gulpjs/copy-props
copy-props v4.0.0
⚠ BREAKING CHANGES
- Upgrade each-props to v3.0.0
- Remove pre-built browser bundles (#13)
Miscellaneous Chores
- Remove pre-built browser bundles (#13) (ebb6dab)
- Upgrade each-props to v3.0.0 (ebb6dab)
copy-props v3.0.1
Bug Fixes
- ci: Rename prettierignore typo & avoid formatting web (192badf)
- Update dependencies (ba8a51c)
copy-props v3.0.0
⚠ BREAKING CHANGES
- Normalize repository, dropping node <10.13 support (#8)
Miscellaneous Chores
- Normalize repository, dropping node <10.13 support (#8) (85b1165)
2.0.5
Fix
- Avoids prototype pollution (#7)
Doc
- Update license years.
- Transfer ownership to Gulp Team (#6)
Build
- Update dependencies: each-props (>=1.3.2), is-plain-object (>=5.0.0).
Test
- Expand test versions to v11〜v14.
2.0.4
Docs
Build
- Update versions of dependencies: browserify, eslint, uglify-js
- Replace coverage tools: istanbul, istanbul-coveralls => nyc, coveralls
- Modify commands of
scripts
in package.json
2.0.3
Bug Fix
- Fix the issue #4 (Don't copy a property which is not a plain object but an object.)
Test
- Add node v7-10 to ci test targets.
2.0.2
Fix a bug (the issue #3) when src's property of s empty, and a corresponding dst property is an object,
2.0.1
- Version up of dependent module: each-props to 1.3.0
2.0.0
- Change the API of converter
- Allow top level objects not to be plain objects