Releases: medikoo/ncjsm
Releases · medikoo/ncjsm
4.3.2 (2023-01-13)
4.3.1 (2022-07-09)
Bug Fixes
- Fix
ignoreMissingsupport in deep dependencies resolution (#6) (669491c) (Diego Henrique Domingues)
Maintenance Improvements
4.3.0 (2022-01-24)
4.2.0 (2021-04-30)
4.1.0 (2020-07-22)
4.0.1 (2019-10-25)
4.0.0 (2019-10-08)
Bug Fixes
- Fix requireUncached moduleIds validation (eb2e026)
Features
- By default crash resolve with MODULE_NOT_FOUND if module not found (0e446c4)
BREAKING CHANGES
resolveandresolve/syncnow by default crash with MODULE_NOT_FOUND error, if module is not found. Old behavior was thatnullwas returned.
To maintain old behavior { silent: true } option needs to be passed
3.0.0 (2019-09-02)
Features
Tests
- Configure directory links tests (988c92a)
- Cover symlink cases in resolve tests (c97d4a0)
- Fix symlink type (a371ed0)
- Improve naming (81785d6)
- Improve var name (523498a)
- Improve var naming (e48b5f0)
- Maintain support for Node.js v6 (3341664)
- Make symlink tests portable to windows (0b57b2a)
- Refactor to async/await (6f20188)
- Rename util (55a6d6f)
- Skip symlink tests if not capable to create them (53cc946)
BREAKING CHANGES
- 'resolve', and 'resolve/sync' utils now resolve with objects that
expose path ontargetPathproperty
(so far path was returned directly)