Athena Dependency Injection v0.2.1 Release Notes

Release Date: 2020-11-14 // over 3 years ago
  • โฌ†๏ธ Dependency Upgrades

    โž• Additions

    • โž• Adds a standardized way to handle "mocking" services for testing
    • ๐Ÿ‘Œ Support being able to specify the type of a service within a container
      • Used to support interface based mocking. See this section in the API docs
    • ๐Ÿ‘Œ Supports creating services via the Factory pattern

    ๐Ÿ”„ Changes

    • ๐Ÿ“„ Update deploy_docs CI job to use updated version of pages deploy and uses GITHUB_TOKEN.