Releases: inxilpro/node-app-root-path
Releases · inxilpro/node-app-root-path
3.1.0
3.0.0
2.2.1
2.2.0
v2.0.0
<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
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 updaterequire('app-root-path').path
- Moved some logic outside of the
resolve()
function so that it's not called multiple times