Releases: 1Git2Clone/taboc
Releases · 1Git2Clone/taboc
v0.2.105
v0.2.104
v0.2.103
Changes
- Remove Python utility for generating markdown files. (244a33d)
- Add Rust utility for generating markdown files. (b08bfe3)
- Add percent encoding for non-alphanumeric values. (9e9459f)
- Add ignored characters for link parsing. (334d85b)
- Add test cases for percent encoding. (db39d1f)
- Add a
Memmap::MmapMut::flushcall to make sure thememmap2changes apply. (6d2805a)
Full Changelog: v0.2.102...v0.2.103
v0.2.102
Changes
- Add memory mapped I/O (
memmap2) as an optional feature. (b153762)
Note
This is very impractical in most cases (since it's less performant than reading the file to a vec), but it's memory efficient (in-place file modification). The impracticality comes from the fact that memory is rarely an issue. Markdown files are generally really small anyway. That's why it's an optional feature.
Full Changelog: v0.2.101...v0.2.102
v0.2.101
Changes
- Add
--no-vcsflag. (c0fc203) - Add a markdown generation Python script for benchmarking reasons. (8fcb12b)
Full Changelog: v0.2.1...v0.2.101
v0.2.1
Changes
Note
The code is really painful to read. At least it works i guess...
Full Changelog: v0.2.0...v0.2.1
v0.2.0
Breaking Changes
- Item Ident changing such as
TableOfContents -> Tabocas well as file location changes. (5d5289e) - Made the
TableOfContents(nowTaboc) own the file. (6d7c3d7)
Changes
- Add
Appstruct andappdirective in order to have an easy process setting up the binary for external sources. (fb517a6) - Use
anyhowfor more simple and flexible error handling experience. (1b5fd7f)
Full Changelog: v0.1.203...v0.2.0