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