Skip to content

Release 1.1.0

Compare
Choose a tag to compare
@yorickpeterse yorickpeterse released this 15 Feb 23:09

This release changes the way error handling is done. Instead of having multiple,
separate error callbacks there's now only one error callback:
LL::Driver#parser_error. See commit 22b6081
for more information.

While this change technically breaks backwards compatibility I do not consider
the old error handling system part of the public API, mainly due to it being
extremely painful to use.