Skip to content

0.2.0

Choose a tag to compare

@pedbernardo pedbernardo released this 22 Jan 20:12
· 16 commits to main since this release

🎉 0.2.0

  • Added CLI support
  • Added support for glob patterns
  • Added support for external SASS files
  • Exposed internal API via compile and save
  • Changed class name mail-link to mail-a duo juice restrictions

Todo

  • Add support to watch and serve via CLI
  • Add support for config file with variables injection aka {Formulario.var}
  • Add support for compiled and rendered code in serve mode
  • Add support for real time variable manipulation
  • Add unit tests

Changes

  • feat: add support for CLI usage 1277291
  • feat: adjust local builder to the new API stil need some optmizations on watcher and better log support ccdcaed
  • feat: optimize local styles, add support for save and glob fc7a8ef
  • feat: add default styles to memory avoid reading styles from disk in every build a2a0d44
  • fix: change mail-link to mail-a Duo to limitations of use the word link with juice d62112e
  • chore: add external styles to play script 005f1e6
  • chore: clean and fix npm scripts 3038ed4
  • chore: add cli_compiled folder to ignore, usage on play script d7fea0d
  • chore: adjust main script to compiler.js e0ac0d8
  • chore: add new scripts and support for CLI usage 0bf1426
  • chore: add nem dependencies 7df6fb9
  • feat: add the first version of component library b970786
  • feat: add first version of local-builder playground 85f10ee
  • chore: move build deps to package.json dependencies 8b50161

f102d84...v0.2.0