0.9.2 (2016-01-28)

created
, updated

Release Information

With showdown processing at header level 2 means that # Header becomes <h2>Header</h2> because level 1 is taken by the request object and connected with data-title. So the content's title will always be <h1>Title</h1>.

Features

  • timeago: calculated time which has passed from that date and time will be shown in the post header (38a05b4#diff-e)
  • markdown:
    • markdown header start at header level 2 (38a05b4#diff-R16)
    • tables are compiled by default (38a05b4#diff-R17)
    • no markdown is needed for data-short. links now compile simple hyperlinks just like www.github.com (d709166#diff-1)
  • animation: acitvating animation is processed on request event (d709166#diff-0)
  • template: add id to article element so that response events can change them (d709166#diff-L146)

Refactor

  • data: change json to contain array of data (3356044#diff-0)
  • request: update response handling to request array of data (3356044#diff-1)