Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

io.extendreality.malimbe

Package Overview
Dependencies
Maintainers
3
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io.extendreality.malimbe - npm Package Compare versions

Comparing version 6.1.1 to 7.0.0

22

CHANGELOG.md
# Changelog
# [7.0.0](https://github.com/ExtendRealityLtd/Malimbe/compare/v6.1.1...v7.0.0) (2019-01-27)
### Bug Fixes
* **Runner:** combine log level from all configuration files ([8fba11d](https://github.com/ExtendRealityLtd/Malimbe/commit/8fba11d))
* **Runner:** only search for configurations and weavers once ([3f11469](https://github.com/ExtendRealityLtd/Malimbe/commit/3f11469))
* **XmlToTooltip:** don't search for unnecessary type information ([8ea16d9](https://github.com/ExtendRealityLtd/Malimbe/commit/8ea16d9))
### Features
* **Runner:** only run on specified assemblies ([1a45cc6](https://github.com/ExtendRealityLtd/Malimbe/commit/1a45cc6))
### BREAKING CHANGES
* **Runner:** The assemblies to process have to be specified
using the XML _element_ `AssemblyNameRegex` from now on. Specifying
none will result in no assembly being processed and a warning being
logged.
## [6.1.1](https://github.com/ExtendRealityLtd/Malimbe/compare/v6.1.0...v6.1.1) (2019-01-22)

@@ -4,0 +26,0 @@

2

package.json

@@ -5,3 +5,3 @@ {

"description": "A collection of tools to simplify writing public API components in Unity.",
"version": "6.1.1",
"version": "7.0.0",
"unity": "2018.1",

@@ -8,0 +8,0 @@ "keywords": [

@@ -17,6 +17,6 @@ [![Malimbe logo][Malimbe-Image]](#)

| Branch | Version | Explanation |
|--------|--------------------------------------------------|------------------------------------|
| latest | [![Release][Version-Release]][Releases] | Stable, production-ready |
| next | [![(Pre-)Release][Version-Prerelease]][Releases] | Experimental, not production-ready |
| Branch | Version | Explanation |
|---------|--------------------------------------------------|------------------------------------|
| release | [![Release][Version-Release]][Releases] | Stable, production-ready |
| preview | [![(Pre-)Release][Version-Prerelease]][Releases] | Experimental, not production-ready |

@@ -39,2 +39,4 @@ Releases follow the [Semantic Versioning (SemVer) system][SemVer].

<LogLevel>Error, Warning</LogLevel>
<AssemblyNameRegex>^Zinnia</AssemblyNameRegex>
<AssemblyNameRegex>^Assembly-CSharp</AssemblyNameRegex>
</Malimbe.FodyRunner>

@@ -63,3 +65,3 @@ <Malimbe.BehaviourStateRequirementMethod/>

* Use the XML element `LogLevel` to specify which log messages should be sent to the logger instance. Separate multiple levels by using multiple XML elements or separate inside an XML element by using any form of whitespace including newlines or commas. Valid values are
* Use the XML _element_ `LogLevel` to specify which log messages should be sent to the logger instance. Separate multiple levels by using multiple XML elements or separate inside an XML element by using any form of whitespace including newlines or commas. Valid values are
* `None` (or don't specify `LogLevel`)

@@ -71,2 +73,3 @@ * `Debug`

* `All`
* Add XML _elements_ `AssemblyNameRegex` for each assembly that should be processed. Specifying none will result in no assembly being processed and a warning being logged. The elements' values are used as ([.NET Standard's][Regex]) regular expressions.

@@ -73,0 +76,0 @@ ### `FodyRunner.UnityIntegration`

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc