1
- 2012-11-1 Freedom Dumlao <
[email protected] >
2
-
3
- Version 0.3.4
1
+ 2012-11-29 Freedom Dumlao <
[email protected] >
4
2
5
- * Added PATCH support
3
+ Version 0.5.2
6
4
7
- 2012-11-05 Freedom Dumlao <
[email protected] >
8
-
9
- Version 0.4
10
-
11
- * Added support for subdomains
12
-
13
- 2012-11-11 Freedom Dumlao <
[email protected] >
5
+ - Bugfixes
6
+ * Fixed a SyntaxError that was caused by using a dictionary generator
7
+ in Python versions earlier than 2.7.
8
+ (Thanks to @maxcountryman)
14
9
15
- Version 0.4.3
10
+ 2012-11-20 Freedom Dumlao <[email protected] >
16
11
17
- - Features
18
- * Added wrapper methods for views
12
+ Version 0.5.1
19
13
20
14
- Bugfixes
21
- * Fixed a bug that caused blueprint subdomains to be ignored
15
+ * Fixed a bug that caused views that used the @route decorator to
16
+ ignore the subdomain keyword parameter specified in the
17
+ FlaskView's register method.
18
+ (Thanks to Mark Grey for reporting.)
22
19
23
20
2012-11-18 Freedom Dumlao <
[email protected] >
24
21
44
41
* Fixed a bug that would not allow you to use any parameter name
45
42
but "id" in the special methods.
46
43
47
- 2012-11-
20 Freedom Dumlao <
[email protected] >
44
+ 2012-11-
11 Freedom Dumlao <
[email protected] >
48
45
49
- Version 0.5.1
46
+ Version 0.4.3
47
+
48
+ - Features
49
+ * Added wrapper methods for views
50
50
51
51
- Bugfixes
52
- * Fixed a bug that caused views that used the @route decorator to
53
- ignore the subdomain keyword parameter specified in the
54
- FlaskView's register method.
55
- (Thanks to Mark Grey for reporting.)
52
+ * Fixed a bug that caused blueprint subdomains to be ignored
53
+
54
+ 2012-11-05 Freedom Dumlao <
[email protected] >
55
+
56
+ Version 0.4
57
+
58
+ * Added support for subdomains
59
+
60
+ 2012-11-1 Freedom Dumlao <
[email protected] >
61
+
62
+ Version 0.3.4
63
+
64
+ * Added PATCH support
0 commit comments