-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathHistory.txt
65 lines (48 loc) · 1.46 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
=== ?.?.?.?? / 2010-??-??
== New Features
== jsp support
== base package
== Improvements
* Better use of Generics.
=== 0.0.1.rc / 2010-08-23
== New Features
* Added Hamcrest 1.1
* Added text support(textarea).
== Improvements
* Create forder to put images.
== Bugfixes
* Works on windows OS.
=== 0.0.1.beta4 / 2010-08-04
== New Features
* Added generic repository.
* Scaffold repository to each model.
* Now controllers use repository instead entity manager.
* Generated models come with hashCode and equals.
* Generating fake tests to models, controllers and repositories.
== Improvements
* Better freemarker views.
* UTF-8 default enconding.
* Update jetty maven plugin version(6 to 7).
=== 0.0.1.beta4 / 2010-07-16
== New Features
* Added validator support with hibernate-validator.
* Error Messages.
* Redirect to form when occur validation erros.
* Added joda time dependency.
* Create messages.properties(i18n).
== Bugfixes
* Fixed i.e problems.
=== 0.0.1.beta3 / 2010-07-11
== New Features
* Added command to start web server(jetty).
* Added boolean support.
== Improvements
* Bumped vraptor version to 3.1.3.
* Change log4j.xml to log4j.properties.
* Change views directory from WEB-INF/freemarker to WEB-INF/views.
* Change hsqldb to use file instead of memory.
== Bugfixes
* Fixed pom when creating project with path like /home/rodolfo/project.
* Fixed runtime dependencies.
=== 0.0.1.beta2 / 2010-07-07
* Crud with vraptor, maven 2, jpa, freemarker e jquery.