- Updated dependencies to latest versions.
- Updated dependencies to latest versions.
- Some internal improvements and dependency updates.
- Some internal improvements and dependency updates.
- Some errors now contain textual type names for easy debugging.
- Reading config from optional
springtime.json
file in current directory. - Re-exporting
BoxFuture
fromspringtime-di
. ApplicationConfig
derives nowDeserialize
.
- Moved
BoxFuture
,FutureExt
re-exports tofuture
mod. - Runners with the same priority run concurrently with
async
feature. - Removed
async-examples
feature.
- Removed
async-examples
feature.
- Fixed passing down selected features.
- Fallible custom constructors - they should return
Result<Type, ErrorPtr>
, whereType
is the type being returned previously. This also implies new entry inComponentInstanceProviderError
and loosing some of its derived traits.
- Doc fixes.