Skip to content
Snippets Groups Projects
  • Released date
  • Created date

Evidence collection

Collected 2 months ago

Release notes

Fixed

  • Makefile: fix -lm linking order

v2.4.0 Historical release

v2.3.0 Historical release

Evidence collection

Collected 4 years ago

Release notes

[2.0.4] - 2020-09-01

Fixed

  • Regression of the gcc 10 fix in the hex package, due to an outdated submodule on the publishing machine

Evidence collection

Collected 4 years ago

Release notes

[2.0.3] - 2020-08-30

Changed

  • Improved error message on make errors

Evidence collection

Collected 4 years ago

Release notes

[2.0.2] - 2020-08-26

Fixed

  • lexbor compilation errors with gcc 10
  • Inability to use the library with distillery releases due to priv dir being in the source code

Evidence collection

Collected 4 years ago

Release notes

[2.0.1] - 2020-08-04

Fixed

  • Build failures using the hex package due to CMake cache files accidentally included there

Added

  • Changelog is now available at hexdocs

Evidence collection

Collected 4 years ago

Release notes

[2.0.0] - 2020-08-01

Changed

  • Breaking: CMake is now required at compile-time due to it being lexbor's build system
  • Breaking: namespaces are no longer automatically appended. i.e " " will be {"svg", [], []} instead of {"svg:svg", [] , []}
  • Breaking: when using :nil_self_closing flag, only valid void elements will have nil in children
  • Now deprecated myhtml was switched to lexbor
  • The worker process now communicates with the node via stdio, instead of TCP, which was known to cause issues on BSD systems

Added

  • FastHtml.Pool for fast_html workers. There is a default pool of System.schedulers_online/0 workers, but a custom pool can be start ed if desired, or it can be disabled altogether. See FastHtml.Pool module documentation for more info

Evidence collection

Collected 5 years ago

Release notes

[1.0.3] - 2020-02-10

Fixed

  • C-Node not respawning after being killed.