File tree Expand file tree Collapse file tree 3 files changed +16
-16
lines changed
lib/jekyll-sass-converter Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 55 - 2.4
66matrix :
77 include :
8- - rvm : 2.5
9- env : JEKYLL_VERSION=3.7.4
8+ - rvm : 2.6
9+ env : JEKYLL_VERSION=3.8.6
1010env :
1111 matrix :
12- - JEKYLL_VERSION=3.8.5
12+ - JEKYLL_VERSION=4.0.0.pre.alpha1
1313branches :
1414 only :
1515 - master
Original file line number Diff line number Diff line change 1- ## HEAD
1+ ## 2.0.0.pre.beta / 2019-08-04
2+
3+ ### Major Enhancements
4+
5+ * Migrate to sassc gem (#75 )
6+ * Drop support for Ruby 2.3 (#90 )
27
38### Minor Enhancements
49
5- * Target Ruby 2.3 (#70 )
6- * Memoize #jekyll_sass_configuration (#82 )
7- * SyntaxError line and filename are set by SassC (#85 )
10+ * Generate Sass Sourcemaps (#79 )
811 * Configure Sass to load from theme-gem if possible (#80 )
12+ * SyntaxError line and filename are set by SassC (#85 )
13+ * Memoize #jekyll_sass_configuration (#82 )
914
1015### Development Fixes
1116
12- * Add appveyor.yml (#76 )
17+ * Target Ruby 2.3 (#70 )
1318 * Lint with rubocop-jekyll (#73 )
14- * Cache stateless regexes in class constants (#83 )
1519 * Clear out RuboCop TODO (#87 )
16- * Drop support for Ruby 2.3 (#90 )
17-
18- ### Major Enhancements
19-
20- * Migrate to sassc gem ### -minor (#75 )
21- * Generate Sass Sourcemaps (#79 )
20+ * Cache stateless regexes in class constants (#83 )
21+ * Add appveyor.yml (#76 )
2222
2323### Bug Fixes
2424
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module JekyllSassConverter
4- VERSION = "1.5.2 "
4+ VERSION = "2.0.0.pre.beta "
55end
You can’t perform that action at this time.
0 commit comments