View File rubygem-ripper_ruby_parser.changes of Package rubygem-ripper_ruby_parser (Project devel:languages:ruby:extensions)
-------------------------------------------------------------------
Wed Apr 4 04:32:38 UTC 2018 - factory-auto@kulow.org
- updated to version 1.4.2
see installed CHANGELOG.md
## 1.4.2 / 2018-04-03
* Fix handling of strings delimited by %()
* Handle line continuations in stringlike literals
- Handle line continuations in string and regexp literals
- Handle escaped line continuations
- Hanlde line continuations in word and symbol list literals
* Force encoding of string literals to UTF-8 if the result is valid
* Fix handling of range operators with float literals
-------------------------------------------------------------------
Sun Apr 1 04:30:09 UTC 2018 - factory-auto@kulow.org
- updated to version 1.4.1
see installed CHANGELOG.md
## 1.4.1 / 2018-03-31
* Properly pop delimiter stack after parsing a symbol
-------------------------------------------------------------------
Sat Mar 31 04:31:01 UTC 2018 - factory-auto@kulow.org
- updated to version 1.4.0
see installed CHANGELOG.md
-------------------------------------------------------------------
Sun Feb 18 05:31:04 UTC 2018 - factory-auto@kulow.org
- updated to version 1.3.0
see installed CHANGELOG.md
## 1.3.0 / 2018-02-17
* Change result for `self[:foo]` to match RubyParser 3.11.0.
-------------------------------------------------------------------
Thu Feb 8 06:24:15 UTC 2018 - coolo@suse.com
- updated to version 1.2.0
see installed CHANGELOG.md
## 1.2.0 / 2018-01-12
* Improve code quality
* Document public API
* Speed improvements
- Process line numbers only once per parse run
- Reduce arbitrary conditionals
- Use deconstruction to split up block
* Improve intermediate s-expressions, reducing the number of typeless
expressions.
* Use SexpBuilder base class, giving more low-level access to the structure
created by Ripper.
* Support Ruby 2.5
* Improve handling of boolean operators with parenthes
* Improve compatibility for begin..end blocks used as method and operator
arguments.
* Drop support for Ruby 2.0 and 2.1
* Handle `__ENCODING__` constant.
-------------------------------------------------------------------
Wed Oct 11 06:15:58 UTC 2017 - coolo@suse.com
- updated to version 1.1.2
no changelog found
-------------------------------------------------------------------
Mon Oct 13 18:40:53 UTC 2014 - coolo@suse.com
- adapt to new rubygem packaging
-------------------------------------------------------------------
Sat Feb 22 06:25:43 UTC 2014 - coolo@suse.com
- updated to version 1.0.0
-------------------------------------------------------------------
Mon Jul 30 19:05:29 UTC 2012 - coolo@suse.com
- initial package