Skip to content

Entia 1.0.4

Compare
Choose a tag to compare
@outerminds outerminds released this 11 Mar 21:08
· 253 commits to master since this release
  • New Modules.Cloners module to allow efficient and extensible cloning of components.
  • [Plain] attribute that allows to define a component as plain old data. This is useful in cases where a component to be cloned is not obviously plain (containing only primitive types or structs of primitive types) and still should be cloned as if it were plain.
  • [Default] attribute that allows to define a field/property/method that provides a default instance of a component/resource/message/phase/system.
  • Overloads that make use of default providers for modules and injectables.
  • Controller is more thread-safe
  • Added versions to assemblies.
  • Reduced contention when emitting messages from the Modules.Messages module.