All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
Official deprecation.
render_batch
receives jobs in hash form #21
on_error
now receives the job hash as its third parameter.
- Developer plugin will now display Hypernova error stack traces in monospaced font, instead of as list items. HTML-escape stack traces.
- Attribute
data-hypernova-id
was added to the fallback HTML. This is a randomid
that Hypernova uses to bootstrap the application.
- Developer plugin did not include fallback HTML for client-side remounting, now it does.
- Errors encountered no longer raise another error due to uninitialized constants.
Initial Release