Skip to content

Releases: krojew/springtime

springtime-migrate-refinery 0.2.0

08 May 12:08
Compare
Choose a tag to compare

springtime-web-axum-1.0.0

26 Apr 05:55
Compare
Choose a tag to compare

Changed

  • Some internal improvements and dependency updates.

springtime-di 1.0.0

26 Apr 05:49
Compare
Choose a tag to compare

New

  • Some errors now contain textual type names for easy debugging.

springtime 1.0.0

26 Apr 05:50
Compare
Choose a tag to compare

Changed

  • Some internal improvements and dependency updates.

springtime-web-axum 0.2.0

21 Apr 05:51
Compare
Choose a tag to compare
springtime-web-axum-0.2.0

version bump

springtime 0.3.0

21 Apr 05:17
Compare
Choose a tag to compare

New

  • Reading config from optional springtime.json file in current directory.
  • Re-exporting BoxFuture from springtime-di.
  • ApplicationConfig derives now Deserialize.

Changed

  • Moved BoxFuture, FutureExt re-exports to future mod.
  • Runners with the same priority run concurrently with async feature.
  • Removed async-examples feature.

springtime-di 0.3.2

20 Apr 17:48
Compare
Choose a tag to compare

Changed

  • Removed async-examples feature.

springtime-di 0.3.1

12 Apr 15:46
Compare
Choose a tag to compare

Fixed

  • Fixed passing down selected features.

springtime 0.2.0

12 Apr 15:53
Compare
Choose a tag to compare
springtime-0.2.0

version bump

springtime-di 0.3.0

10 Apr 12:31
Compare
Choose a tag to compare

New

  • Fallible custom constructors - they should return Result<Type, ErrorPtr>, where Type is the type being returned previously. This also implies new entry in ComponentInstanceProviderError and loosing some of its derived traits.