Releases: dependents/node-source-walk
Releases · dependents/node-source-walk
v8.0.0
v7.0.2
What's Changed
Fixed
- Options object passed to the
Walkerconstructor is no longer mutated - Options object passed to
parse()is no longer mutated whenallowHashBangis absent
Performance
stopWalking()now exits all three traversal loops immediately- Object node properties are now iterated with
Object.keysinstead ofObject.entries - Primitive and
nullvalues are skipped
Internal
isObjectconverted from a module-level function to a private class method (#isObject)- Added JSDoc annotations for
traverse,moonwalk,stopWalking,#reverseTraverse, and#isObject
Full Changelog: v7.0.1...v7.0.2
v7.0.1
v7.0.0
v6.0.2
- parse: use default param
- index.js: remove moot check
Full Changelog: v6.0.1...v6.0.2
v6.0.1
- Test tweaks
Full Changelog: v6.0.0...v6.0.1
v6.0.0
v5.0.2
v5.0.1
- Add dependabot.yml for action updates
- Add CodeQL workflow
- CI: add Node.js 18 and persist-credentials: false
- Specify lockfile-version=2 for older npm compatibility
- Update minor and patch dependencies
- README.md: fix CI badge
Full Changelog: v5.0.0...v5.0.1