- Keep non-enumerable properties non-enumerable (#20)
- Return transformed node from
context.next()
(#17)
- Stable release
- Push current node to path when calling
visit
- Require
next()
to be called to visit children
- Forward state from universal visitors
- Skip children after calling
visit
- Rename
context.transform
tocontext.visit
- Respect individual visitor transformations if universal visitors calls
next(...)
- Simplify
Context
type arguments
- Skip children when transforming
- Fix
path
type
- Fix package.json
- Export types
- Fix some type issues
- Make visitor signature more forgiving
- Allow state to be
null
- Add
pkg.files
- First release