Skip to content

Release-0.5.0

Compare
Choose a tag to compare
@codemercenary codemercenary released this 14 Mar 01:10
· 1781 commits to master since this release

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 to CoreContext::Add
  • #444 makes it an error to try to dereference an Autowired instance that has not yet been satisfied