Evidence collection
v2.4.1-evidences-77.json d46143aa
Collected 2 months ago
Release notes
Fixed
- Makefile: fix
-lm
linking order
v2.4.0
Historical release
v2.3.0
Historical release
Evidence collection
v2.2.0-evidences-56.json 2937c45c
Collected 1 year ago
Evidence collection
v2.0.4-evidences-23.json 30eba2c0
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
v2.0.3-evidences-21.json c7b7a0b1
Collected 4 years ago
Release notes
[2.0.3] - 2020-08-30
Changed
- Improved error message on make errors
Evidence collection
v2.0.2-evidences-18.json af2510db
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
v2.0.1-evidences-15.json 7da982c7
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
v2.0-evidences-12.json c689bd0a
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 havenil
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 ofSystem.schedulers_online/0
workers, but a custom pool can be start ed if desired, or it can be disabled altogether. SeeFastHtml.Pool
module documentation for more info
Evidence collection
v1.0.3-evidences-11.json fc42d9f0
Collected 5 years ago
Release notes
[1.0.3] - 2020-02-10
Fixed
- C-Node not respawning after being killed.