File: History.markdown

package info (click to toggle)
ruby-jekyll-sass-converter 2.2.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 312 kB
  • sloc: ruby: 818; sh: 22; makefile: 6
file content (145 lines) | stat: -rw-r--r-- 3,403 bytes parent folder | download
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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
## 2.2.0 / 2022-02-28

### Minor Enhancements

  * Support sass-embedded as alternative implementation (#124)

### Bug Fixes

  * Source map sources should to be relative to site.source (#119)
  * Sourcemaps should not be rendered by Liquid (#123)

### Development Fixes

  * Migrate from AppVeyor CI to GH Actions (#125)
  * Refactor specs to reduce repetition (#126)
  * Reduce overall class size (#132)
  * Use new sass-embedded api (#131)
  * Add workflow to release gem via GH Actions (#134)

### Documentation

  * Update CI status badge (#127)
  * Update `sass-embedded` info in `README.md` (#133)

## 2.1.0 / 2020-02-05

### Development Fixes

  * chore(ci): use Ubuntu 18.04 (bionic) (#100)

### Minor Enhancements

  * Fix `Scss#sass_dir_relative_to_site_source` logic (#99)

## 2.0.1 / 2019-09-26

### Bug Fixes

  * Do not register hooks for documents of type :pages (#94)
  * Append theme's sass path after all sanitizations (#96)

## 2.0.0 / 2019-08-14

### Major Enhancements

  * Migrate to sassc gem (#75)
  * Use and test sassc-2.1.0 pre-releases and beyond (#86)
  * Drop support for Ruby 2.3 (#90)

### Minor Enhancements

  * Generate Sass Sourcemaps (#79)
  * Configure Sass to load from theme-gem if possible (#80)
  * SyntaxError line and filename are set by SassC (#85)
  * Memoize #jekyll_sass_configuration (#82)

### Development Fixes

  * Target Ruby 2.3 (#70)
  * Lint with rubocop-jekyll (#73)
  * Clear out RuboCop TODO (#87)
  * Cache stateless regexes in class constants (#83)
  * Add appveyor.yml (#76)

### Bug Fixes

  * Fix rendering of sourcemap page (#89)

## 1.5.2 / 2017-02-03

### Development Fixes

  * Test against Ruby 2.5 (#68)

## 1.5.1 / 2017-12-02

### Minor

  * Security: Bump Rubocop to 0.51

### Development Fixes

  * Drop support for Jekyll 2.x and Ruby 2.0 (#62)
  * Inherit Jekyll's rubocop config for consistency (#61)
  * Define path with __dir__ (#60)
  * Fix script/release

## 1.5.0 / 2016-11-14

  * Allow `load_paths` in safe mode with sanitization (#50)
  * SCSS converter: expand @config["source"] to be "safer". (#55)
  * Match Ruby versions with jekyll/jekyll (#46)
  * Don't test Jekyll 2.5 against Ruby 2.3. (#52)

## 1.4.0 / 2015-12-25

### Minor Enhancements

  * Bump Sass to v3.4 and above. (#40)
  * Strip byte order mark from generated compressed Sass/SCSS (#39)
  * Strip BOM by default, but don't add in the `@charset` by default (#42)

### Development Fixes

  * Add Jekyll 2 & 3 to test matrix (#41)

## 1.3.0 / 2014-12-07

### Minor Enhancements

  * Include line number in syntax error message (#26)
  * Raise a `Jekyll::Converters::Scss::SyntaxError` instead of just a `StandardError` (#29)

### Development Fixes

  * Fix typo in SCSS converter spec filename (#27)
  * Add tests for custom syntax error handling (#29)

## 1.2.1 / 2014-08-30

  * Only include something in the sass load path if it exists (#23)

## 1.2.0 / 2014-07-31

### Minor Enhancements

  * Allow user to specify style in safe mode. (#16)

### Development Fixes

  * Only include the `lib/` files in the gem. (#17)

## 1.1.0 / 2014-07-29

### Minor Enhancements

  * Implement custom load paths (#14)
  * Lock down sass configuration when in safe mode. (#15)

## 1.0.0 / 2014-05-06

  * Birthday!
  * Don't use core extensions (#2)
  * Allow users to set style of outputted CSS (#4)
  * Determine input syntax based on file extension (#9)