Skip to content

Commit a450660

Browse files
committed
Added 0.1.1 changes to README
1 parent 8ce99fb commit a450660

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,9 @@ When a file is run directly from Node, `require.main` is set to its `module`. `
7878

7979
## Change Log
8080

81+
### 0.1.1
82+
- Added Windows support (and, theoretically, other operating systems that have a directory separator that's not "/")
83+
8184
### 0.1.0
8285
- Completely rewrote the path resolution method to account for most possible scenarios. This shouldn't cause and backwards compatibility issues, but always test your code.
8386
- Removed the need to pass a modules's `require()` method to the `appRootPath.require()` function. Which it's true that each module has its own `require()` method, in practice it doesn't matter, and it's **much** simpler this way.

0 commit comments

Comments
 (0)