Skip to content

1.5.0

Latest
Compare
Choose a tag to compare
@Jeffset Jeffset released this 16 Apr 16:47

What's Changed

  • Fix: Loops detection behind non-eager edges. by @Jeffset in #98
    A critical bug that allowed graphs to contain unreported dependency cycles along non-lazy paths. So, update could break things in theory, but in practice such errors should've been detected at runtime.
  • Keep enclosing class by @bacecek in #100
  • Provide YataganGenerated & Generated annotations in the produced code. by @Jeffset in #112
  • Provide Optional#orElse method with lazily alternative creation by @bacecek in #114

Full Changelog: v1.4.1...v1.5.0


Thanks @bacecek for contributions!