Skip to content
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.

Latest commit

 

History

History
51 lines (27 loc) · 1.07 KB

CHANGELOG.md

File metadata and controls

51 lines (27 loc) · 1.07 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

[Unreleased]

[2.0.0] - 2023-10-06

Official deprecation.

[1.4.0] - 2019-01-24

Fixed

  • render_batch receives jobs in hash form #21

[1.3.0] - 2017-07-28

Added

  • on_error now receives the job hash as its third parameter.

[1.2.0] - 2017-02-13

Changed

  • Developer plugin will now display Hypernova error stack traces in monospaced font, instead of as list items. HTML-escape stack traces.

[1.1.0] - 2016-11-10

Added

  • Attribute data-hypernova-id was added to the fallback HTML. This is a random id that Hypernova uses to bootstrap the application.

[1.0.3] - 2016-08-11

Fixed

  • Developer plugin did not include fallback HTML for client-side remounting, now it does.

[1.0.1] - 2016-06-15

Fixed

  • Errors encountered no longer raise another error due to uninitialized constants.

[1.0.0] - 2016-06-08

Initial Release