Skip to content
This repository has been archived by the owner on Nov 16, 2020. It is now read-only.

Service 1.0.0

Compare
Choose a tag to compare
@tanner0101 tanner0101 released this 03 Apr 22:21
· 11 commits to master since this release
281a70b

📦 Introducing Service, a dependency injection / inversion of control framework.

Getting Started:
https://docs.vapor.codes/3.0/service/getting-started/

API Docs:
https://api.vapor.codes/service/1.0.0/Service


Changes since 1.0.0-rc.2.2:

New:

  • Cleaned up code, organized files, added many missing API docs. Converted some APIs to internal to reduce API surface.
  • Added ContainerAlias type allows a type to simply be an alias for another container. This allows SubContainer to become more specialized, reducing confusion.

Milestone:
1.0.0