]> Git — Sourcephile - haskell/symantic-document.git/blob - ChangeLog.md
doc: update `ChangeLog.md`
[haskell/symantic-document.git] / ChangeLog.md
1
2 ## symantic-formatter-2.0.0.20211020 (2021-10-28)
3
4 ### Hlint
5
6 * Fix HLint.hs location.
7
8 ### Make
9
10 * Update Makefile.
11
12 ### Cabal
13
14 * Bump version.
15 * Bump version.
16
17 ### Interface
18
19 * Change to a typed representation.
20 * Rename Symantic.{Document => Formatter}.
21 * Rename `Symantic.Document.{Lang => Class}`.
22 * Update release `version`.
23
24 ### Api
25
26 * Add custom indenting text.
27 * Rename length to width.
28
29 ### Copyright
30
31 * Comply with REUSE-3.0.
32
33 ### Plain
34
35 * Fix ANSI escaping with custom indenting.
36 * Fix breakalt and newline.
37 * Fix explicit newline to not justify.
38 * Fix flushing in align and ul/ol.
39 * Fix justify in align.
40
41 ### Test
42
43 * Add a big justify.
44
45 ### Documentation
46
47 * Rename `{hut => code}.sourcephile.fr`.
48 * Update `ChangeLog.md`.
49
50 ### Implementation
51
52 * Add `symantic-base` dependency.
53 * Cleanup indent and comments.
54 * Cleanup.
55 * Cleanup tabs.
56 * Cleanup.
57 * Fix missing newline and space recognition in `Char` instances.
58
59 ### Tests
60
61 * Move some units to goldens.
62
63 ### Build
64
65 * Add `git-chglog`.
66 * Cleanup license.
67 * Fix Nix package.
68 * Fix target `upload`.
69 * Ignore more artifacts.
70 * Lock a public Nixpkgs.
71 * Remove flake-utils nix input.
72 * Update flake inputs.
73
74
75 ## symantic-document-1.6.0.20211008 (2021-10-08)
76
77 ### Interface
78
79 * Rename `Symantic.Document.{Lang => Class}`.
80 * Update release `version`.
81
82 ### Documentation
83
84 * Rename `{hut => code}.sourcephile.fr`.
85
86 ### Implementation
87
88 * Add `symantic-base` dependency.
89 * Cleanup tabs.
90 * Cleanup.
91
92 ### Build
93
94 * Add `git-chglog`.
95 * Cleanup license.
96 * Fix Nix package.
97 * Ignore more artifacts.
98