All Versions
12
Latest Version
Avg Release Cycle
170 days
Latest Release
1361 days ago

Changelog History
Page 2

  • v0.7.0 Changes

    January 22, 2017
    • ➕ Add p.pos() to get input position after matching p.
    • No longer use extra_requirement_in_impl.
    • ➕ Add pom::Parser<I, O> as alias of pom::parser::Parser<'static, I, O>.
  • v0.6.0 Changes

    January 17, 2017
    • 📇 Rename eof() to end().
    • 📇 Rename term() to sym().
    • ➕ Add Benchmark and document.