Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Releases: dart-archive/file.dart

2.1.0

23 Feb 19:57
Compare
Choose a tag to compare
  • Add support for new dart:io API methods added in Dart SDK 1.23

2.0.1

12 Feb 21:40
Compare
Choose a tag to compare
  • Minor doc updates

2.0.0

12 Feb 21:16
Compare
Choose a tag to compare
  • Improved toString implementations in file system entity classes
  • Added ForwardingFileSystem and associated forwarding classes to the
    main file library
  • Removed FileSystem.pathSeparator, and added a more comprehensive
    FileSystem.path property
  • Added FileSystemEntity.basename and FileSystemEntity.dirname
  • Added the record_replay library
  • Added the testing library