brightbox / object-factory

A simple object factory that assists with creating valid model objects when writing specifications

This URL has Read+Write access

object-factory / CHANGELOG
100644 27 lines (14 sloc) 0.453 kb
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
= Version 0.2.3 (2009-11-04)
 
Bugfix when creating default values for a model.
 
= Version 0.2.0 (2009-05-20)
 
Added clean_up options
 
= Version 0.1.4 (2009-03-25)
 
Added a_number to allow the generation of unique integers
 
= Version 0.1.3 (2008-12-08)
 
Added generate_ip_address
 
= Version 0.1.2 (2008-12-08)
 
...
 
= Version 0.1.1 2008-11-24
 
Added when_creating_a and when_creating_an as short-cut methods
 
= Version 0.1.0 (2008-11-24)
 
Initial Release