-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathChangelog
More file actions
106 lines (82 loc) · 3.86 KB
/
Changelog
File metadata and controls
106 lines (82 loc) · 3.86 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
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
Changelog
Key
[A] - Added, [C] - Changed, [F] - Fixed, [R] - Removed
Mon Jun 1 2015 Masaki Sueda <sueda_masaki@cyberagent.co.jp> - 0.9.7
- [F] respond to OPTIONS request without requiring authentication
- [A] enable ot respond empty body with null or empty object
Mon Feb 24 2014 Masaki Sueda <sueda_masaki@cyberagent.co.jp> - 0.9.6
- [C] ignore the order of the query
Mon Feb 10 2014 Masaki Sueda <sueda_masaki@cyberagent.co.jp> - 0.9.5
- [A] basic auth
Mon Dec 17 2014 Masaki Sueda <sueda_masaki@cyberagent.co.jp> - 0.9.4
- [F] enable to open the project directory
Mon Oct 20 2014 Masaki Sueda <sueda_masaki@cyberagent.co.jp> - 0.9.3
- [C] deps updated
Wed Jun 24 2014 Masaki Sueda <sueda_masaki@cyberagent.co.jp> - 0.9.2
- [C] changed the format of mockdata for socket connection
Wed Jun 20 2014 Masaki Sueda <sueda_masaki@cyberagent.co.jp> - 0.9.1
- [C] upgrade socket.io 1.0.x
Wed Jun 3 2014 Masaki Sueda <sueda_masaki@cyberagent.co.jp> - 0.9.0
- [F] ratioResize separator is undefined
- [F] Add unescape URI in the mockdata
- [A] run socket server
- [C] update express4.x
- [C] update dependencies
Wed Feb 26 2014 Kei FUNAGAYAMA <funagayama_kei@cyberagent.co.jp> - 0.8.7
- [F] variable refarence error
Wed Feb 26 2014 Kei FUNAGAYAMA <funagayama_kei@cyberagent.co.jp> - 0.8.6
- [A] Stand-alone(-s --standalone) mode
- [F] The local directory to determine HTTP Response header contenttype
- [A]: package.json keyword.
Tue Feb 18 2014 Kei FUNAGAYAMA <funagayama_kei@cyberagent.co.jp> - 0.8.5
- [A] Check of commands that depend(pngquant)
Mon Feb 17 2014 Kei FUNAGAYAMA <funagayama_kei@cyberagent.co.jp> - 0.8.4
- [F] change api beezlib@0.9.6
Wed Feb 5 2014 Masaki Sueda <sueda_masaki@cyberagent.co.jp> - 0.8.3
- [A] Add a reference function of the mock data in the GUI
- [C] removed unnecessary implements because of beezlib update
Wed Jan 29 2013 Kei FUNAGAYAMA <funagayama_kei@cyberagent.co.jp> - 0.8.2
- [C] Updated beezlib version to ~0.9.1.
* Thu Nov 14 2013 Kei FUNAGAYAMA <funagayama_kei@cyberagent.co.jp> - 0.8.1
- [A] Added HTTP method OPTIONS support in mock.
- [A] Added support for mockdata url parameter.
- [A] Added custom HTTP Response code and delay. (Static server)
- [A] Added csssprite support.
- [A] Added support options.fn in `stylus#write()`.
- [A] Added png2ratiopng in modstatic.
- [A] Added forced header. X-Powered-By.
- [C] Changed logger level.
- [R] Removed `express.bodyParser` cause of unsupported in connect 3.0.
- [C] Now supports several header in #addHeader.
- [F] Fixed version of dependent libraries.
- [F] Fixed csssprite#isSpriteStylus.
- [F] Fixed imagemagick.ratioResize.
- [F] Fixed extname content-type.
* Mon Jul 8 2013 Kei FUNAGAYAMA <funagayama_kei@cyberagent.co.jp> - 0.6.7
- [A] Added Content-Type encoding.
* Wed Jun 19 2013 Yuhei Aihara <aihara_yuhei@cyberagent.co.jp> - 0.6.6
- [F] Fixed modstatic index.html.hbs.
- [R] Removed base-path and stat-path in stylus support.
- [C] Changed modstatic ua.
- [C] Changed `f/middleware/modstatic`.
- [A] Added config.stats ~($HOME) support.
- [C] Changted suns.js repository.
* Sat May 4 2013 Kei FUNAGAYAMA <funagayama_kei@cyberagent.co.jp> - 0.6.5
- [R] Removed stylus & nib.
- [A] Added example.
- [A] Added stylus in beezlib.
- [A] Added handlebars in beezlib.
- [A] Added beezlib.
- [A] custom http response header.
* Tue Apr 23 2013 Kei FUNAGAYAMA <funagayama_kei@cyberagent.co.jp> - 0.6.4
- [A] Added example.(server start)
- [A] Added jsonminify support.
* Fri Apr 19 2013 Kei FUNAGAYAMA <funagayama_kei@cyberagent.co.jp> - 0.6.3
- [C] Change method name buildpf & deploypj to build & deploy.
- [C] Refactoring.
* Thu Mar 28 2013 Kei FUNAGAYAMA <funagayama_kei@cyberagent.co.jp> - 0.6.2
- [F] Fixed `path.resolve`'s' null error.
* Mon Mar 25 2013 Kei FUNAGAYAMA <funagayama_kei@cyberagent.co.jp> - 0.6.1
- [C] Second release.
* Feb Thu 21 2013 Kei FUNAGAYAMA <funagayama_kei@cyberagent.co.jp> - 0.6.0
- Initial release.