File rubygem-parslet.changes of Package rubygem-parslet
-------------------------------------------------------------------
Thu May 7 21:13:06 UTC 2020 - Stephan Kulow <coolo@suse.com>
- updated to version 2.0.0
see installed HISTORY.txt
-------------------------------------------------------------------
Wed Feb 14 05:31:02 UTC 2018 - factory-auto@kulow.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 19:28:33 UTC 2017 - coolo@suse.com
- updated to version 1.8.1
see installed HISTORY.txt
= 1.8.1 / 19Nov2017
- Minor fixes for language compatibility.
-------------------------------------------------------------------
Tue Apr 4 04:36:32 UTC 2017 - coolo@suse.com
- updated to version 1.8.0
see installed HISTORY.txt
-------------------------------------------------------------------
Sat Aug 29 04:29:59 UTC 2015 - coolo@suse.com
- updated to version 1.7.1
see installed HISTORY.txt
-------------------------------------------------------------------
Fri Mar 13 05:32:14 UTC 2015 - coolo@suse.com
- updated to version 1.7.0
-------------------------------------------------------------------
Mon Feb 9 10:04:44 UTC 2015 - coolo@suse.com
- updated to version 1.6.2
! Small speed gains from improvements on the hot spots.
-------------------------------------------------------------------
Mon Oct 13 18:32:21 UTC 2014 - coolo@suse.com
- adapt to new rubygem packaging
-------------------------------------------------------------------
Sun May 18 09:04:43 UTC 2014 - coolo@suse.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 (@zmoazeni).
! A few small bug fixes and optimisations have been introduced. API should
remain unchanged.
-------------------------------------------------------------------
Wed Jun 5 08:05:19 UTC 2013 - dmacvicar@suse.de
- require blankslate 2.x
- fix license
-------------------------------------------------------------------
Fri Dec 28 08:19:47 UTC 2012 - coolo@suse.com
- updated to version 1.5.0
-------------------------------------------------------------------
Tue Sep 4 09:24:38 UTC 2012 - coolo@suse.com
- initial package (version 1.4.0)