caylir v0.8.0 Release Notes

Release Date: 2018-09-09 // over 5 years ago
    • ✨ Enhancements

      • Configuration can be done on graph (re-) start by setting a {mod, fun} tuple for the config key :init. This method will be called with the graph module name as the first (and only) parameter and is expected to return :ok
      • Queries now support the limit parameter
      • Support for elixir 1.5 style child_spec has been added
    • 🗄 Soft deprecations (no warnings)

      • Support for {:system, "ENV_VARIABLE"} configuration has been removed from the documentation. It will eventually be removed completely after a proper deprecation phase