Release-0.5.0
New features available in this release, and some minor breaking changes. Particularly:
- #449 finally deprecates all support for libstdc++. Release 0.4.4 will be the last to support this hateful API
- #454 adds an interesting new concept to Autowiring--signals!
- #446 allows users to advertise interfaces as available in a context without requiring that
CoreContext
specifically be responsible for creation--say hello toCoreContext::Add
- #444 makes it an error to try to dereference an
Autowired
instance that has not yet been satisfied