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 Versions

1
46

5.2.0

Diff

Changelog

Source

5.2.0 (2019-01-13)

Features

  • XmlToTooltip: allow customizing the XML tag replacement (3da2ae3)
extendreality-bot
published 5.1.0 •

Changelog

Source

5.1.0 (2019-01-12)

Bug Fixes

  • Runner: don't cache the found configurations and weavers (19c3533)
  • SerializedProperty: change field name in abstract classes (a623ec2)
  • SerializedProperty: match auto-property backing field exactly (2f25dd4)

Features

  • XmlToTooltip: annotate backing fields of properties (0fcd7e9)
extendreality-bot
published 5.0.0 •

Changelog

Source

5.0.0 (2019-01-12)

Features

  • UnityIntegration: don't implicitly reference any plugin .dll (1e75894)

BREAKING CHANGES

  • UnityIntegration: Referencing a Malimbe Editor assembly has to be done explicitly from now on. Use Assembly Definition Files and their inspector to reference the needed assemblies manually.
extendreality-bot
published 4.0.0 •

Changelog

Source

4.0.0 (2019-01-11)

Bug Fixes

  • only cache types of needed assemblies (693b0a0)
  • ClearProperty: add support for generics in declaring type (203df85)
  • ClearProperty: don't inject into existing method (b52819d)
  • UnityIntegration: compile all assemblies against netstandard2.0 (20dcc67)
  • UnityIntegration: reference runtime assembly in the editor one (f801e5c)
  • ValidateProperties: add support for generics in declaring type (9137635)
  • ValidateProperties: ensure to inject at end of existing method (79f9f7c)

BREAKING CHANGES

  • ClearProperty: The ClearPropertyMethod weaver no longer injects anything into the Clear method in case it already exists. An info logging statement has been added that can help to find the Clear method implementations and ensure it clears the property manually.
extendreality-bot
published 3.0.0 •

Changelog

Source

3.0.0 (2019-01-07)

Code Refactoring

  • SerializedProperty: invert the hidden-in-inspector setting (2d04301)

BREAKING CHANGES

  • SerializedProperty: The argument passed in the SerializedProperty attribute constructor to hide the field in the inspector is now negated. Uses need to be updated to pass the negation of what they previously passed. The default value of the parameter has been updated which means the default constructor call doesn't need to be changed to upgrade to this change.
extendreality-bot
published 2.0.0 •

Changelog

Source

2.0.0 (2019-01-07)

Bug Fixes

  • Runner: don't leak for already processed assemblies (159e88a)
  • Runner: gracefully fail for unfound assemblies (f0b60f9)
  • Runner: prevent access to disposed closure (8ead72b)
  • SerializedProperty: help serializing properties, not fields (40b6511)
  • UnityIntegration: only weave each assembly once (cbfd2e8)
  • UnityIntegration: unnecessary creation of an intermediate list (6d65c74)
  • UnityIntegration: weave all assemblies on load (d23bacb)

Features

  • UnityIntegration: allow weaving all assemblies manually (b87448b)
  • UnityIntegration: show progress when weaving all assemblies (2f1bb4c)

BREAKING CHANGES

  • SerializedProperty: Fields can no longer be "changed" into properties. Instead of using a field and annotating it with FieldToPropertyAttribute use a property and annotate it with SerializedPropertyAttribute. Auto-implemented properties as well as regular ones are supported and the only requirement is to have a getter and setter (of any accessibility level).
extendreality-bot
published 1.3.1 •

Changelog

Source

1.3.1 (2019-01-06)

Bug Fixes

  • UnityIntegration: prevent loading assemblies (1deef2f)
extendreality-bot
published 1.3.0 •

Changelog

Source

1.3.0 (2019-01-05)

Features

  • UnityIntegration: rename assembly definition files (3b24740)
extendreality-bot
published 1.2.0 •

Changelog

Source

1.2.0 (2019-01-05)

Bug Fixes

  • UnityIntegration: Unity doesn't pick up changes (3205065)

Features

  • Runner: return whether the assembly was processed (7222b22)
extendreality-bot
published 1.1.1 •

Changelog

Source

1.1.1 (2019-01-05)

Bug Fixes

  • release: zip for GitHub release (c9dae5e)
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