- Updated dependencies, base files, and editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
- Updated dependencies, base files, and editions using boundation
- Thank you to the sponsors: Andrew Nesbitt, Balsa, Codecov, Poonacha Medappa, Rob Morris, Sentry, Syntax
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated license from
MIT
toArtistic-2.0
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Converted from JavaScript to TypeScript
const requireFresh = require('requirefresh')
must be changed to one of these:const requireFresh = require('requirefresh').default
const { requireFresh } = require('requirefresh')
import requireFresh from 'requirefresh'
import { requireFresh } from 'requirefresh'
requireFreshSafe
is now an alias forrequireFreshCallback
- Introduced
requireFreshPromise
- Node.js engines support is now back to
>=4
, bringing back previousrequirefresh
v2 coverage - Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Minimum required node version changed from
node: >=8
tonode: >=10
to keep up with mandatory ecosystem changes
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Updated dependencies, base files, and editions using boundation
- Minimum required node version changed from
node: >=0.12
tonode: >=8
to keep up with mandatory ecosystem changes
- Updated dependencies, base files, and editions using boundation
- Added JSDoc documentation
- Updated base files and editions using boundation
- Converted from CoffeeScript to JavaScript
- Updated base files
- Simplified the API -
require('requirefresh').requireFresh('the-module')
is nowrequire('requirefresh')('the-module')
-require('requirefresh').requireFreshSafe('the-module', next)
is nowrequire('requirefresh').safe('the-module', next)
- Removed domains from safe method, seemed out of scope to have them there (there is now just a try..catch)
- Learnt how to use finally in try catch finally (it runs even after returns!)
- Re-applied engines to be node 0.8 and above due to use of domains
- Split out into
requireFresh
andrequireFreshSafe
- Updated engines to be node 0.8 and above due to use of domains
- Split from bevry/safeps
- Added domains to catch even more errors