1. c20d73c Move from pedantic to lints package (#111) by Nate Bosch · 2 years, 10 months ago
  2. 9e1818e Update ci.yml (#109) by Kevin Moore · 3 years ago
  3. 7d807ab Update LICENSE (#107) by Franklin Yow · 3 years, 1 month ago
  4. 49a015d Drop unnecessary constructors (#105) by Nate Bosch · 3 years, 3 months ago
  5. 407ab76 Prepare to publish for stable null safety (#104) by Nate Bosch · 3 years, 3 months ago 1.8.0
  6. 3eb0d18 GH actions: use pub run test, print dart version (#99) by Kevin Moore · 3 years, 6 months ago
  7. b55749c Move from Travis to GitHub actions for CI (#98) by Kevin Moore · 3 years, 6 months ago
  8. 7dedbbe Bump SDK constraints for pub (#96) by Nate Bosch · 3 years, 6 months ago 1.8.0-nullsafety.3
  9. 0e3521d allow the 2.12 prerelease sdks (#95) by Jacob MacDonald · 3 years, 6 months ago 1.8.0-nullsafety.2
  10. 75227d1 Cleanup dependencies, remove build.yaml (#94) by Kevin Moore · 3 years, 7 months ago
  11. deeb8d7 Prepare for the 2.11 dev SDKs (#93) by Nate Bosch · 3 years, 7 months ago 1.8.0-nullsafety.1
  12. 76b65e1 Travis-CI: switch to use dev SDK (#91) by Kevin Moore · 3 years, 10 months ago 1.8.0-nullsafety
  13. 62ecd5a update for the 2.10 dev sdk (#90) by Jacob MacDonald · 3 years, 10 months ago
  14. fe7b14c Merge null_safety branch into master (#89) by Jacob MacDonald · 3 years, 10 months ago
  15. 4f3bb71 Refactor a List.generate to List.filled (#87) by Nate Bosch · 4 years ago
  16. 3e07d53 Remove avoid_redundant_argument_values lint (#86) by Kevin Moore · 4 years ago
  17. e40363e Enable and fix comment_references lint (#81) by Nate Bosch · 4 years ago
  18. 36091c3 Document that absolute does not normalize (#80) by Nate Bosch · 4 years ago
  19. 10c778c Fix a failing test on mac (#75) by Nate Bosch · 4 years, 1 month ago 1.7.0
  20. 747c37c Remove one last reference to pub.dartlang.org by Kevin Moore · 4 years, 1 month ago
  21. d14d10e Use dart.dev everywhere (#74) by Nate Bosch · 4 years, 1 month ago
  22. 2d245ec Add a UNC examples to rootPrefix and split docs (#73) by Nate Bosch · 4 years, 1 month ago
  23. 4b8c83c Prepare to publish (#72) by Nate Bosch · 4 years, 1 month ago
  24. d36892d Add support for multiple extensions (#69) by Ayan Banerjee · 4 years, 1 month ago
  25. 81b57c5 Run tests on all operating systems (#66) by Kevin Moore · 4 years, 2 months ago
  26. 2991cd8 Cleanup relative_test (#65) by Kevin Moore · 4 years, 2 months ago
  27. e213013 Enable and fix a number of lints (#64) by Kevin Moore · 4 years, 2 months ago
  28. 7beb88f Remove author from pubspec, fix outdated URL in readme (#63) by Kevin Moore · 4 years, 2 months ago
  29. fac6fb9 Remove lints duplicated in pkg:pedantic (#62) by Kevin Moore · 4 years, 2 months ago
  30. 5ad6741 Update very outdated doc reference to root -> current (#60) by Kevin Moore · 4 years, 3 months ago
  31. 9735d76 Use a system temp directory for io test (#57) by Nate Bosch · 4 years, 5 months ago
  32. c33865a Fix newly enforced package:pedantic lints (#54) by Nate Bosch · 4 years, 5 months ago
  33. 3d671f4 Example, prepare for 1.6.4 (#52) by Kevin Moore · 4 years, 9 months ago 1.6.4
  34. 6e88bdc Test oldest supported SDK, on browser, and with stronger analysis by Kevin Moore · 4 years, 9 months ago
  35. 47fcc49 Enable and fix a number of lints by Kevin Moore · 4 years, 9 months ago
  36. 7e9fdc4 pubspsec: make homepage link secure by Kevin Moore · 4 years, 9 months ago
  37. 1e27d93 Remove unused codereview.settings by Kevin Moore · 4 years, 9 months ago
  38. 3176c84 pubspec: strip whitespace around description by Kevin Moore · 4 years, 9 months ago
  39. 9e17138 Merge pull request #50 from dart-lang/dartfmt-fix by Bob Nystrom · 4 years, 9 months ago 1.6.3
  40. b5704c2 Run "dartfmt --fix". by Robert Nystrom · 4 years, 9 months ago
  41. ad7d3f9 Merge pull request #49 from dart-lang/catch-cwd-exception by Bob Nystrom · 4 years, 9 months ago
  42. 37eeefd Try to gracefully handle the cwd being deleted. by Robert Nystrom · 4 years, 9 months ago
  43. 61812c9 Use backquotes for backslashes to avoid markdown escaping. (#45) by Janice Collins · 6 years ago
  44. f1ed1db chore: set max SDK version to <3.0.0 (#44) by Patrice Chalin · 6 years ago 1.6.2
  45. 9396db7 Drop implementation of `retype` (#42) by Nate Bosch · 6 years ago 1.6.1
  46. d509a27 Fix .travis.yml (#41) by Kevin Moore · 6 years ago
  47. 4b805c5 Merge pull request #40 from dart-lang/path-map by Natalie Weizenbaum · 6 years ago 1.6.0
  48. 3ffd4c0 Only support Dart 2 by Natalie Weizenbaum · 6 years ago
  49. f7a63c6 Add a PathSet class by Natalie Weizenbaum · 6 years ago
  50. a4166d7 Add a PathMap class by Natalie Weizenbaum · 6 years ago
  51. 22dcaa8 Merge pull request #38 from bcko/patch-1 by Bob Nystrom · 6 years ago
  52. 3383b6e Update .gitignore to new `dart_tool` pub cache by BC Ko · 6 years ago
  53. 792e905 Fix absolute working directory bugs on POSIX (#36) by jensjoha · 6 years ago 1.5.1
  54. 905d5d2 Remove unused block and local var by Kevin Moore · 6 years ago
  55. e7f2720 dartfmt by Kevin Moore · 6 years ago
  56. 0f58074 Enable Travis-CI by Kevin Moore · 6 years ago
  57. b8be12b Merge pull request #33 from dart-lang/change-extension by Natalie Weizenbaum · 6 years ago 1.5.0
  58. 7459b26 Add changeExtension() by Natalie Weizenbaum · 6 years ago
  59. 4147a9c Suggest the prefix "p" in documentation by Natalie Weizenbaum · 6 years ago
  60. c4619ad Rename .analysis_options to analysis_options.yaml (#31) by Kevin Moore · 7 years ago
  61. 1840e8e Strong mode cleanup (#30) by Alexey Knyazev · 7 years ago
  62. 70e680a Fix backslashes in README.md (#29) by Alexey Knyazev · 7 years ago
  63. b28315b Treat "package:" URLs as absolute. (#25) by Natalie Weizenbaum · 7 years ago 1.4.2
  64. 9175474 Fix a normalization bug. (#26) by Natalie Weizenbaum · 7 years ago
  65. 0bb73f1 Bump the version to 1.4.1. (#21) by Natalie Weizenbaum · 7 years ago 1.4.1
  66. afa9229 Merge pull request #20 from dart-lang/windows-drive-letters by Natalie Weizenbaum · 7 years ago
  67. be0a2b9 File URL "/foo" is root-relative for Windows. by Natalie Weizenbaum · 7 years ago
  68. 7cb8682 Fix root-relative file URI handling. by Natalie Weizenbaum · 7 years ago
  69. e4704d2 Be more explicit about stability guarantees. by Natalie Weizenbaum · 7 years ago
  70. 5f7e9f6 Add a caveat about URL comparison. (#17) by Natalie Weizenbaum · 8 years ago 1.4.0
  71. 6f8e05c Add new equality and canonicalization functions. (#16) by Natalie Weizenbaum · 8 years ago
  72. e343ab3 Make Windows path manipulation case-insensitive. (#15) by Natalie Weizenbaum · 8 years ago
  73. 2650a04 Declare the package strong-mode clean. by Natalie Weizenbaum · 8 years ago
  74. 8194f72 Get rid of all the library tags. by Natalie Weizenbaum · 8 years ago
  75. 9420713 One more simple optimization in isWithin. by Bob Nystrom · 8 years ago
  76. 1a19f72 Give the benchmark some love. by Bob Nystrom · 8 years ago
  77. 9c38bf4 Further improve isWithin() performance. by Natalie Weizenbaum · 8 years ago 1.3.9
  78. e6b5547 Improve the performance of isWithin(). by Natalie Weizenbaum · 8 years ago 1.3.8
  79. d63a426 Make sure we normalize relative()'s return value. by Natalie Weizenbaum · 8 years ago
  80. 414bb1e Cache the current working directory. by Natalie Weizenbaum · 8 years ago
  81. 9bad3de Optimize absolute() and normalize(). by Natalie Weizenbaum · 8 years ago 1.3.7
  82. 81cf95e Upgrade to the new test runner. by Natalie Weizenbaum · 9 years ago
  83. fddebbe Fix path.toUri for relative paths. by Natalie Weizenbaum · 9 years ago 1.3.6
  84. 2f3dcde Add type annotations to top-level and static fields. by Kevin Moore · 9 years ago 1.3.5
  85. 29a3784 DDC fixes for path by Vijay Menon · 9 years ago 1.3.4
  86. 93b3e2a Don't use 'current' if 'from' is not relative. by Konstantin Shcheglov · 9 years ago 1.3.3
  87. aa37ec3 path: Fix some analyzer hints. by Natalie Weizenbaum · 9 years ago 1.3.2
  88. 268334e reformatted, remove unused fields and imports, updated readme by Kevin Moore · 9 years ago
  89. 5a38da9 fixed relative root tests by Kevin Moore · 9 years ago
  90. b657c08 Actually release the performance changes to path. by Natalie Weizenbaum · 9 years ago 1.3.1
  91. 4535cfa Remove initial */s in .status. by Natalie Weizenbaum · 9 years ago
  92. b917419 Properly skip tests in packages directories. by Natalie Weizenbaum · 9 years ago
  93. 83f4e7d Fix the status file to match the package bots' expectations. by Natalie Weizenbaum · 9 years ago
  94. 29824c1 Update the pubspec's homepage link. by Natalie Weizenbaum · 9 years ago
  95. 61109f4 Add gitignore, status, and codereview files. by Natalie Weizenbaum · 9 years ago
  96. 82de641 Add benchmark to 'path' package, of the most common methods. by ajohnsen@google.com · 10 years ago
  97. 57b82ba Add InternalStyle:rootLength to implement isAbsolute and rootPrefix. by ajohnsen@google.com · 10 years ago
  98. ebecf50 Make path's top-level context field public. by nweiz@google.com · 10 years ago
  99. 142db6e Fix internal constructor in context. by ajohnsen@google.com · 10 years ago
  100. a9e458f Don't cache path Context based on cwd, as cwd involves a system-call to compute. by ajohnsen@google.com · 10 years ago