Org-Parser

 view release on metacpan or  search on metacpan

Changes  view on Meta::CPAN



0.555   2021-06-27  Released-By: PERLANCAR; Urgency: medium; Backward-Incompatible: yes

	- [incompatible change] Rename Org::Element::Table{V,H}Line (thanks
          William Lindley).


0.554   2020-12-30  Released-By: PERLANCAR; Urgency: medium

	- [compliance] Accept non-latin numbers/letters as per orgmode doc:
	  'Tags are normal words containing letters, numbers, ‘_’, and
	  ‘@’. (thanks Bernhard Graf!)

	- Parse German timestamps (thanks Tekki).


0.553   2020-09-17  Released-By: PERLANCAR; Urgency: medium

	- [INCOMPATIBLE CHANGE] Drawer: properties() now returns unparsed
	  values, e.g. ':Title: foo bar baz' now because {Title => 'foo bar
	  baz'} instead of {Title => ['foo','bar','baz']}

        - [doc] Drawer: add examples.


0.552   2020-09-11  Released-By: PERLANCAR; Urgency: medium

	- Org::Element::Setting: provide raw_arg() method.


0.551   2020-04-01  Released-By: PERLANCAR; Urgency: medium

	[Removed]

        - Split Org::Dump to its own distribution.


0.550   2019-02-08  Released-By: PERLANCAR

	- [bugfix][compliance] Make weekday name in timestamp optional when
	  there's time of day (e.g. [2019-02-08 11:05] instead of [2019-02-08
	  Fri 11:05]) [RT#128450].


0.54    2017-07-10  Released-By: PERLANCAR

	- No functional changes.

	- Replace Log::Any with Log::ger.


0.53    2016-12-24  Released-By: PERLANCAR

	- Add methods is_block & is_inline to make it easy to check whether
	  an element is a 'blocky' element or an 'inline' element.


0.52    2016-11-06  Released-By: PERLANCAR

	- Use $] >= ... instead of $] ge ... to avoid test failures on
	  FreeBSD on 5.20.x perls [suggested by Slaven Rezic, RT#118647].


0.51    2016-11-06  Released-By: PERLANCAR

        - Shuts up warning about problematic locale in 5.22 (Karl Williamson).

        - Add document attribute/parser option: ignore_unknown_settings.


0.50    2016-10-02  Released-By: PERLANCAR

	- When we fail getting cached document (e.g. Storable document got
	  truncated, etc), instead of dying we continue to skip the cache
	  and reparse the original document.


0.49    2016-07-14  Released-By: PERLANCAR

	- [Bugfix] Fix stringification of Setting element.


0.48    2016-07-14  Released-By: PERLANCAR

        - [Bugfix][internal] walk(): Copy children to a temporary array first,
          so that in the event that a child in the middle is removed during
          walk, the entire children are still walked into.

        - [Incompatible change] Rename progress() to statistics_cookie().

        - Compliance: recognize COMMENT keyword in a headline.

        - Compliance: comment line is allowed to be indented.


0.47    2016-04-01  Released-By: PERLANCAR

        - parse_file(): Add option 'cache' to turn on caching (the old
          'cache_file' is replaced by this option; the 'cache' option selects a
          default cache dir in ~/.cache/perl-org-parser/ to make things more
          transparent and caching easier). Caching can also be enabled (or
          disabled) by setting PERL_ORG_PARSER_CACHE=1 (or 0).


0.46    2016-03-24  Released-By: PERLANCAR

        - walk(): Pass 2nd argument to code: level (currently undocumented).
          Currently this is used by the `stat-org-document` script to get tree
          depth and number of elements at each level.

        - Replace File::Slurp::Tiny with File::Slurper.


0.45    2015-08-18  Released-By: PERLANCAR

	- No functional changes.

	- Switch from Log::Any to Log::Any::IfLOG.




( run in 0.693 second using v1.01-cache-2.11-cpan-a49fcb8fa48 )