Sign in
dart
/
path
/
HEAD
« Previous
4147a9c
Suggest the prefix "p" in documentation
by Natalie Weizenbaum
· 7 years ago
c4619ad
Rename .analysis_options to analysis_options.yaml (#31)
by Kevin Moore
· 7 years ago
1840e8e
Strong mode cleanup (#30)
by Alexey Knyazev
· 7 years ago
70e680a
Fix backslashes in README.md (#29)
by Alexey Knyazev
· 7 years ago
b28315b
Treat "package:" URLs as absolute. (#25)
by Natalie Weizenbaum
· 7 years ago
1.4.2
9175474
Fix a normalization bug. (#26)
by Natalie Weizenbaum
· 7 years ago
0bb73f1
Bump the version to 1.4.1. (#21)
by Natalie Weizenbaum
· 8 years ago
1.4.1
afa9229
Merge pull request #20 from dart-lang/windows-drive-letters
by Natalie Weizenbaum
· 8 years ago
be0a2b9
File URL "/foo" is root-relative for Windows.
by Natalie Weizenbaum
· 8 years ago
7cb8682
Fix root-relative file URI handling.
by Natalie Weizenbaum
· 8 years ago
e4704d2
Be more explicit about stability guarantees.
by Natalie Weizenbaum
· 8 years ago
5f7e9f6
Add a caveat about URL comparison. (#17)
by Natalie Weizenbaum
· 8 years ago
1.4.0
6f8e05c
Add new equality and canonicalization functions. (#16)
by Natalie Weizenbaum
· 8 years ago
e343ab3
Make Windows path manipulation case-insensitive. (#15)
by Natalie Weizenbaum
· 8 years ago
2650a04
Declare the package strong-mode clean.
by Natalie Weizenbaum
· 8 years ago
8194f72
Get rid of all the library tags.
by Natalie Weizenbaum
· 9 years ago
9420713
One more simple optimization in isWithin.
by Bob Nystrom
· 9 years ago
1a19f72
Give the benchmark some love.
by Bob Nystrom
· 9 years ago
9c38bf4
Further improve isWithin() performance.
by Natalie Weizenbaum
· 9 years ago
1.3.9
e6b5547
Improve the performance of isWithin().
by Natalie Weizenbaum
· 9 years ago
1.3.8
d63a426
Make sure we normalize relative()'s return value.
by Natalie Weizenbaum
· 9 years ago
414bb1e
Cache the current working directory.
by Natalie Weizenbaum
· 9 years ago
9bad3de
Optimize absolute() and normalize().
by Natalie Weizenbaum
· 9 years ago
1.3.7
81cf95e
Upgrade to the new test runner.
by Natalie Weizenbaum
· 9 years ago
fddebbe
Fix path.toUri for relative paths.
by Natalie Weizenbaum
· 9 years ago
1.3.6
2f3dcde
Add type annotations to top-level and static fields.
by Kevin Moore
· 9 years ago
1.3.5
29a3784
DDC fixes for path
by Vijay Menon
· 9 years ago
1.3.4
93b3e2a
Don't use 'current' if 'from' is not relative.
by Konstantin Shcheglov
· 10 years ago
1.3.3
aa37ec3
path: Fix some analyzer hints.
by Natalie Weizenbaum
· 10 years ago
1.3.2
268334e
reformatted, remove unused fields and imports, updated readme
by Kevin Moore
· 10 years ago
5a38da9
fixed relative root tests
by Kevin Moore
· 10 years ago
b657c08
Actually release the performance changes to path.
by Natalie Weizenbaum
· 10 years ago
1.3.1
4535cfa
Remove initial */s in .status.
by Natalie Weizenbaum
· 10 years ago
b917419
Properly skip tests in packages directories.
by Natalie Weizenbaum
· 10 years ago
83f4e7d
Fix the status file to match the package bots' expectations.
by Natalie Weizenbaum
· 10 years ago
29824c1
Update the pubspec's homepage link.
by Natalie Weizenbaum
· 10 years ago
61109f4
Add gitignore, status, and codereview files.
by Natalie Weizenbaum
· 10 years ago
82de641
Add benchmark to 'path' package, of the most common methods.
by ajohnsen@google.com
· 10 years ago
57b82ba
Add InternalStyle:rootLength to implement isAbsolute and rootPrefix.
by ajohnsen@google.com
· 10 years ago
ebecf50
Make path's top-level context field public.
by nweiz@google.com
· 10 years ago
142db6e
Fix internal constructor in context.
by ajohnsen@google.com
· 10 years ago
a9e458f
Don't cache path Context based on cwd, as cwd involves a system-call to compute.
by ajohnsen@google.com
· 10 years ago
ea15404
Remove documentation links for repo packages.
by nweiz@google.com
· 10 years ago
ef5545e
Avoid using RegExps in path to work around issue 19090.
by nweiz@google.com
· 10 years ago
9cc8c7e
Deprecate publicly-visible properties on Style in path.
by nweiz@google.com
· 10 years ago
5dcbb34
Add a path.formatUri method and release path 1.2.0.
by nweiz@google.com
· 10 years ago
5b6c36d
Allow [path.fromUri] to take a string as well as a URI.
by nweiz@google.com
· 10 years ago
ef65ed5
pkg/unittest: added LICENSE
by kevmoo@google.com
· 11 years ago
1aac6ef
Make pkg/path 1.0.0 and upgrade dependencies appropriately.
by nweiz@google.com
· 11 years ago
2398ea1
Mark path's SDK constraint lower bound as 1.0.0 exactly.
by nweiz@google.com
· 11 years ago
38766cc
Bump pkg/path's version to 1.0.0-rc.1
by nweiz@google.com
· 11 years ago
01296f9
Make the stack_trace package print relative URLs for browser paths.
by nweiz@google.com
· 11 years ago
a1ddb7f
Refactor pkg/path.
by nweiz@google.com
· 11 years ago
b287ff5
Add isWithin to pkg/path.
by nweiz@google.com
· 11 years ago
91a6b4d
Support root-relative paths on Windows.
by nweiz@google.com
· 11 years ago
082386f
Don't rely on a sandbox directory for pkg/path PWD tests.
by nweiz@google.com
· 11 years ago
339e49b
Properly support UNC paths in pkg/path.
by nweiz@google.com
· 11 years ago
7814fec
Have pkg/path track the current working directory if it changes.
by nweiz@google.com
· 11 years ago
57b6cf0
Don't use mirrors in pkg/path.
by ajohnsen@google.com
· 11 years ago
c9669b2
Re-land r29957 (add versions and constraints for packages and samples), with
by dgrove@google.com
· 11 years ago
99505dc
Revert "add versions and constraints for packages and samples"
by ajohnsen@google.com
· 11 years ago
c1d648f
add versions and constraints for packages and samples
by jmesserly@google.com
· 11 years ago
bfdf173
Mirrors overhaul.
by ahe@google.com
· 11 years ago
a473af6
use symbol literals instead of const ctor
by jmesserly@google.com
· 11 years ago
5d577a1
pkg: analysis aided cleanup
by kevmoo@j832.com
· 11 years ago
1fabfff
Fix path browser test.
by rnystrom@google.com
· 11 years ago
0feee64
First stab at a dev server in pub using barback.
by rnystrom@google.com
· 11 years ago
aa1e2a7
Remove API documentation from path README.
by rnystrom@google.com
· 11 years ago
155298d
Handle special characters in path<->uri conversion.
by rnystrom@google.com
· 11 years ago
28f18ad
Ignore all trailing separators in path.extension.
by rnystrom@google.com
· 11 years ago
5bd82fb
Port dart:io Path tests to package:path.
by whesse@google.com
· 11 years ago
a94cb0a
Fix documentation of path.toUri().
by rnystrom@google.com
· 11 years ago
8b12452
Fix static warnings in pkg/path.
by rnystrom@google.com
· 11 years ago
b55b4b6
Use window.location.href in path under dart2js.
by nweiz@google.com
· 11 years ago
ab05990
pkg/path: fixed tiny doc bug
by kevmoo@j832.com
· 11 years ago
e8c73a1
Test empty strings arguments to path.join().
by rnystrom@google.com
· 11 years ago
50d931f
Rename "pathos" package to "path".
by rnystrom@google.com
· 11 years ago
ed73bae
Add path.joinAll.
by nweiz@google.com
· 12 years ago
b570ca4
Reapply "Rename mappedBy to map."
by lrn@google.com
· 12 years ago
b1993c7
Revert "Rename mappedBy to map."
by floitsch@google.com
· 12 years ago
0cc0087
Rename mappedBy to map.
by lrn@google.com
· 12 years ago
66fd88c
Add a README for path.
by rnystrom@google.com
· 12 years ago
8f73851
Clean up code that locates SDK and SDK version.
by rnystrom@google.com
· 12 years ago
89f9626
Fix minor path handling issue in path package.
by efortuna@google.com
· 12 years ago
35c59fb
Big merge from experimental to bleeding edge.
by floitsch@google.com
· 12 years ago
7a017dc
Update pkg/path to use "package:" imports.
by rnystrom@google.com
· 12 years ago
057e462
Make dirname and basename ignore trailing separators and double slashes.
by nweiz@google.com
· 12 years ago
69fb3f0
Fix analyzer errors/warnings for Pub.
by nweiz@google.com
· 12 years ago
3a0b63f
Move path ("pathos") to pkg/.
by rnystrom@google.com
· 12 years ago