test_descriptor 2.0.2
test_descriptor: ^2.0.2 copied to clipboard
An API for defining and verifying files and directory structures.
2.0.2 #
- Require Dart 3.1 or later.
- Move to
dart-lang/testmonorepo.
2.0.1 #
- Populate the pubspec
repositoryfield. - Migrate to
package:lints. - Update the package's markdown badges.
2.0.0 #
- Null safety stable release.
- BREAKING: Removed archive support.
- BREAKING:
DirectoryDescriptor.loadonly supports aStringpath instead of also accepting relativeUriobjects. - BREAKING:
DirectoryDescriptor.loadno longer has an optionalparentsparameter - this was intended for internal use only.
1.2.0 #
- Add an
ArchiveDescriptorclass and a correspondingarchive()function that can create and validate Zip and TAR archives.
1.1.1 #
- Update to lowercase Dart core library constants.
1.1.0 #
-
Add a
path()function that returns the a path within the sandbox directory. -
Add
iogetters toFileDescriptorandDirectoryDescriptorthat returnsdart:ioFileandDirectoryobjects, respectively, within the sandbox directory.
1.0.4 #
- Support test `1.x.x'.
1.0.3 #
- Stop using comment-based generics.
1.0.2 #
- Declare support for
async2.0.0.
1.0.1 #
-
FileDescriptor.validate()now allows invalid UTF-8 files. -
Fix a bug where
DirectoryDescriptor.load()would incorrectly report that multiple versions of a file or directory existed.
1.0.0 #
- Initial version.