imag/lib
Matthias Beyer 9fb5f453fe Rewrite entry parsing algorithm
Rewrite without regex crate.

The regex approach was broken. If the following _content_ was provided
in the entry:

    foo

    ---

    bar

The regex approach parsed the header until the "---" in the content.
This is, of course, not the way to do that.

Now, the parsing is implemented by hand. Should be faster as well,
though I don't care about this.

This fixes a severe bug.
2018-02-20 21:06:36 +01:00
..
core Rewrite entry parsing algorithm 2018-02-20 21:06:36 +01:00
domain Merge pull request #1306 from matthiasbeyer/minor 2018-02-20 20:23:41 +01:00
entry Remove libimagentrylist 2018-02-20 15:02:46 +01:00
etc Update version string: 0.6.0 -> 0.7.0 2018-02-11 14:22:24 +01:00