1. f858c6f Bump actions/checkout from 4.1.1 to 4.1.2 (#237) by dependabot[bot] · 2 weeks ago master
  2. 3aa0649 Bump dart-lang/setup-dart from 1.6.0 to 1.6.2 (#235) by dependabot[bot] · 3 months ago
  3. cd3a932 Bump actions/checkout from 3.6.0 to 4.1.1 (#232) by dependabot[bot] · 6 months ago
  4. e7c03aa Bump dart-lang/setup-dart from 1.5.0 to 1.6.0 (#233) by dependabot[bot] · 6 months ago
  5. 7418131 Remove now unnecessary glob dependency override (#226) by Parker Lougheed · 6 months ago
  6. a18ad1c Bump actions/checkout from 3.5.2 to 3.6.0 (#228) by dependabot[bot] · 8 months ago
  7. 5d9a602 remove no longer necessary override (#223) by Jacob MacDonald · 11 months ago
  8. e4eebba release version 7.0.0 (#222) by Jacob MacDonald · 11 months ago v7.0.0
  9. f05f5db Make MemoryFile.openRead and _ChrootFile.openRead return Stream<List<int>> again (#217) by James D. Lin · 11 months ago
  10. f2f3076 MemoryFileSystem addStream onError (#220) by Ross Wang · 11 months ago
  11. 5e76f74 Fix MemoryFileSystem to treat an empty path as non-existent (#213) by James D. Lin · 11 months ago
  12. 7941466 Make `FileSystem.isLink` actually work (#214) by James D. Lin · 11 months ago
  13. e90e5ed Migrate to Dart 3 (#210) by Bernardo Ferrari · 11 months ago
  14. b905180 Bump dart-lang/setup-dart from 1.4.0 to 1.5.0 (#212) by dependabot[bot] · 12 months ago
  15. 8158a35 Bump actions/checkout from 3.3.0 to 3.5.2 (#218) by dependabot[bot] · 12 months ago
  16. 72a67c3 Bump actions/checkout from 3.1.0 to 3.3.0 (#207) by dependabot[bot] · 1 year, 3 months ago
  17. a88f4d5 Bump dart-lang/setup-dart from 1.3 to 1.4 (#208) by dependabot[bot] · 1 year, 3 months ago
  18. b768f79 add dependabot; run the CI weekly (#203) by Devon Carew · 1 year, 5 months ago
  19. b2e31cb populate the pubspec repository fields; update readme #196 (#202) by Devon Carew · 1 year, 8 months ago
  20. 0803414 skip a failing test on windows (#201) by Devon Carew · 1 year, 8 months ago
  21. 4428a9b Introduce stub of a exclusive parameter for File.create. (#199) by Alexander Aprelev · 1 year, 8 months ago
  22. 0132eee remove unneeded imports (#190) by Kevin Moore · 2 years, 6 months ago
  23. b5672d9 Use published versions of actions (#189) by Kevin Moore · 2 years, 6 months ago
  24. 5b870ff Switch to GitHub Actions (#188) by Greg Spencer · 2 years, 8 months ago
  25. 8b72111 Create dart.yml by Greg Spencer · 2 years, 8 months ago
  26. 1ebc388 Add ophandle for FileSystemEntity.exists/existsSync (#185) by Jonah Williams · 2 years, 10 months ago
  27. 0ed7ef5 Add copy and open operation handles to inject memory file exceptions without mocking (#184) by Jenn Magder · 3 years ago
  28. 427bb20 Add an operation handle to allow inserting FileSystemExceptions in the memory fs without mocking (#181) by Jonah Williams · 3 years, 2 months ago
  29. e354325 Migrate tests to sound mode, fix type error in MemoryDirectory (#180) by Jonah Williams · 3 years, 2 months ago
  30. 93f6ff1 migrate file_testing to null safety (#178) by Jonah Williams · 3 years, 2 months ago
  31. ced24c2 Fix lints from dart pub publish (#177) by Jonah Williams · 3 years, 2 months ago
  32. 80e3a61 stable version (#176) by Jonah Williams · 3 years, 2 months ago
  33. c9001cb Add _ChrootRandomAccessFile and ForwardingRandomAccessFile (#159) by James D. Lin · 3 years, 3 months ago
  34. 0e09370 update versions for beta (#173) by Jonah Williams · 3 years, 5 months ago
  35. bed9e22 update SDK constraint for null safety (#172) by Jonah Williams · 3 years, 6 months ago
  36. 71d1ad3 Remove unused dart:async imports. (#169) by Michael R Fairhurst · 3 years, 7 months ago
  37. 763c50a bump SDK constraint for 2.11 (#170) by Jonah Williams · 3 years, 7 months ago
  38. 73403a0 Make ForwardingFile.openRead return Stream<List<int>> again (#168) by James D. Lin · 3 years, 7 months ago
  39. e465349 Readme improvements (#165) by Kevin Moore · 3 years, 8 months ago
  40. 0a38af1 update for null-safety publication (#163) by Jonah Williams · 3 years, 8 months ago
  41. e5233fb [null-safety] migrate to _almost_ null safety (#162) by Jonah Williams · 3 years, 9 months ago
  42. d189c70 [null-safety] remove implicit-dynamic, intl in preparation for null-safety (#160) by Jonah Williams · 3 years, 9 months ago
  43. 4fd05e5 Make MemoryRandomAccessFile handle the file being moved from under it (#157) by James D. Lin · 3 years, 10 months ago
  44. c49d032 Replace existsSync() usage in tests (#156) by James D. Lin · 3 years, 10 months ago
  45. b651ddd Fix CHANGELOG.md and update package version (#155) by James D. Lin · 3 years, 10 months ago
  46. 996dba3 Fix describeInvocation code style (#154) by James D. Lin · 3 years, 10 months ago
  47. 48897b3 Try to fix flaky timestamp tests (#153) by James D. Lin · 3 years, 10 months ago
  48. 1d8aab0 Enable more "File > open" tests (#145) by James D. Lin · 3 years, 10 months ago
  49. 40ee95a Fix and refactor NoMatchingInvocationError.toString() (#149) by James D. Lin · 3 years, 10 months ago
  50. 6f58645 Remove Uint8ListToPlainList (#143) by James D. Lin · 3 years, 10 months ago
  51. 2e7de7b Fix MemoryFile.readAsLines to behave more like File.readAsLines (#147) by James D. Lin · 3 years, 10 months ago
  52. 5ef4626 per instance temp directory naming (#152) by Jonah Williams · 3 years, 10 months ago
  53. ae93276 Remove some stale TODOs (#151) by James D. Lin · 3 years, 10 months ago
  54. c9f0924 Try to fix some flaky tests (#150) by James D. Lin · 3 years, 10 months ago
  55. 7b1099d Change dep back to package:test (#141) by Dan Field · 3 years, 10 months ago
  56. 48cbe76 Add a basic implementation for MemoryRandomAccessFile (#136) by James D. Lin · 3 years, 10 months ago
  57. a139f3b Add a dartdoc comment for RealNode.clock (#137) by James D. Lin · 3 years, 10 months ago
  58. db9a48d Bump version (#130) by Todd Volkert · 4 years, 6 months ago
  59. d35d82d Monotonic clock version of MemoryFileSystem (#129) by Ian Hickson · 4 years, 6 months ago
  60. c70c123 Add basic example (#128) by Todd Volkert · 4 years, 8 months ago
  61. 850ea6d Update for modern analysis (#127) by Todd Volkert · 4 years, 8 months ago
  62. 4cc8554 Cleanup skipOnPlatform list for Windows tests that are now passing (#126) by Ben Konyi · 4 years, 10 months ago
  63. fc1e1bf Prepare for upcoming change to File.openRead() (#125) by Todd Volkert · 4 years, 10 months ago
  64. 79eb583 Change implementations to return Uint8List rather than List<int> (#123) by Todd Volkert · 5 years ago
  65. 7a2153e Adds `skip` to common_tests.dart `test` function. Uses it for failing tests. (#121) by Clement Skau · 5 years ago
  66. 14ba9ef Use test_api instead of test (#120) by Dan Field · 5 years ago
  67. 27049dd Switch to new-style mixins so that super.noSuchMethod can be called. (#117) by Paul Berry · 5 years ago
  68. a198745 Rework mixins to avoid extending non-Object. (#116) by Paul Berry · 6 years ago
  69. 7ef7e0c Add tests that fail because of slash directions (#115) by Danny Tuppeny · 6 years ago
  70. 515ed1d Dart 2 fix for File.open() (#114) by Todd Volkert · 6 years ago
  71. a7f409f Dart 2 fixes (#113) by Todd Volkert · 6 years ago
  72. 0213b00 Remove deprecated enablePreviewDart2 analysis option (#111) by Phil Quitslund · 6 years ago
  73. 40e7d6a Relax constraints on package:test version (#110) by Todd Volkert · 6 years ago
  74. 3e33e9f Remove woraround for nsm forwarding and mixins, fix has landed in SDK. (#108) by Keerti Parthasarathy · 6 years ago
  75. 446ec63 Add missing return to fix analsysis error with 2.1.0-dev.1.0. (#106) by Keerti Parthasarathy · 6 years ago
  76. 69f797d Update changelog (#107) by Todd Volkert · 6 years ago
  77. 65556d8 Dart 2 type fixes. (#104) by Phil Quitslund · 6 years ago
  78. 35fbd66 update test dep; bump version (#102) by Phil Quitslund · 6 years ago 5.0.3
  79. 2680de2 update test dep to ^1.0.0 (#101) by Phil Quitslund · 6 years ago
  80. bb745fd bump Dart SDK constraint (#99) by Phil Quitslund · 6 years ago
  81. 747d72d Fix build (#95) by Michael Thomsen · 6 years ago
  82. d92d00f Add Pub badge (#96) by Michael Thomsen · 6 years ago
  83. 34cf2d1 Use Linux error codes as fallback when OS error codes are not defined (#94) by Rohan Chandra · 6 years ago
  84. 15a16a6 Add workarounds for sdk#33459 (#92) by Sam Rawlins · 6 years ago
  85. 8c24e0e Fix for Dart 2 runtime + 2.0.0-dev.61.0 (#91) by Sam Rawlins · 6 years ago
  86. 7d4c2cb Fix a few runtime issues with Dart 2; s/retype/cast (#87) by Sam Rawlins · 6 years ago
  87. a57b9ad Remove upper case constants (#86) by Keerti Parthasarathy · 6 years ago
  88. 0af5602 Fix runtime errors in recording_test (#85) by Sam Rawlins · 6 years ago
  89. 89c46bf Re-organize repo (#83) by Todd Volkert · 6 years ago
  90. db0b529 Make MemoryFileSystem support Windows-style paths (#82) by Todd Volkert · 6 years ago
  91. 21dfcff General cleanup of package:file (#81) by Todd Volkert · 6 years ago
  92. 2b00b23 Update the signature for RecordingRandomAccessFile._close due to chan… (#78) by Keerti Parthasarathy · 6 years ago 4.0.0
  93. c09a430 Import dart:io directly (#77) by Todd Volkert · 6 years ago 3.0.0
  94. 8021807 Rename .analysis_options to analysis_options.yaml (#76) by Dan Rubel · 6 years ago
  95. 273a1e7 Bump version to 2.3.7 (#75) by Todd Volkert · 6 years ago 2.3.7
  96. ed47cc0 Make ForwardingDirectory generic. (#74) by Paul Berry · 6 years ago
  97. bc6ce1f Use Travis tasks (#73) by Kevin Moore · 6 years ago
  98. 3a58884 Revert "Allow dev to fail on travis (#71)" (#72) by Michael Goderbauer · 6 years ago
  99. 3b8d74b Allow dev to fail on travis (#71) by Michael Goderbauer · 6 years ago
  100. 7ea0bb8 Bump version up to 2.3.6 (#70) by Alexander Aprelev · 6 years ago