Sha256: 5c866404ede1b58f79beb375397ac01cae9b1444b88aa70715f790e921a3477d
Contents?: true
Size: 1.46 KB
Versions: 1
Compression:
Stored size: 1.46 KB
Contents
<html> <head> <title>NOTES</title> <link href="api.css" rel="stylesheet" type="text/css"> </head> <body> <div class="content"> <div class="main"> <h1>Release Notes</h1> <p> Facets 2.3 makes some nice internal reorganization, rather then just the split between core/ and more/, we have added class/ and mixin/. This helps a great deal in working with the library. If does not effect the end-user in anyway however —even so we felt it enough to warrent a minor version bump rather than just a tiny. </p> <p> Amoung other changes with this release, cloneable.rb is now a true deep dup/clone mixin; tracepoint.rb returns to the library; and … </p> <p> As of 2.2.1: </p> <p> This release get rid of the underlying methods subdir. All method redirects are now in core, to ensure there are no more name clashes. </p> <p> As of 2.2.0: </p> <p> This release provides improved rdocs and prepares facets for use with RUby 1.9. It also adds Matthew Harris’ duration.rb library. Bug thanks to Matthew! </p> <p> As of 2.1.0: </p> <p> Major changes include a new and much-improved command.rb, a new BiCrypt class for simple two-way crypotgraphy, as well as attr_reader!, attr_writer! and attr_accessor! for flag attributes, plus alias_xxx methods for all attr_xxx methods. </p> <p> Enjoy! </p> <p> http://facets.rubyforge.org </p> </div> </div> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
facets-2.4.0 | doc/html/notes.html |