jingo v1.0.0 Release Notes

Release Date: 2014-07-31 // almost 10 years ago
  • 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