Changelog for
ruby2.5-rubygem-parslet-1.8.2-2.1.x86_64.rpm :
Wed Feb 14 13:00:00 2018 factory-autoAATTkulow.org
- updated to version 1.8.2
see installed HISTORY.txt
= 1.8.2 / 13Feb2018
! Improvements to performance in cases where atoms are dynamically generated
(Kevin Olbrich).
Sun Dec 3 13:00:00 2017 cooloAATTsuse.com
- updated to version 1.8.1
see installed HISTORY.txt
= 1.8.1 / 19Nov2017
- Minor fixes for language compatibility.
Tue Apr 4 14:00:00 2017 cooloAATTsuse.com
- updated to version 1.8.0
see installed HISTORY.txt
Sat Aug 29 14:00:00 2015 cooloAATTsuse.com
- updated to version 1.7.1
see installed HISTORY.txt
Fri Mar 13 13:00:00 2015 cooloAATTsuse.com
- updated to version 1.7.0
Mon Feb 9 13:00:00 2015 cooloAATTsuse.com
- updated to version 1.6.2
! Small speed gains from improvements on the hot spots.
Mon Oct 13 14:00:00 2014 cooloAATTsuse.com
- adapt to new rubygem packaging
Sun May 18 14:00:00 2014 cooloAATTsuse.com
- updated to version 1.6.0
+ EXPERIMENTAL: Parslet accelerators permit replacing parts of your parser
with optimized atoms using pattern matching. Look at
examples/optimized_erb.rb or the introduction to the feature in
qed/accelerators.md.
+ infix_expression permits to declare an infix expression parser (think
calculator) directly. This will solve many of the problems we have
more elegantly.
+ Rspec 3 syntax, though hideous, should now work.
- Drops 1.8.7 compatibility.
! A performance anomaly when parsing multibyte characters has been detected
and fixed with the help of Zach Moazeni (AATTzmoazeni).
! A few small bug fixes and optimisations have been introduced. API should
remain unchanged.
Wed Jun 5 14:00:00 2013 dmacvicarAATTsuse.de
- require blankslate 2.x
- fix license
Fri Dec 28 13:00:00 2012 cooloAATTsuse.com
- updated to version 1.5.0
Tue Sep 4 14:00:00 2012 cooloAATTsuse.com
- initial package (version 1.4.0)