2.1.1 (2017-04-14)

created
, updated

Release Information

The base class is rewritten in ECMAScript 6 semantic and some refactoring was done with ESLint's static analysis. There is still room for improvement. With some few fixes for wrong type requesting this update also includes some comments which prepares the next version for JSDoc.

Bug Fixes

  • request: fix request type for single post pages
  • style: change font size for h2, h3 and h4

Features

  • page: add docs to navigation and as page

2.1.0-alpha (2017-04-06)

Features

  • request: add head property for promise handling via router
  • context manager:
    • container: defines where the template takes place
    • content: defines where the requested content needs to be displayed
  • methods:
    • getContent: retrieve data and displays it as HTML to the view
    • prev: return previous content from given index
    • next: return next content from given index

Refactor

  • router:
    • return Navigo instance to router.instance
    • take request properties and call getContent