Skip to content

v4.0.0

Choose a tag to compare

@devtronic devtronic released this 08 Feb 12:23
febe972

This major update has breaking changes.
Check the UPGRADE.md for guidance.

Features

Caching system

This release contains a new caching system for intermediates. Those are stored in a .catalyst_builder_cache directory.
Don't forget to exclude this from the VCS.

Changes

Dependency updates

  • build_runner_core: Removed

Breaking Changes:

Dart SDK

Bump the minimum Dart SDK version to 3.5.0

Dependency updates

  • dart_style: ^2.0.1 => ^3.0.1
  • analyzer: '>=5.2.0 <7.0.0' => '>=5.2.0 <8.0.0'

Annotations

Removed the deprecated @Parameter annotation. Use @Inject instead.

Build customization

Moved the providerClassName and includePackageDependencies option to the @GenerateServiceProvider annotation