v0.1.2
[language-befunge-vector-xs.git] / Changes
blob95dab1e796e4a6785099aae0e5bf5c64ae7cb270
1 Revision history for Language::Befunge::Vector::XS.
3 High-level changelog
4 ====================
6 0.1.x more robust constructors
7 0.0.x initial work
10 Low-level changelog
11 ===================
13 0.1.2 Tue Jan 15 19:46:07 CET 2008
14  - converted rest of AV* to use SV* for objects
15  - new methods:
16     - _add()
17     - _substract()
18     - _invert()
20 0.1.1 Tue Jan 15 19:19:46 CET 2008
21  - new methods:
22     - get_all_components()
23     - clear()
24     - set_component()
26 0.1.0 Tue Jan 15 18:23:14 CET 2008
27  - constructors more robust (thx rgs)
28  - new methods:
29     - copy()
30     - _add_inplace()
31     - _substract_inplace()
32  - removed reference to LB::* modules in tests
36 0.0.1 Tue Jan 15 14:52:14 CET 2008
37  - original version
38  - build toolchain in place
39  - constructors + basic accessors