Skip to content
This repository was archived by the owner on Feb 14, 2022. It is now read-only.

Releases: JacopoWolf/StackInjector

3.0.0-beta.1

3.0.0-beta.1 Pre-release
Pre-release

Choose a tag to compare

@JacopoWolf JacopoWolf released this 16 Jun 10:33
  • #78 added Entry {get}
  • #70 deprecated non-generic StackWrappers
  • #69 override serving method in settings
  • #67 specify instantiation pattern
  • enhanced code documentation
  • updated exceptions

2.3.1

Choose a tag to compare

@JacopoWolf JacopoWolf released this 04 Jun 17:45
9db5c7b
  • 7ded3bd: ensured consistency when using a cloned wrapper
  • marked non-generic wrappers as obsolete

2.3.0

Choose a tag to compare

@JacopoWolf JacopoWolf released this 27 May 11:37
b2ca99e
  • Added generic stack wrapper wrapper.Start( app => app.MyCustomLogic() )

2.2.0

Choose a tag to compare

@JacopoWolf JacopoWolf released this 25 May 17:25
5464edd
  • added GetServices<T>()
  • added DeepCloneCore()
  • internal cleanup

2.1.0

Choose a tag to compare

@JacopoWolf JacopoWolf released this 23 May 14:56
bc4147f
  • [Served] IEnumerable<IService> will serve every service of IService type
  • slight performance increase for projects with many classes and references

2.0.1

Choose a tag to compare

@JacopoWolf JacopoWolf released this 22 May 15:21
64fedc7

2.0.0

Choose a tag to compare

@JacopoWolf JacopoWolf released this 18 May 16:21
2138484

Changes from 1.1.1

  • Revisited Injection core
  • New cloning system
  • More settings

Changes from 2.0.0-alpha.2

  • added injection methods in [Service]

2.0.0-alpha.2

2.0.0-alpha.2 Pre-release
Pre-release

Choose a tag to compare

@JacopoWolf JacopoWolf released this 16 May 16:33
b4c50a4
  • added setting to manage AsyncStackWrapper.Elaborated() behaviour when there are no more pending tasks
  • internal improvements

2.0.0-alpha.1

2.0.0-alpha.1 Pre-release
Pre-release

Choose a tag to compare

@JacopoWolf JacopoWolf released this 13 May 21:44
c66cbd9
  • completely revisited class structure
  • cloning a wrapper is now easier with the intermediate class ICloneableCore
  • added generic AsyncStackWrapper

1.1.1

Choose a tag to compare

@JacopoWolf JacopoWolf released this 13 May 08:14
ca18f26
  • fixed exception message
  • fixed member not supposed to be visible outside the base assembly