All Versions
10
Latest Version
Avg Release Cycle
124 days
Latest Release
1782 days ago

Changelog History

  • v2.1.1

    June 03, 2019
  • v2.1.0

    December 16, 2018
  • v2.0.1 Changes

    April 07, 2018

    🛠 Bugfixes

    • Now is possible to use fonts without an italic variation.
  • v2.0.0 Changes

    January 16, 2018

    ✨ Enhancements

    • Ported to swift 4.
    • ⚡️ highlight.js updated to version 9.12.0.

    🛠 Bugfixes

    • Possible crash in Highlightr when not using fast render .
  • v1.1.0 Changes

    December 30, 2016

    ✨ Enhancements

    • ⚡️ highlight.js updated to version 9.9.0.
    • ➕ Added language automatic detection.
  • v1.0.0 Changes

    November 02, 2016

    ✨ Enhancements

    • ⚡️ highlight.js updated to version 9.8.0.
    • ⚡️ Updated to Swift 3 and Xcode 8 compatibility

    💥 Breaking changes

    • Adopted Swift 3 API Design Guidelines
      • highlightr.highlight("swift", code: code, fastRender: true) -> highlightr.highlight(code, as: "swift") fastRender is now optional and defaults to true
      • highlightr.setTheme("paraiso-dark") -> highlightr.setTheme(to: "paraiso-dark")
  • v0.9.3 Changes

    September 04, 2016

    ✨ Enhancements

    • ⚡️ highlight.js updated to version 9.6.0.
    • ➕ Added callback that notifies changes of the theme.
    • ⚡️ Changing the theme updates the currenlty highlighted code (CodeAttributedString)
  • v0.9.2 Changes

    July 07, 2016

    ✨ Enhancements

    • ⚡️ highlight.js updated to version 9.5.0.
  • v0.9.1 Changes

    May 29, 2016

    API breaking changes

    • CodeAttributedString API was restructured.

    ✨ Enhancements

    • CodeAttributedString declares a delegate that gets notified of highlighting events.
    • 👍 Better documentation.

    🛠 Bugfixes

    • Possible crash in CodeAttributedString when no language is specified.
  • v0.9.0

    May 14, 2016