Sha256: d96bc88bfb89c5aeaeb7fc9231493d5c68e15a0a0321f78af7ad97f0216c1412

Contents?: true

Size: 1.72 KB

Versions: 1

Compression:

Stored size: 1.72 KB

Contents

# v0.2.6 2013-01-1

* [fixed] Emit super vs super() correctly

# v0.2.5 2012-12-14

* [fixed] Emit unary operators correctly
* [fixed] Define with optional splat and block argument
* [fixed] Emit arguments to break keyword
* [change] Uglify output of binary operators with unneded paranteses. Correct output > nice output.
* [fixed] Emit nested binary operators correctly.
* [fixed] Emit element reference on self correctly. self[foo].

# v0.2.4 2012-12-07

* [feature] Allow to emit pattern variables as root node
* [fixed] Emit send with splat and block argument correctly

[Compare v0.2.3..v0.2.4](https://github.com/mbj/to_source/compare/v0.2.3...v0.2.4)

# v0.2.3 2012-12-07

* [fixed] Nuke dangling require  (sorry for not running specs after gemspec change)

[Compare v0.2.2..v0.2.3](https://github.com/mbj/to_source/compare/v0.2.2...v0.2.3)

# v0.2.2 2012-12-07

* [fixed] Emit of pattern arguments with no formal arguments present
* [fixed] Missed to require set

[Compare v0.2.1..v0.2.2](https://github.com/mbj/to_source/compare/v0.2.1...v0.2.2)

# v0.2.1 2012-12-07

* [fixed] Emit of def on splat with block
* [fixed] Emit of pattern args 

[Compare v0.2.0..v0.2.1](https://github.com/mbj/to_source/compare/v0.2.0...v0.2.1)

# v0.2.0 2012-12-07

* [BRAKING CHANGE] Remove core extension Rubinius::AST::Node#to_source (mbj)
* [feature] Add support for MRI via melbourne gem (mbj)
* [fixed] 100% Yard covered documentation (mbj)
* [fixed] Emit most binary operators without parantheses (mbj)
* [feature] Port tests to rspec2 and greatly improve coverage and layout of these.
* [feature] Introduce metric tools via devtools
* [fixed] Lots of transitvity edge cases

[Compare v0.1.3..v0.2.0](https://github.com/mbj/to_source/ompare/v0.1.3...v0.2.0)

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
to_source-0.2.6 Changelog.md