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.