Skip to content
This repository has been archived by the owner on Apr 4, 2023. It is now read-only.

Commit

Permalink
Add release history
Browse files Browse the repository at this point in the history
  • Loading branch information
stomar committed Nov 14, 2015
1 parent 5f26e4c commit d5a5884
Showing 1 changed file with 66 additions and 0 deletions.
66 changes: 66 additions & 0 deletions History.markdown
@@ -0,0 +1,66 @@
# Rack-Jekyll Release History


## 0.4.5 / 2015-11-06

### Enhancements

* Allow serving of files with unknown media type
* Support HEAD requests

### Bug Fixes

* Fix detection of 404s for directories without index.html
* Fix detection of 404s with partially matching paths
* Fix default media type for unknown extension (`application/octet-stream`)

### Development Fixes

* Increase test coverage
* Major refactorings


## 0.4.3, 0.4.4

not to be used, superseded by 0.4.5


## 0.4.2 / 2015-10-12

### Enhancements

* Loosen dependency on Jekyll to also allow Jekyll 2
* Add `:config` option for custom configuration file
* Add `:force_build` option to always generate site
* Wait while regenerating the site before returning a response
* Use "listen" gem instead of "directory_watcher"
* Clean up and improve demo site: use Markdown, add CSS, ...
* Clean up and improve README
* Add some RDoc

### Bug Fixes

* Fix typo in Content-Length header
* Fix broken initialization of instance variables
* Fix broken configuration loading
* Fix updating of @files list
* Fix auto-regeneration

### Development Fixes

* Major refactorings
* Start testing the actual code instead of a fake app
* Add many test cases and clean up tests
* Use "minitest" instead of "test-unit"
* Fix Cucumber tests which were always passing
* Let the @files list be an array
* Fix misplaced instance variable assignment
* Fix effectless debugging statement
* Add "listen" gem as dependency
* Clean up gemspec
* Remove some unused legacy code


## 0.4.1 / 2013-05-15

See commit log.

0 comments on commit d5a5884

Please sign in to comment.