tag:github.com,2008:https://github.com/juliendelplanque/Python3Generator/releases Release notes from Python3Generator 2019-05-19T14:31:30Z tag:github.com,2008:Repository/78302136/v2.0.0 2019-05-19T14:36:45Z v2.0.0 <h1>Changelog</h1> <h2>Major changes</h2> <ul> <li>Migrated sources to Tonel.</li> <li>Dropped support of Pharo 5.0 (last release supporting this version is v1.2.0).</li> <li>Directory holding sources is not 'src' instead of 'repository'.</li> <li>Added possibility to test equality of ast nodes (implemented <code>#=</code> and <code>#hash</code>).</li> </ul> <h2>Minor changes</h2> <ul> <li>Now use FFI interpreter as default interpreter.</li> <li>Adapted to new Stream API to make the project work on Pharo 8.</li> <li>Added #&lt;&lt; message on P3GInstructionsList to make instructions list building easier.</li> </ul> juliendelplanque tag:github.com,2008:Repository/78302136/v1.2.0 2019-03-19T20:27:23Z v1.2.0 <h1>Changelog</h1> <ul> <li>Integrated P3GLambda, its test and P3GTuple from Python3Bridge project to P3Generator project with the help of alejandroinfante.</li> </ul> juliendelplanque tag:github.com,2008:Repository/78302136/v1.1.0 2019-01-21T21:15:51Z v1.1.0 <h1>Changelog</h1> <ul> <li>Fixed usage Association's methods of #head and #tail to become #key and #value (because of the brutal removal of these methods that happened in Pharo)</li> <li>Some cleaning</li> <li>Added extension methods on Symbol to make the DSL more user-friendly.</li> </ul> juliendelplanque tag:github.com,2008:Repository/78302136/v1.0.0 2018-05-23T20:51:04Z First release <p>A first release.</p> <p>Everything is not implemented (class/function definition are not supported for example).</p> <p>But it works quite well, MatplotLibBridge uses this version and works nicely.</p> juliendelplanque