Changelog of @hackage/orgmode-parse 0.1.1.1

-- mode: org --

  • Changelog ** 0.1.1.0 *** Bugfixes
    • The weekday parser now correctly parses weekday appellations of other languages (thank you nushio3!) using a combinator-style version of the regex found in org-mode. ** 0.1.0.4 *** Miscellany
    • Comment improvement wibbles.
    • Adding the =Attoparsec= combinator modules to the export module list in the cabal package definition. ** 0.1.0.3 *** Features
    • Sub-headings are now parsed and tracked by its parent.
    • Much more robust timestamp / clock / schedule parsing.

*** Miscellany - A good mount of code cleanup and comment improvement.

** 0.0.2.1 *** Bugfixes - [X] Fixing the import for the =Internal= module (instead of re-exporting it in each parser module). ** 0.0.2.0 *** Features - [X] Added parsers for the scheduled / deadline timestamps. ** 0.0.1.1 *** Features - [X] Parsing of property drawer. - [X] Tests for both drawer and heading parsers. ** 0.0.0.2 *** Features - [X] Parsers for orgmode list headlines.