This repository has been archived by the owner on Jan 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 61
/
Copy pathCHANGELOG
207 lines (177 loc) · 3.54 KB
/
CHANGELOG
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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
1.4.1
date: 2015-01-19
changes:
- Fix grunt-contrib-csslint version
1.4.0
date: 2015-01-19
changes:
- Remove explicit use of bundler
- Run autoprefixer after cssmin
- Fix generated Gruntfile (some % were not escaped)
- Add a jekyllrb:post command
- Use node >= 0.10.0
- Add images to usemin block
- Use yeoman-generator 0.18.6
- Clean up tests
- Handle case where appname has special characters
- Update README
1.3.0-rc
date: 2014-09-07
changes:
- Switch from connect to Browsersync
- update bower packages
- update npm packages
- update gems
1.2.1
date: 2014-01-18
changes:
- Minor glob optimizations and comment fixes
1.2.0
date: 2014-01-18
changes:
- Remove CSSCSS
- Replace grunt-rev with grunt-filerev
- Update to Usemin 2,0
- Fix cssLint buuuugs
1.1.0
date: 2013-12-28
changes:
- README fixes
- Add Coffeelint
- Add note at end of generation if bundle install fails
- Add private: true to generated package.json
- 'Fix' subdirectory exclusion
1.0.0
date: 2013-11-30
changes:
- Add build-control
- Internal optimizations
0.5.0
date: 2013-11-29
changes:
- Update to Jekyll 3.1 compatibility
- Update H5BP compatibility to latest version
- Remove some templating to simplify installation
- Pin -contrib-watch at pre-release to fix livereload bug
- Reduce comments and minor code streamlining
0.4.1
date: 2013-10-27
changes:
- Bump Jekyll version
- Add jshint-stylish
- Remove stylus support
- Update server task to serve
0.4.0
date: 2013-9-8
changes:
- Bring into line with generator-webapp
- Switch `reports` to `check`
- Add `jekyll doctor` to `check`
- Make compass and coffee prompt defaults
- Switch back to jQuery 1.x to track H5BP
- Add experimental Stylus support
- Bugfixes
0.4.0-alpha
date: 2013-9-2
changes:
- Re-alignment with generator-webapp
- More Bower integration
- Code and ux improvements
- Bugfixes
0.3.8
date: 2013-7-15
changes:
- Chalk fixes
- Update generator dependency
0.3.6
date: 2013-7-15
changes:
- Easier install
- Package updates
- Bugfixes
0.3.5
date: 2013-7-15
changes:
- Switch default markdown parser to Redcarpet
0.3.4
date: 2013-6-24
changes:
- Refinements
- Update to grunt-jekyll 3.8
0.3.3
date: 2013-6-20
changes:
- Minor improvements
0.3.2
date: 2013-6-16
changes:
- Update livereload
- Improve usemin workflow
0.3.1
date: 2013-6-13
changes:
- Remove stray debug code
0.3.0
date: 2013-6-13
changes:
- Switch to Generator 0.12
- New prompt
- Simplify Gruntfile
0.2.8
date: 2013-6-12
changes:
- Fix race condition bug (Issue [#11](https://github.com/robwierzbowski/
generator-jekyllrb/issues/11))
0.2.7
date: 2013-6-4
changes:
- Update grunt-csscss to test (s)css directories
- Improve readme
0.2.6
date: 2013-6-1
changes:
- Coffeescript bugfixes
0.2.5
date: 2013-6-1
changes:
- Improve Sass and Autoprefixer tasks
0.2.4
date: 2013-5-31
changes:
- Minor improvements
- Documentation update
0.2.3
date: 2013-5-30
changes:
- Documentation update
0.2.2
date: 2013-5-30
changes:
- Gruntfile and Bower workflow refinement
0.2.1
date: 2013-5-30
changes:
- Bugfixes
0.2.0
date: 2013-5-29
changes:
- Add Autoprefixer
- Rewrite Grunt workflow
- Bugfixes
0.1.3
date: 2013-5-29
changes:
- Bugfixes
0.1.2
date: 2013-5-24
changes:
- Documentation updates
- Name change
0.1.1
date: 2013-5-21
changes:
- Documentation updates
0.1.0
date: 2013-5-21
changes:
- Initial release