jOOQ / jOOL

jOOλ - The Missing Parts in Java 8 jOOλ improves the JDK libraries in areas where the Expert Group's focus was elsewhere. It adds tuple support, function support, and a lot of additional functionality around sequential Streams. The JDK 8's main efforts (default methods, lambdas, and the Stream API) were focused around maintaining backwards compatibility and implementing a functional API for parallelism.
http://www.jooq.org/products
Apache License 2.0
2.08k stars 167 forks source link

Add 'Release' section to wiki #233

Closed tkroman closed 8 years ago

tkroman commented 8 years ago

Seeing as JOOL releases rather frequently and even minor versions often bring something new to API or enhancements to the existing methods, it would be nice to have a summary section for each (minor) release in wiki. I have something like this in mind: https://github.com/neo4j/neo4j/wiki/Changelog WDYT?

lukaseder commented 8 years ago

Hmm, I currently wouldn't want to maintain a separate wiki for the library. Everything is already documented using GitHub's milestones: https://github.com/jOOQ/jOOL/milestones?state=closed

Does that fit your needs?

tkroman commented 8 years ago

Oh, didn't notice that button. Yep, that totally fits. Thanks!