Prepare 1.0.0 release

This commit is contained in:
Max Howell
2020-01-24 10:22:12 -05:00
parent 5636a7ac65
commit 694d04f18b
5 changed files with 30 additions and 21 deletions

View File

@@ -176,7 +176,7 @@ public extension Pathish {
Returns the filename extension of this path.
- Remark: If there is no extension returns "".
- Remark: If the filename ends with any number of ".", returns "".
- Note: We special case eg. `foo.tar.gz`.
- Note: We special case eg. `foo.tar.gz`there are a limited number of these specializations, feel free to PR more.
*/
@inlinable
var `extension`: String {