Releases: krojew/springtime
Releases · krojew/springtime
springtime-migrate-refinery 0.2.0
- Initial release.
springtime-web-axum-1.0.0
Changed
- Some internal improvements and dependency updates.
springtime-di 1.0.0
New
- Some errors now contain textual type names for easy debugging.
springtime 1.0.0
Changed
- Some internal improvements and dependency updates.
springtime-web-axum 0.2.0
springtime-web-axum-0.2.0 version bump
springtime 0.3.0
New
- Reading config from optional
springtime.json
file in current directory. - Re-exporting
BoxFuture
fromspringtime-di
. ApplicationConfig
derives nowDeserialize
.
Changed
- Moved
BoxFuture
,FutureExt
re-exports tofuture
mod. - Runners with the same priority run concurrently with
async
feature. - Removed
async-examples
feature.
springtime-di 0.3.2
Changed
- Removed
async-examples
feature.
springtime-di 0.3.1
Fixed
- Fixed passing down selected features.
springtime 0.2.0
springtime-0.2.0 version bump
springtime-di 0.3.0
New
- 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.