v1.1.0
[language-befunge-vector-xs.git] / Changes
blob7fba05066ff11dba87ca1451ce67159b20b50365
1 Revision history for Language::Befunge::Vector::XS.
3 High-level changelog
4 ====================
6 1.1.x   rasterize() method
7 1.0.x   module complete
8 0.2.x   feature-completeness, clean build errors, 1.0.0-rc
9 0.1.x   more robust constructors
10 0.0.x   initial work
13 Low-level changelog
14 ===================
16 1.1.0 Sun Jun  8 10:59:08 CEST 2008
17  - new rasterize() method (courtesy of Mark Glines)
18  - bumped perl requirements to 5.10
22 1.0.0 Sun Feb  3 16:45:41 CET 2008
23  - bumping requirement to 5.8.x
24  - module complete
28 0.2.3 Mon Jan 28 17:14:45 CET 2008
29  - trying to follow ppport.h advices to clean 5.6.x errors
31 0.2.2 Fri Jan 18 01:22:30 CET 2008
32  - quieting last C warnings remaining
34 0.2.1 Thu Jan 17 19:51:37 CET 2008
35  - rewrote vector tests (fixed number of tests during rewrite)
36  - newSViv() returns an SV*, not an IV (quieting warnings)
38 0.2.0 Wed Jan 16 18:34:38 CET 2008
39  - bounds_check() implemented
40  - added missing sanity checks in constructors
41  - no more todo tests
42  - better way of returning without RETVAL
43  - first rc for 1.0.0
47 0.1.3 Wed Jan 16 17:09:41 CET 2008
48  - fixed leftover of RETVAL sillyness
49    (should build/test on more platforms now)
51 0.1.2 Tue Jan 15 19:46:07 CET 2008
52  - converted rest of AV* to use SV* for objects
53  - new methods:
54     - _add()
55     - _substract()
56     - _invert()
58 0.1.1 Tue Jan 15 19:19:46 CET 2008
59  - new methods:
60     - get_all_components()
61     - clear()
62     - set_component()
64 0.1.0 Tue Jan 15 18:23:14 CET 2008
65  - constructors more robust (thx rgs)
66  - new methods:
67     - copy()
68     - _add_inplace()
69     - _substract_inplace()
70  - removed reference to LB::* modules in tests
74 0.0.1 Tue Jan 15 14:52:14 CET 2008
75  - original version
76  - build toolchain in place
77  - constructors + basic accessors