forked from fafhrd91/pyramid_amdjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGES.txt
106 lines (55 loc) · 1.31 KB
/
CHANGES.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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
=======
CHANGES
=======
0.6.0 (Unreleased)
------------------
- less support
0.5.4 (02-19-2013)
------------------
- Upgrade handlebars compiler
0.5.3 (02-15-2013)
------------------
- Bootstrap - 2.3.0
- JQuery - 1.9.1
- Handlebars - 1.0.0.rc.3
0.5.2 (01-18-2013)
------------------
- Fix css resource registration
0.5.1 (01-18-2013)
------------------
- Do not add .css to css module name
- request.require alias for require_js
0.5 (01-17-2013)
----------------
- js refactoring
- hb templates splited to separate js
- `datetime` hb helper is optional
- added backbonejs
0.4 (01-15-2013)
----------------
- Automatic mods inclusion
- Static resource management
- jQuery 1.9.0
0.3.2 (01-08-2013)
------------------
- Fixed reading resource files with non ascii content
0.3.1 (01-07-2013)
------------------
- Show amd module define exception (curljs)
- Added helper pform js mod
0.3 (01-03-2013)
----------------
- Added debug mode
- Added `_v` query param that allow stong caching
- curl.js 0.7.3
- uglify.js 1.3.4
0.2.1 (12-18-2012)
------------------
- Fixed: use route_url for amd ini js path
0.2 (12-11-2012)
----------------
- Added twitter bootstrap (2.2.2)
- Allow to pass all params in options for pyramid.Object (javascript)
0.1 (11-01-2012)
----------------
- Initial release