Release History¶ ↑
0.4.4¶ ↑
-
Improve code style
-
Update README
-
Add CI workflow
-
Move development dependencies from gemspec to Gemfile
-
Add WEBrick as development dependency (for Ruby 3.0)
0.4.3¶ ↑
-
Use Rack::ContentLength middleware to fix missing Content-Length headers for rack 2.1.0 and later
-
Update development dependencies
0.4.2¶ ↑
-
Avoid deprecation warnings for minitest expectations
-
Improve code style
0.4.1¶ ↑
-
Drop pessimistic constraint on Jekyll version
-
Remove Jekyll cache directory after tests
-
Let “clean” task remove Jekyll cache directory
-
Add Jekyll cache directory to .gitignore
-
Add magic comments for frozen string literals
0.4.0¶ ↑
-
Support .html extension stripping
0.3.4¶ ↑
-
Allow Rack 2
-
Use Rack::Utils.unescape_path with Rack 2
-
Update development dependencies
0.3.3¶ ↑
-
Use a nicer progress output format
0.3.2¶ ↑
-
Flush progress output before starting build
0.3.1¶ ↑
-
Do not set a Cache-Control header
0.3.0¶ ↑
-
Use ETag instead of Last-Modified for caching
-
Allow Jekyll 3
-
Provide a
Lanyon.build
method
0.2.3¶ ↑
-
Handle URLs with percent-encoded characters
0.2.2¶ ↑
-
Prevent CRLF conversion for served files by using File.binread
0.2.1¶ ↑
-
Sanitize path info to properly handle directory traversal
0.2.0¶ ↑
First gem release.