You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
929 B
929 B
changelog
0.6.1
0.6.0
- Fix walker context type
- Update deps, remove unncessary Bublé transformation
0.5.2
- Add types to package
0.5.1
- Prevent context corruption when
walk()
is called during a walk
0.5.0
- Export
childKeys
, for manually fixing in case of malformed ASTs
0.4.0
- Add TypeScript typings (#3)
0.3.1
- Include
pkg.repository
(#2)
0.3.0
- More predictable ordering
0.2.1
- Keep
context
shape
0.2.0
- Add ES6 build
0.1.3
- npm snafu
0.1.2
- Pass current prop and index to
enter
/leave
callbacks
0.1.1
- First release