Skip to content

Tags: danrubel/file.dart

Tags

2.3.7

Toggle 2.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump version to 2.3.7 (dart-archive#75)

2.3.5

Toggle 2.3.5's commit message
Fix line splitter (dart-archive#62)

Replace use of LineSplitter with wrapper that correctly implements
the Converter<String, List<String>> interface.

2.3.4

Toggle 2.3.4's commit message
Bump SDK constraint to allow to early Dart 2.0 release (dart-archive#60)

2.3.3

Toggle 2.3.3's commit message
Relax version requirements on `package:intl` (dart-archive#59)

2.3.2

Toggle 2.3.2's commit message
Fix Uri handling in FileSystem methods (dart-archive#57)

2.3.1

Toggle 2.3.1's commit message
Fix MemoryFile to update last modified time when writeAs* is called (d…

…art-archive#50)

2.3.0

Toggle 2.3.0's commit message
Added convenience methods in `Directory`... (dart-archive#46)

... for creating child entities.

2.2.0

Toggle 2.2.0's commit message
Update code to use errno values (dart-archive#44)

This updates all code that throws FileSystemException to properly set
the corresponding osError.errorCode, which allows us to update the
tests to expect the error code rather than the error message. This in turn
allows the tests to be more robust across locales and platforms.

To deal with the fact that different platforms have different errno values
(which will be exposed and tested via LocalFileSystem), this change
creates an ErrorCodes class with static getters for the set of errno
values that are common to all platforms. This code can be removed once
dart-lang/sdk#28860 is resolved and live.

Fixes #43

2.1.0

Toggle 2.1.0's commit message
Prepare for 2.1.0 release (dart-archive#40)

2.0.1

Toggle 2.0.1's commit message
Minor fixes based on an inspection of 2.0.0 release in pub and on dar…

…tdocs.org (dart-archive#37)