-
Notifications
You must be signed in to change notification settings - Fork 6
/
History.txt
50 lines (36 loc) · 1.04 KB
/
History.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
== 1.0.3 2009-12-03
* minor changes
* updated to jeweler
* releasing on gemcutter
== 1.0.2 2008-04-01
* 1 major change
* added MIT-style license (ContextR is now triple licensed)
== 1.0.1 2008-04-01
* minor changes
* internal refactorings
* updated copyrights
== 1.0.0 2008-04-01
* this is the first stable release
* major changes
* updated documentation
* added more meta programming hooks
* no further API changes to expect until version 2.0
== 0.1.9 2007-11-30
* this is a review release
* documentation is not yet complete
* major changes
* documentation website
* again a new api
== 0.1.1 2007-09-17
* major changes
* added Module#extend to allow class side behaviour definition
* migrated from undocumented tests in /examples to
well documented examples in /test
* added a RSpec to guarantee basic functionality
* minor changes
* refactored public introspection API
== 0.1.0 2007-09-07
* major changes
* reimplemented the whole stack
* changed the API significantly
* no backwards compatibility at all