Skip to content

v2.5.0

Latest
Compare
Choose a tag to compare
@vanifatovvlad vanifatovvlad released this 24 Nov 10:38
· 1 commit to master since this release

What's Changed

Features

using (this.appLifetime.CreateNested(out var lifetime)) {
    // use lifetime
}

Experimental Features

Changes

  • Various optimizations (pooling of LifetimeController's internal arrays, using new lifetime.CreateNested api in Atom.When, etc)
  • Mark ILifetimeController as obsolete

Full Changelog: 2.4.1...2.5.0