File tree 2 files changed +12
-5
lines changed
2 files changed +12
-5
lines changed Original file line number Diff line number Diff line change
1
+ # 2.0.1 - 2016-07-08
2
+
3
+ - Fixed: existing font-feature-settings being duplicated.
4
+ ([ #8 ] ( https://github.com/postcss/postcss-font-variant/pull/8 ) - @ChaosExAnima )
5
+
1
6
# 2.0.0 - 2015-09-08
2
7
3
8
- Added: compatibility with postcss v5.x
6
11
# 1.2.0 - 2015-08-13
7
12
8
13
- Added: compatibility with postcss v4.1.x
9
- ([ #5 ] ( https://github.com/postcss/postcss-font-variant/pull/5 ) )
14
+ ([ #5 ] ( https://github.com/postcss/postcss-font-variant/pull/5 ) )
10
15
11
16
# 1.1.0 - 2015-01-29
12
17
13
- - Fixed: Properly handle font-variant-position: normal ([ #3 ] ( https://github.com/postcss/postcss-font-variant/pull/3 ) )
14
- - Added: support font-kerning ([ #2 ] ( https://github.com/postcss/postcss-font-variant/pull/2 ) )
18
+ - Fixed: Properly handle font-variant-position: normal ([ #3 ] ( https://github.com/postcss/postcss-font-variant/pull/3 ) )
19
+ - Added: support font-kerning ([ #2 ] ( https://github.com/postcss/postcss-font-variant/pull/2 ) )
15
20
16
21
# 1.0.2 - 2015-01-27
17
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " postcss-font-variant" ,
3
- "version" : " 2.0.0 " ,
3
+ "version" : " 2.0.1 " ,
4
4
"description" : " PostCSS plugin to transform W3C font-variant properties to more compatible CSS (font-feature-settings)" ,
5
5
"keywords" : [
6
6
" css" ,
25
25
"devDependencies" : {
26
26
"jscs" : " ^2.1.0" ,
27
27
"jshint" : " ^2.8.0" ,
28
+ "npmpub" : " ^3.1.0" ,
28
29
"tape" : " ^4.0.3"
29
30
},
30
31
"scripts" : {
31
32
"lint" : " npm run jscs && npm run jshint" ,
32
33
"jscs" : " jscs index.js test/index.js" ,
33
34
"jshint" : " jshint . --exclude-path .gitignore" ,
34
- "test" : " npm run lint && tape test"
35
+ "test" : " npm run lint && tape test" ,
36
+ "release" : " npmpub"
35
37
}
36
38
}
You can’t perform that action at this time.
0 commit comments