This repository was archived by the owner on Feb 25, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Expand file tree Collapse file tree 3 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
3
### HEAD
4
+
5
+ ### 0.4.0 (February, 23th, 2015)
4
6
* Add option ` disableCrossDomain: 'true' ` to ignore external stylesheets (CORS/CSP) (#7 , #15 )
5
7
6
8
### 0.3.7 (January, 26th, 2015)
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " object-fit" ,
3
- "version" : " 0.3.7 " ,
3
+ "version" : " 0.4.0 " ,
4
4
"main" : [
5
5
" dist/polyfill.object-fit.js" ,
6
6
" dist/polyfill.object-fit.css"
Original file line number Diff line number Diff line change 2
2
"name" : " object-fit" ,
3
3
"title" : " object-fit polyfill" ,
4
4
"description" : " Polyfill for the CSS object-fit property to fit images into containers" ,
5
- "version" : " 0.3.7 " ,
5
+ "version" : " 0.4.0 " ,
6
6
"homepage" : " https://github.com/anselmh/object-fit" ,
7
7
"repository" : {
8
8
"type" : " git" ,
21
21
"dependencies" : {},
22
22
"devDependencies" : {
23
23
"grunt" : " 0.4.x" ,
24
- "grunt-contrib-concat" : " ~0.5.0 " ,
25
- "grunt-contrib-jshint" : " 0.10 .0" ,
26
- "grunt-contrib-uglify" : " 0.5.1 " ,
24
+ "grunt-contrib-concat" : " ~0.5.1 " ,
25
+ "grunt-contrib-jshint" : " 0.11 .0" ,
26
+ "grunt-contrib-uglify" : " 0.8.0 " ,
27
27
"grunt-contrib-watch" : " 0.6.1"
28
28
},
29
29
"keywords" : []
You can’t perform that action at this time.
0 commit comments