File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 1+ v0.7.9
2+ ------
3+ * Fixed a wrongful glob in bower.json that caused files to be missing in the bower install. Thanks, @mohsen1 for reporting it.
4+
15v0.7.8
26------
37* Thanks to @burdiuz for finding a memory leak issue and finding a solution. And thanks to @davidlgj for implementing that solution.
Original file line number Diff line number Diff line change 44 " dist/schema-form.min.js" ,
55 " dist/bootstrap-decorator.min.js"
66 ],
7- "version" : " 0.7.8 " ,
7+ "version" : " 0.7.9 " ,
88 "authors" : [
99 " Textalk" ,
1010 " David Jensen <david.lgj@gmail.com>" ,
2626 "license" : " MIT" ,
2727 "ignore" : [
2828 " **/.*" ,
29- " *.js" ,
3029 " *.json" ,
3130 " node_modules" ,
3231 " bower_components" ,
3635 " examples" ,
3736 " gulp" ,
3837 " CHANGELOG" ,
39- " LICENSE"
38+ " LICENSE" ,
39+ " gulpfile.js" ,
40+ " karma.conf.js"
4041 ],
4142 "dependencies" : {
4243 "angular" : " >= 1.2" ,
Original file line number Diff line number Diff line change 11{
22 "name" : " angular-schema-form" ,
3- "version" : " 0.7.8 " ,
3+ "version" : " 0.7.9 " ,
44 "description" : " Create complex forms from a JSON schema with angular." ,
55 "repository" : " Textalk/angular-schema-form" ,
66 "main" : " dist/schema-form.min.js" ,
You can’t perform that action at this time.
0 commit comments