Skip to content

package:source_gen v1.5.0

Latest
Compare
Choose a tag to compare
@natebosch natebosch released this 13 Dec 22:52
· 16 commits to master since this release
241e050
  • Add throwOnUnresolved configuration to the GeneratorForAnnotation
    constructor.
  • Rename InvalidGenerationSourceError to InvalidGenerationSource. Change
    from a subtype of Error to a subtype of Exception. This may be breaking if
    a builder relies on a on Exception catch to ignore this error.