html2jade icon indicating copy to clipboard operation
html2jade copied to clipboard

Rename/update to Pug 2 (html2pug)

Open danielbayley opened this issue 8 years ago • 3 comments

https://pugjs.org/api/migration-v2.html#project-rename

danielbayley avatar Sep 23 '16 18:09 danielbayley

Thanks for the heads up. This is what my plan is going forward.

  1. keep html2jade as-is for users still using jade as-is.
  2. consider creating html2pug module for pug users.

FYI, I am not a big fan of semver and, to me, breaking backward-compatibility should result in name change like foo2 instead of just keeping same name and bumping major version number.

donpark avatar Sep 23 '16 22:09 donpark

In order to keep the modules that rely on html2jade from breaking, sticking with .jade, as-is, is the better approach. I will soon start working on a new major release of this module and an option might be to simply provide a flag, something along the lines of --pug (for CLI) and an option for programmatic use, to provide support for the new features.

aichholzer avatar Nov 01 '16 00:11 aichholzer

Super!

donpark avatar Nov 01 '16 01:11 donpark