Athena Dependency Injection v0.2.2 Release Notes

Release Date: 2020-12-04 // over 3 years ago
  • 🔄 Changes

    • ⚡️ Updates crystal version to be installable in Crystal versions greater than 1.0.0

Previous changes from v0.2.1

  • ⬆️ 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.