Releases: inxilpro/node-app-root-path
Releases · inxilpro/node-app-root-path
3.1.0
Compare
Sorry, something went wrong.
No results found
Added
Fixed
Add fallback for when imported as ESM (in which case require.main is unavailable) by @Pouja in #53
New Contributors
Full Changelog : v2.1.0...3.1.0
3.0.0
Compare
Sorry, something went wrong.
No results found
Improved Plug'n'Play and Webpack support.
2.2.1
Compare
Sorry, something went wrong.
No results found
Fixes issues with loading via webpack
2.2.0
Compare
Sorry, something went wrong.
No results found
Added support for Yarn Plug'n'Play
Adjusted browser-shim to address webpack warnings
Bumped minimum Node version to 6
v2.0.0
Compare
Sorry, something went wrong.
No results found
<a name"2.0.0">
2.0.0 (2016-09-07)
Features
Improved browser shim (6098bfd0 )
Merge branch 'feature/browserify' into development (2b74dbd9 )
Initial browserify shim (1722561c )
Breaking Changes
The provided require() method no longer supports passing require into it (not
commonly used, deprecated for a while)
(dc3eaa5a )
1.2.1
Compare
Sorry, something went wrong.
No results found
Changes:
Special logic to resolve correctly when in an electron renderer process
Special logic to handle an edge case when used in a globally-installed CLI project
Fixed a bug where setPath() did not update require('app-root-path').path
Moved some logic outside of the resolve() function so that it's not called multiple times
1.0.0
Compare
Sorry, something went wrong.
No results found
0.1.1
Compare
Sorry, something went wrong.
No results found
Version 0.1.1 adds cross-browser path support (now supporting both C:\Users\JohnSmith\WebDev\ and /var/www/ — as well as anything else that node supports in its path module).
0.1.0
Compare
Sorry, something went wrong.
No results found
Merge branch 'release/0.1.0'
v0.0.1
Compare
Sorry, something went wrong.
No results found