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