Releases: standard-things/esm
Releases · standard-things/esm
0.25.4
- Updated
esm
real require()
getter
3.0.6
- Ensured builtin modules are loadable from the
require()
hook
- Ensured the real
require()
is gettable from esm
0.25.3
- Ensured builtin modules are loadable from the
require()
hook
- Ensured the real
require()
is gettable from esm
3.0.5
- Ensured
util.inspect()
represents namespace objects with live values
3.0.4
- Ensured
util.inspect()
represents namespace objects with populated values
3.0.3
- Avoided falling back to the next-to root directory if no config is found
- Ensured async errors of main scripts aren’t swallowed (#316)
- Made
esm
easier to compile into Node
3.0.2
- Added a symbol to the
esm
export for easier detection by AVA
3.0.1
- Ensured
esm
throws errors for invalid options (#315)
3.0.0
Breaking Changes
- Applied zero config defaults to enable CJS interoperability
- Locked
.mjs
files down to basic functionality without support for esm
options
- Renamed
@std/esm
to esm
- Renamed
"js"
mode to "auto"
- Renamed
"mjs"
mode to "strict"
- Removed the
"cjs"
mode shorthand
0.25.2
- Ensured
mtime
helper supports Node < 8