ProJSLib/jsbits

View on GitHub
packages/has-own-properties/CHANGELOG.md

Summary

Maintainability
Test Coverage
# Changelog for @jsbits/has-own-properties

For global changes, see the [changelog of jsbits](https://github.com/ProJSLib/jsbits/blob/master/CHANGELOG.md)

## \[1.1.1] - 2018-12-29

### Changed

- Replace BSD-2 with the MIT license.
- Update badges.

## \[1.1.0] - 2018-12-06

### Added

- Keywords to package.json
- More test.

### Changed

- Separate logic, to enhance performance.
- Enhance prerformance.
- Include Symbol as property names and test.

### Fixed

- Issues with codebeat linters.
- Bad looking parameter function type.

## \[1.0.1] - 2018-11-12

### Added

- Badges in the Readme.
- Test for `Object.prototype.hasOwnProperty`

### Changed

- Makes `Object.prototype.hasOwnProperty` more efficient.

### Fixed

- Wrong `export default` in typings, the correct one is `export =`.
- Coverage report.

## \[1.0.0] - 2018-11-09

Initial release.