Version bump and update changelog
Getty Ritter
6 years ago
1 | v0.1.3.0 | |
2 | ======= | |
3 | ||
4 | Features: | |
5 | ||
6 | * Added the `Located` type for source location tracking for `atom` | |
7 | values (thanks ckoparkar!) | |
8 | * Added `unconstrainedPrint`, which does not try to restrict a printed | |
9 | s-expression to a fixed width but will attempt to indent it in a | |
10 | reasonable way nonetheless. | |
11 | ||
12 | Fixes: | |
13 | ||
14 | * Pretty-printing configurations created with `flatPrint` now use a | |
15 | _much_ more efficient pretty-printer. | |
16 | * Internally, pretty-printers use a richer type which improves | |
17 | performance somewhat by cutting down on repeated intermediate | |
18 | printing, and future work will build on this to make printing even | |
19 | more efficient. | |
20 | ||
1 | 21 | v0.1.2.0 |
2 | 22 | ======= |
3 | 23 |