Skip to content

v0.5.0

Compare
Choose a tag to compare
@bkonkle bkonkle released this 28 Feb 04:11
· 71 commits to main since this release

0.5.0 - 2023-02-27

Added

  • Added the nakago-axum crate for HTTP routes (#9)
  • Added Config loading based on Figment (#9)
  • Added Hooks to the inject module, which are like Providers but can mutate the Inject container (#9)
  • Added a top-level Application with Init (pre-config) and Startup (pre-run) hooks (#9)
  • Added an Axum HTTP Application with a run() method that starts the server (#9)
  • Added a test Async-GraphQL example (#9)

Changed

  • Prioritized Tag-driven mode for Inject. Renamed the TypeId-driven fields to have a _type prefix, and removed the _tag prefix from the Tag-driven fields. (#9)