Releases: zspecza/common-tags
Releases · zspecza/common-tags
v1.0.0
- Implemented TemplateTag class that allows pipelines of transform plugins
- Refactored
common-tags
to be built on the foundation of theTemplateTag
class - Breaking Change: removed generic
tags
function - Fixed a bug in list-variant tags where a list substitution could not be preceded by anything other than whitespace
- Added a logo
- Added vastly improved documentation
- Added a new tag:
oneLineInlineLists
- Added some default transformers
v0.1.1
v0.1.0
- Updated to the latest babel
- Switched from Coveralls to Codecov
- Improved/faster Travis-CI setup
- No longer supports Node <= 4.0
- Made file structure more modular (you should now be able to
require('common-tags/html')
, for example) - Now depends on
babel-runtime
- Switched from Mocha + Chai + Isparta to AVA + NYC
- Added a contribution guideline
- Added an .editorconfig
- Less volatile build step
- Enforced a coding style + linting
- breaking changes:
commaLists<*>
andinlineList
methods now strip indents
v0.0.3
v0.0.2
Changelog
- Added
oneLineStrip
option for when you don't want spaces anywhere in your single-line string. Props to @laurentgoudet for this one!
Initial Release
v0.0.1 0.0.1