Releases: ulkajs-zz/ulka
Releases · ulkajs-zz/ulka
v0.6.6
0.6.6
- Assets with format *.ignore.[ext] are ignored while copying.
- More tests and coverage
- Supported beforeSetup plugin (beforeSetup plugins run before setting map contents map and pages array).
- Removed support for getting prefix from domain in siteMetaData.
- Bug fixes
- Now it's more easy to add templating engines
- Supported use of templating files inside contents (also supports frontmatter).
v0.6.5 - prefix link,external renderrers context,404 fix
- Added prefix link support
- Added context to external renderers
- Added static files support.
- Made ignore extensions avaiable in info. So that ignore extension can be easily through plugins.
- Bug fix for 404 page. Create 404.html instead of 404/index.html.
v0.6.4
0.6.4
- Removed cache from ulka render
- Allow plugin to add renderer to info.
v0.6.3 - Bug fixes and caching
- Bug fix for async plugins
- Cache hash generate and ulka render
v0.6.2 - Bug fixes
- Bug fix for plugins.
- Log whole error if error is due to plugins.
v0.6.1
- Used remarkable to parser markdown.
- Build logic changed.
- collect data.
- render to html.
- generate html files.
- copy assets.
- Hash function changed to use sha1.
- Async support removed.
- Build speed increased.
- Plugins logic changed.
- Commands changed.
- serve: serve already built files.
- develop: built, serve and watch.
- create: create new project.
- starter template verification before creating new project.
v0.5.3
- ulka-parser -> 0.3.1
- await the content generate.
v0.5.2
- globalInfo is exported from index file.
- Better name for functions
v0.5.1 - Relative path for images support in markdown.
- Support relative images in markdown.
- Support ulka syntax in markdown.
- Use relative image path for generating hash.
- Bug fixes.
v0.5.0
- Added class for source.
- UlkaSource
- MdSource
- Removed
$importUlka
- Added new function
$import
- Returns base64 from images.
- Returns transformed html from ulka and markdown
- [name].ulka.[ext] files are ignored and aren't copied to build directory.
- Complete build on file change (live-server)
- Plugins can modify the arguements provided.
- pagesPath is made optional.
- Jest codecoverage setup and added more tests.
- Refactored code.