lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


I am happy to announce release 1.0.1 of std.prototype.

Prototype's homepage is at https://github.com/lua-stdlib/prototype, with
documentation at https://lua-stdlib.github.io/prototype.

This is a straight forward prototype-based object system, and a selection
of useful objects build on it.

I messed up the rockspec file and uploaded a broken rock for today’s
earlier 1.0 release, now removed from luarocks.org.  This release fixes
that issue and is also compatible with the change of namespace for
std.strict also released just now.

Install it with LuaRocks, using:

   luarocks install std.prototype 1.0.1


## Noteworthy changes in release 1.0.1 (2016-02-07) [stable]           
                                                                       
### Bug fixes                                                          
                                                                       
  - The former lua-stdlib `strict` module, has moved to `std.strict`   
    to avoid confusion with the original PUC-Rio strict.lua.  The 
    `std.prototype` base module now looks for it there.