- Add VariableSpec class with magnitude field validation - Add Formula class supporting multiple input/output variables - Support d4rt_code as string or object with code field - Add comprehensive tests for parsing and serialization - Fix broken test import in pruebas_d4rt_test.dart Follows README.md format requirements exactly
852 B
852 B
3.0.2
- Added package topics to the pubspec file.
- Require Dart
2.17.
3.0.1
- Require Dart
2.14. - Update the pubspec
repositoryfield.
3.0.0
- Migrate to null safety.
2.0.1
- Allow the latest (null-safe) version of
pkg:shelf.
2.0.0
Breaking changes
- Dropped the dependency on
package_resolver.- All
PackageResolverapis now take aMap<String, Uri>of package name to the base uri for resolvingpackage:uris for that package. - Named arguments have been renamed from
resolvertopackageMap.
- All
1.0.4
- Set max SDK version to
<3.0.0, and adjust other dependencies.
1.0.3
- Require Dart SDK 1.22.0
- Support
package:asyncv2
1.0.2
- Fix Strong mode errors with
package:shelfv0.7.x
1.0.1
- Allow dependencies on
package:shelfv0.7.x
0.0.1
- Initial version