## symantic-formatter-2.0.0.20211020 (2021-10-28) ### Hlint * Fix HLint.hs location. ### Make * Update Makefile. ### Cabal * Bump version. * Bump version. ### Interface * Change to a typed representation. * Rename Symantic.{Document => Formatter}. * Rename `Symantic.Document.{Lang => Class}`. * Update release `version`. ### Api * Add custom indenting text. * Rename length to width. ### Copyright * Comply with REUSE-3.0. ### Plain * Fix ANSI escaping with custom indenting. * Fix breakalt and newline. * Fix explicit newline to not justify. * Fix flushing in align and ul/ol. * Fix justify in align. ### Test * Add a big justify. ### Documentation * Rename `{hut => code}.sourcephile.fr`. * Update `ChangeLog.md`. ### Implementation * Add `symantic-base` dependency. * Cleanup indent and comments. * Cleanup. * Cleanup tabs. * Cleanup. * Fix missing newline and space recognition in `Char` instances. ### Tests * Move some units to goldens. ### Build * Add `git-chglog`. * Cleanup license. * Fix Nix package. * Fix target `upload`. * Ignore more artifacts. * Lock a public Nixpkgs. * Remove flake-utils nix input. * Update flake inputs. ## symantic-document-1.6.0.20211008 (2021-10-08) ### Interface * Rename `Symantic.Document.{Lang => Class}`. * Update release `version`. ### Documentation * Rename `{hut => code}.sourcephile.fr`. ### Implementation * Add `symantic-base` dependency. * Cleanup tabs. * Cleanup. ### Build * Add `git-chglog`. * Cleanup license. * Fix Nix package. * Ignore more artifacts.