Skip to content

package:build_resolvers v2.4.0

Compare
Choose a tag to compare
@jakemac53 jakemac53 released this 25 Sep 21:33
· 51 commits to master since this release
bbd32a1
  • Deprecate the unnamed AnalyzerResolvers constructor, an replace it with the
    AnalyzerResolvers.sharedInstance getter and AnalyzerResolvers.custom
    constructor. These new apis enforce a 1:1 relationship between the
    BuildAssetUriResolver instances and AnalyzerResolvers instances, which is
    necessary to ensure correct builds in the presence of multiple resolvers.