Skip to content

Releases: ulkajs-zz/ulka

v0.6.6

22 Oct 08:01
3ecf805
Compare
Choose a tag to compare
v0.6.6 Pre-release
Pre-release

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

21 Oct 13:20
Compare
Choose a tag to compare
  • 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

20 Oct 05:50
b5ff754
Compare
Choose a tag to compare
v0.6.4 Pre-release
Pre-release

0.6.4

  • Removed cache from ulka render
  • Allow plugin to add renderer to info.

v0.6.3 - Bug fixes and caching

19 Oct 17:08
Compare
Choose a tag to compare
Pre-release
  • Bug fix for async plugins
  • Cache hash generate and ulka render

v0.6.2 - Bug fixes

17 Oct 14:38
Compare
Choose a tag to compare
v0.6.2 - Bug fixes Pre-release
Pre-release
  • Bug fix for plugins.
  • Log whole error if error is due to plugins.

v0.6.1

17 Oct 14:38
Compare
Choose a tag to compare
v0.6.1 Pre-release
Pre-release
  • 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

27 Sep 02:48
51b7762
Compare
Choose a tag to compare
v0.5.3 Pre-release
Pre-release
  • ulka-parser -> 0.3.1
  • await the content generate.

v0.5.2

23 Sep 13:34
Compare
Choose a tag to compare
v0.5.2 Pre-release
Pre-release
  • globalInfo is exported from index file.
  • Better name for functions

v0.5.1 - Relative path for images support in markdown.

23 Sep 13:34
Compare
Choose a tag to compare
  • Support relative images in markdown.
  • Support ulka syntax in markdown.
  • Use relative image path for generating hash.
  • Bug fixes.

v0.5.0

23 Sep 06:08
9f486a8
Compare
Choose a tag to compare
v0.5.0 Pre-release
Pre-release
  • 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.

#25