Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

espower 2.0 milestone #29

Closed
10 tasks done
twada opened this issue Jun 29, 2016 · 1 comment
Closed
10 tasks done

espower 2.0 milestone #29

twada opened this issue Jun 29, 2016 · 1 comment

Comments

@twada
Copy link
Member

twada commented Jun 29, 2016

Milestone for espower 2.0.0 release

New Features

espower 2.0.0 embeds value capturing helper into transpiled code (#26). Therefore,

espower 2.0.0 exposes visitor object for estraverse (#31). Therefore,

Breaking Changes

The destructive option has been removed (#30).

  • New behavior is like destructive: true, means that passed AST is modified directly.
  • If you do not want your AST to be modified, you should deep clone your AST by yourself.

TODO

twada added a commit that referenced this issue Nov 11, 2016
…er support.

refs #29

BREAKING CHANGE: We stopped providing prebuilt bundle for browsers. Please build your own using browserify, webpack and so on. We also dropped bower support. Please use npm instead.
@twada
Copy link
Member Author

twada commented Nov 11, 2016

@twada twada closed this as completed Nov 11, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant