All Versions
55
Latest Version
Avg Release Cycle
76 days
Latest Release
1189 days ago

Changelog History
Page 4

  • v1.2.7 Changes

    November 16, 2014
    • ๐Ÿ”€ Merges #59 (add a validation for Github parameters)
  • v1.2.6 Changes

    November 04, 2014
    • ๐Ÿ›  Fixes #57 (removes the backdrop from modal)
    • ๐Ÿ‘ Better accessibility for modal boxes
    • ๐Ÿ‘ Better layout and typography for modal boxes
  • v1.2.5 Changes

    October 28, 2014
    • ๐Ÿ›  Fixes a z-index bug
  • v1.2.4 Changes

    October 28, 2014
    • ๐Ÿ›  Fixes #56 (unrecognized git version)
  • v1.2.3 Changes

    October 27, 2014
    • ๐Ÿ›  Fixes #55 (footer links not clickable)
  • v1.2.2 Changes

    October 21, 2014
    • ๐Ÿ›  Fixes #54 (broken customizations)
    • โž• Adds the jingo version to the meta generator
    • ๐Ÿ‘ Better README
    • ๐Ÿ›  Fixes a potential crash
    • โž• Adds missing page titles (regression bug)
  • v1.2.1 Changes

    October 13, 2014
    • ๐Ÿ›  Fixes #41 (inverted diff)
  • v1.2.0 Changes

    October 09, 2014
    • โž• Adds support for the GitHub logins
    • โž• Adds support to be able to serve images and other assets from the repo
  • v1.1.0 Changes

    September 23, 2014

    ๐Ÿ‘€ The markdown module we use (Marked) tries to overcome some "obscure" problems with the original Perl markdown parser by default. These produces some problems when rendering HTML embedded in a markdown document see also issue #48. By default we now want to use the original parser and not the modified one (pedantic: true).

    There is a new option to override this behaviour (application.pedanticMarkdown).

  • v1.0.0 Changes

    July 31, 2014

    This version introduces a LOT of changes, but it is still compatible with the 0.6.1

    To upgrade, just run npm install. Please note that you will need npm version 1.3 or newer to install the dependencies or we will get the Error: No compatible version found errors. To upgrade npm just run npm update npm -g (sudo may be required).

    • โฌ†๏ธ Upgraded to Bootstrap 3.2
    • โฌ†๏ธ Upgraded to Express 4
    • โฌ†๏ธ Upgraded to Codemirror 3.24
    • ๐Ÿ”จ Code refactoring, now easier to maintain and to contribute
    • โž• Added some shortcut on the session message ("edit again?")
    • ๐Ÿ†• New code tag renderer
    • ๐Ÿ›  Fixed an issue where the sidebar and footer were not rendered
    • ๐Ÿ”จ Code refactoring using another level of abstraction (aka models)
    • More mobile friendly
    • ๐Ÿ†• New look for custom sidebar and footer
    • ๐Ÿ”ง Provides a new pages configuration options
    • ๐Ÿ†• New YAML parser (js-yaml)
    • โฌ†๏ธ Upgraded markdown parser
    • It is now possible to specify a custom binary for git
    • ๐Ÿ”ง The list of documents is now paginated (configurable amount of items)
    • ๐Ÿ”ง Names of the components are now configurable
    • Don't show the avatar if there is no email
    • ๐Ÿ‘ Better tests for the validity of the configuration options
    • ๐Ÿ›  Fixes #39
    • ๐Ÿ›  Fixes #37
    • ๐Ÿ›  Fixes #32
    • ๐Ÿ›  Fixes #27
    • ๐Ÿ›  Fixes #22