forked from yeoman/generator-backbone
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG
77 lines (68 loc) · 1.99 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
v0.2.1:
date: 2013-11-03
changes:
- Adding tests for --coffee option
- Livereload fixes for jasmine and mocha
- Added jshint-stylish
- Skip compass task in Gruntfile when user opt-out bootstrap
- other minor fixes
v0.2.0:
date: 2013-10-09
changes:
- Upgraded to Bootstrap 3.0
- livereload on template files
- grunt server:test now runs on port 9001
- other minor fixes
v0.1.9:
date: 2013-09-02
changes:
- Switch to load-grunt-tasks
- remove uglify configuration from Gruntfile
- fix coffee:test task
- Adding server:test task
- Adding prompt for Coffeescript
- Adding IIFE for generated models, collections, views and routes.
v0.1.8:
date: 2013-08-15
- New checkbox prompts
- Added time-grunt for build times
- Reverted to automatically wiring up index.html with models/collections/etc. Improves `grunt server` debugging experience.
- Improvements to RequireJS config
- Updated to latest generator system
v0.1.7:
date: 2013-07-24
changes:
- fixed missing script-base
v0.1.6:
date: 2013-07-24
changes:
- Adds yo as peerDependency
- Updated jasmine task
- Jasmine tests will watch spec and keepalive
- Various bug fixes.
v0.1.5:
date: 2013-07-16
changes:
- Better support for handlebars + requirejs
- aded glyphicons
- Various bug fixes.
v0.1.3:
date: 2013-06-27
changes:
- Updated to new interactive prompt
- Added generator-mocha as peerDependency
- Moved to grunt-contrib-watch and connect-livereload v2.0
- Using grunt-neuter to custom order for uglify
- various minor bug fixes and enhancements
v0.1.2:
date: 2013-05-08
changes:
- updated to bower 0.9
- various bug fixes
v0.1.1:
date: 2013-05-03
changes:
- Support for handlebars and mustache templates
- auto detect js or coffee for subgenerators
- moved creating main.js from 'all' to 'app' sub generator
- Add skip-install to the tests and ensure that the generator uses it.