Changelog for orgmode-parse-0.3.0
0.3.0
- Added support for parsing the following types of markup (thank you to
@zhujinxuan for the significant contribution!):
*bold*/italic/_underlined_=verbatim=~code~+strikethrough- LaTex markup
 
 
0.2.2
- Support building with GHC 8.4.3 (thank you @zhujinxuan!)
 
0.2.1
- Fix property drawer parsing of :END: delimiter, fixes #35
 
0.2.0
- Fix timestamp parsing in headline and body, fixes #13
 - Generalize drawer parser for logbook and generic drawers, fixes #14
 - Reorganize the types, fixes #15
 
0.1.1.0
- 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
- Comment improvement wibbles.
 - Adding the =Attoparsec= combinator modules to the export module list in the cabal package definition.
 
0.1.0.3
- Sub-headings are now parsed and tracked by its parent.
 - Much more robust timestamp / clock / schedule parsing.
 - A good mount of code cleanup and comment improvement.
 
0.0.2.1
- Fixing the import for the =Internal= module (instead of re-exporting it in each parser module).
 
0.0.2.0
- Added parsers for the scheduled / deadline timestamps.
 
0.0.1.1
- Parsing of property drawer.
 - Tests for both drawer and heading parsers.
 
0.0.0.2
- Parsers for orgmode list headlines.