Files
perl-Parser-MGC/perl-Parser-MGC.changes

98 lines
3.4 KiB
Plaintext
Raw Normal View History

-------------------------------------------------------------------
Tue Feb 15 03:08:24 UTC 2022 - Tina Müller <timueller+perl@suse.de>
- updated to 0.20
see /usr/share/doc/packages/perl-Parser-MGC/Changes
0.20 2022-02-14
[CHANGES]
* Avoid File::Slurp::Tiny (RT137215)
* Added methods
+ ->filename
+ ->nonempty_substring_before
+ ->die and ->die_from
* Make use of perl 5.32's `isa` operator when available
-------------------------------------------------------------------
Sat Apr 24 03:08:24 UTC 2021 - Tina Müller <timueller+perl@suse.de>
- updated to 0.19
see /usr/share/doc/packages/perl-Parser-MGC/Changes
0.19 2021-04-23
[CHANGES]
* Document how to generate more helpful error messages from ->any_of
* More helpful error message if ->from_file fails (RT134841)
* Improved performance of ->skip_ws (RT74779)
* Added a JSON-like parser example
[BUGFIXES]
* Fix spelling and syntax errors in documentation (RT134842, RT134843)
0.18 2021-03-27
[CHANGES]
* Repack tarball without stale `Makefile.PL`
* No actual code changes
0.17 2021-03-27
[CHANGES]
* Wording fix in docs - remove duplicate `pending` (thanks hobbs)
* Use Feature::Compat::Try instead of plain `eval {}` blocks
* Style modernisations for perl v5.14+
-------------------------------------------------------------------
Wed Jan 11 06:57:48 UTC 2017 - coolo@suse.com
- updated to 0.16
see /usr/share/doc/packages/perl-Parser-MGC/Changes
0.16 2017/01/10 16:39:02
[CHANGES]
* Added ->take method
* Added ->committed_scope_of method
* Added a simple Bencode example
-------------------------------------------------------------------
Sat Dec 5 10:26:06 UTC 2015 - coolo@suse.com
- updated to 0.15
see /usr/share/doc/packages/perl-Parser-MGC/Changes
0.15 2015/12/03 16:56:19
[CHANGES]
* Allow method names as well as CODE references to structure-forming
methods
* Added worked run-through example documentation and explanation of
the expression evaluator parser example
* Further expanded Parser::MGC::Tutorial
-------------------------------------------------------------------
Tue Sep 1 09:17:26 UTC 2015 - coolo@suse.com
- updated to 0.14
see /usr/share/doc/packages/perl-Parser-MGC/Changes
0.14 2015/08/31 15:29:36
[CHANGES]
* Many documentation improvements:
+ More detailed explanation of backtracking behaviour and the use
of the ->commit method
+ Trailing delimiter does not upset ->list_of
+ Added an as-yet incomplete Parser::MGC::Tutorial
* Use Scalar::Util::blessed() to avoid the eval { ->isa } antipattern
* Have long-deprecated ->one_of print a deprecation warning
-------------------------------------------------------------------
Sat Jun 27 08:51:20 UTC 2015 - coolo@suse.com
- updated to 0.13
see /usr/share/doc/packages/perl-Parser-MGC/Changes
0.13 2015/06/25 19:05:10
[CHANGES]
* Use File::Slurp::Tiny instead of File::Slurp
-------------------------------------------------------------------
Fri Apr 17 12:02:55 UTC 2015 - coolo@suse.com
- initial package $version
* created by $NAME $VERSION