mirror of
https://github.com/Noratrieb/jsonformat.git
synced 2026-01-14 14:15:03 +01:00
11 lines
No EOL
450 B
Markdown
11 lines
No EOL
450 B
Markdown
# 2.1.0
|
|
|
|
- Strip `\r` from source (https://github.com/Noratrieb/jsonformat/pull/7)
|
|
- Various project cleanups
|
|
|
|
# 2.0.0
|
|
|
|
There are many changes, the two formatting functions have been renamed, `format_reader_writer` now takes
|
|
a `W` and `R` instead of `&mut BufReader<W>`, it now always adds a trailing newline. `Indentation::Default` was
|
|
renamed to `Indentation::TwoSpaces` and `FourSpaces` and `Tab` were added. There may be a few more
|
|
small changes. |