io.extendreality.malimbe
Advanced tools
Comparing version 1.0.6 to 1.1.0
# Changelog | ||
# [1.1.0](https://github.com/ExtendRealityLtd/Malimbe/compare/v1.0.6...v1.1.0) (2019-01-05) | ||
### Features | ||
* **release:** zip for GitHub release ([bc75269](https://github.com/ExtendRealityLtd/Malimbe/commit/bc75269)) | ||
## [1.0.6](https://github.com/ExtendRealityLtd/Malimbe/compare/v1.0.5...v1.0.6) (2018-12-23) | ||
@@ -4,0 +11,0 @@ |
@@ -5,3 +5,3 @@ { | ||
"description": "A collection of tools to simplify writing public API components in Unity.", | ||
"version": "1.0.6", | ||
"version": "1.1.0", | ||
"unity": "2018.1", | ||
@@ -8,0 +8,0 @@ "keywords": [ |
@@ -89,3 +89,3 @@ [![Malimbe logo][Malimbe-Image]](#) | ||
* In case the method already exists the additional instructions will be weaved into the _end_ of the method. The method name lookup is case insensitive. | ||
* If necessary the method and will be adjusted to override a base type's method of the same name, Accessibility levels are also adjusted as needed. | ||
* If necessary the method and the base type's method will be adjusted to override the method of the same name. Accessibility levels are also adjusted as needed. | ||
* `XmlDocumentationToFieldTooltip.Fody`: A generic weaver (though made for Unity). Looks up the XML `<summary>` documentation for any field that is public or uses `[SerializeField]` and ensures `[Tooltip]` is used on that field with that summary. | ||
@@ -99,3 +99,3 @@ * The weaver only runs on types that match a namespace. Specify the namespaces to act on via (multiple) XML _elements_ called `NamespaceFilter`. The elements' values are used as ([.NET Standard's][Regex]) regular expressions. | ||
``` | ||
The attribute needs to have a constructor takes a `string` parameter and nothing else. Note that the attribute name has to be the full type name, i.e. prefixed by the namespace. | ||
The attribute needs to have a constructor that takes a `string` parameter and nothing else. Note that the attribute name has to be the full type name, i.e. prefixed by the namespace. | ||
* In case the attribute already exists on the field it will be replaced. | ||
@@ -102,0 +102,0 @@ * `UnityPackaging`: Outputs a ready-to-use folder with the appropriate hierarchy to copy into a Unity project's Asset folder. The output includes both the Unity integration libraries as well as all weavers listed above. |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
700158
15