# Change Log ## v2.0.0 ### Breaking Changes * Change CLI options [#64](https://github.com/akabekobeko/npm-wpxml2md/issues/64) * Drop Node v6.x [#49](https://github.com/akabekobeko/npm-wpxml2md/issues/49) ### Changes * Add function of parse comments [#63](https://github.com/akabekobeko/npm-wpxml2md/issues/63) * Add function of replace a link prefix [#59](https://github.com/akabekobeko/npm-wpxml2md/issues/59) * Add function of parse metadata for GatsbyJS [#52](https://github.com/akabekobeko/npm-wpxml2md/issues/52) * Add function of image linl replacer and downloader * Add function of excerpt [#67](https://github.com/akabekobeko/npm-wpxml2md/issues/67) ## v1.1.3 ### Fixes * CLI is not work [#45](https://github.com/akabekobeko/npm-wpxml2md/issues/45) ## v1.1.2 ### Changes * Node v4 support [#43](https://github.com/akabekobeko/npm-wpxml2md/issues/43) ## v1.1.1 ### Fixes * The files path on publish has not been modified [#41](https://github.com/akabekobeko/npm-wpxml2md/issues/41) ## v1.1.0 ### Changes * Drop transpile by Babel[#37](https://github.com/akabekobeko/npm-wpxml2md/issues/37) ## v1.0.3 ### Changes * Node v7 support [#32](https://github.com/akabekobeko/npm-wpxml2md/issues/32) ## v1.0.2 ### Changes * Update a node modules * Node v6 support ## v1.0.1 ### Changes * Add an examples [#29](https://github.com/akabekobeko/npm-wpxml2md/issues/29) ### Fixes * Collapsed code block of README [#28](https://github.com/akabekobeko/npm-wpxml2md/issues/28) ## v1.0.0 * First release