deep-props
Advanced tools
Comparing version 0.3.2 to 0.3.3
Changelog | ||
========= | ||
<a name="0.3.3"></a> | ||
## [0.3.3](https://github.com/jpcx/deep-props/tree/0.3.3) (2018-05-30) | ||
| __[Changes since 0.3.2](https://github.com/jpcx/deep-props/compare/0.3.2...0.3.3)__ | [Release Notes](https://github.com/jpcx/deep-props/releases/tag/0.3.3) | [README](https://github.com/jpcx/deep-props/tree/0.3.3/README.md) | | ||
| --- | --- | --- | | ||
| [Source Code (zip)](https://github.com/jpcx/deep-props/archive/0.3.3.zip) | [Source Code (tar.gz)](https://github.com/jpcx/deep-props/archive/0.3.3.tar.gz) | | ||
| --- | --- | | ||
#### Features | ||
+ __docs:__ Fixed link to extract global.md in README. | ||
+ __docs:__ Added bumps to CHANGELOG for last two releases. | ||
<a name="0.3.2"></a> | ||
@@ -13,2 +26,5 @@ ## [0.3.2](https://github.com/jpcx/deep-props/tree/0.3.2) (2018-05-26) | ||
#### Bumps | ||
+ __set:__ [0.1.1](https://github.com/jpcx/deep-props.set/blob/master/CHANGELOG.md#0.1.1) -> [0.1.2](https://github.com/jpcx/deep-props.set/blob/master/CHANGELOG.md#0.1.2) | ||
#### Features | ||
@@ -26,2 +42,7 @@ + __set/docs:__ Clarified README. | ||
#### Bumps | ||
+ __extract:__ [0.1.5](https://github.com/jpcx/deep-props.extract/blob/master/CHANGELOG.md#0.1.5) -> [0.1.6](https://github.com/jpcx/deep-props.extract/blob/master/CHANGELOG.md#0.1.6) | ||
+ __get:__ [0.1.5](https://github.com/jpcx/deep-props.get/blob/master/CHANGELOG.md#0.1.5) -> [0.1.6](https://github.com/jpcx/deep-props.get/blob/master/CHANGELOG.md#0.1.6) | ||
+ __set:__ [0.1.0](https://github.com/jpcx/deep-props.set/blob/master/CHANGELOG.md#0.1.0) -> [0.1.1](https://github.com/jpcx/deep-props.set/blob/master/CHANGELOG.md#0.1.1) | ||
#### Bugfixes | ||
@@ -28,0 +49,0 @@ + __NPM:__ Removed submodule node_modules folders from NPM release. |
{ | ||
"name": "deep-props", | ||
"version": "0.3.2", | ||
"version": "0.3.3", | ||
"description": "Provides a collection of non-recursive tools for performing operations on deeply nested object properties and prototypes. Allows for custom execution settings including non-native dataset handling.", | ||
@@ -5,0 +5,0 @@ "engines": { |
@@ -72,3 +72,3 @@ # deep-props | ||
##### API Docs: | ||
+ [deep-props](https://github.com/jpcx/deep-props/blob/0.3.2/docs/API.md) | ||
+ [deep-props](https://github.com/jpcx/deep-props/blob/0.3.3/docs/API.md) | ||
+ [extract](https://github.com/jpcx/deep-props.extract/blob/0.1.6/docs/API.md) | ||
@@ -79,3 +79,3 @@ + [get](https://github.com/jpcx/deep-props.get/blob/0.1.6/docs/API.md) | ||
##### Changelogs: | ||
+ [deep-props](https://github.com/jpcx/deep-props/blob/0.3.2/CHANGELOG.md) | ||
+ [deep-props](https://github.com/jpcx/deep-props/blob/0.3.3/CHANGELOG.md) | ||
+ [extract](https://github.com/jpcx/deep-props.extract/blob/0.1.6/CHANGELOG.md) | ||
@@ -86,4 +86,4 @@ + [get](https://github.com/jpcx/deep-props.get/blob/0.1.6/CHANGELOG.md) | ||
##### Type Definitions and Global Functions: | ||
+ [deep-props](https://github.com/jpcx/deep-props/blob/0.3.2/docs/global.md) | ||
+ [extract](https://github.com/jpcx/deep-props.extract/blob/0.1.6/global.md) | ||
+ [deep-props](https://github.com/jpcx/deep-props/blob/0.3.3/docs/global.md) | ||
+ [extract](https://github.com/jpcx/deep-props.extract/blob/0.1.6/docs/global.md) | ||
+ [get](https://github.com/jpcx/deep-props.get/blob/0.1.6/docs/global.md) | ||
@@ -94,3 +94,3 @@ + [set](https://github.com/jpcx/deep-props.set/blob/0.1.2/docs/global.md) | ||
Versioned using [SemVer](http://semver.org/). For available versions, see the [Changelog](https://github.com/jpcx/deep-props/blob/0.3.2/CHANGELOG.md). | ||
Versioned using [SemVer](http://semver.org/). For available versions, see the [Changelog](https://github.com/jpcx/deep-props/blob/0.3.3/CHANGELOG.md). | ||
@@ -107,2 +107,2 @@ ## Contribution | ||
This project is licensed under the MIT License - see the [LICENSE](https://github.com/jpcx/deep-props/blob/0.3.2/LICENSE) file for details | ||
This project is licensed under the MIT License - see the [LICENSE](https://github.com/jpcx/deep-props/blob/0.3.3/LICENSE) file for details |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
209579