LBVXS::_invert() moved to XS
[language-befunge-vector-xs.git] / Changes
bloba5fac03b242a78c82d1e7fafa469d2a01b2d1343
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.1 Tue Jan 15 19:19:46 CET 2008
14  - new methods:
15     - get_all_components()
16     - clear()
17     - set_component()
19 0.1.0 Tue Jan 15 18:23:14 CET 2008
20  - constructors more robust (thx rgs)
21  - new methods:
22     - copy()
23     - _add_inplace()
24     - _substract_inplace()
25  - removed reference to LB::* modules in tests
29 0.0.1 Tue Jan 15 14:52:14 CET 2008
30  - original version
31  - build toolchain in place
32  - constructors + basic accessors