All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Upgrade to the latest version of
jscodeshift
package, which updates/removes vulnerable package versions (661a26b).
- BREAKING: Bump the minimum supported Node.js version to 12 (f669d1c).
- Remove a deprecated
querystring
package fromdependencies
(PR: #16).
- Upgrade to the latest version of
jscodeshift
package, which includes mitigation for a security vulnerability incolors
package (PR: #15).
- Support
@ignore
JSDoc tag for slots (PR: #12).
- Support
@ignore
JSDoc tag for props and events (PR: #10).
- Add
injectAt
option.
- Fix inconsistent injection. (PR: #8)
- Fix incorrect injection for default-exported component. (PR: #8)
- Add support for parsing multiple exports. (PR: #4)
- Fix peer dependency's unnecessarily strict version. (PR: #4)
- Fix typo in peer dependency. (PR: #3)
- Fix the loader name in an error message.
- The loader (initial release).