computables 6.0.1
computables: ^6.0.1 copied to clipboard
Computables are composable, streamable values.
6.0.1 #
- Update README
6.0.0 #
- Migration of core architecture. Removal of
Recomputable
mixin andComputableSubscriber
in favor ofDependencies
andForwarding
mixins.
5.0.3 #
- Fix recomputation error handling bug
5.0.2 #
- Minor cleanup
5.0.1 #
- Fix bug with caching dependencies with null values.
5.0.0 #
- Break out Flutter dependency to separate
computables_flutter
package. - Refactor computables to be lazy by default.
4.0.1 #
- Fix bug with initial stream value.
4.0.0 #
- Rewrite the recomputable dependency graph.
3.0.1 #
- Fix bug with computable builder factory disposing computables unnecessarily.
3.0.0 #
- Migrate off signals implementation.
2.1.0 #
- Add automatic dependency cycle detection.
2.0.0 #
- Refactor to use signals pattern internally and expose new dynamic computation APIs.
1.0.0 #
- Initial stable release.
0.0.4 #
- Revamp builder
0.0.3 #
- Adds support for [Computable] transforms.
0.0.2 #
- Core API changes.
0.0.1 #
- Initial release.