Skip to content

Commit

Permalink
Release 0.14.0
Browse files Browse the repository at this point in the history
  • Loading branch information
magnars committed Jan 9, 2014
1 parent 9edc0da commit 28bf447
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions README.md
Expand Up @@ -11,7 +11,7 @@ In other words: Develop with ease. Optimize in production.

## Install

Add `[optimus "0.13.6"]` to `:dependencies` in your `project.clj`.
Add `[optimus "0.14.0"]` to `:dependencies` in your `project.clj`.

Please note that this project uses
[Semantic Versioning](http://semver.org/). As long as we're on a `0`
Expand Down Expand Up @@ -568,12 +568,20 @@ changes to Optimus itself.

## Change log

#### From 0.13 to 0.14

- Support for @imports in CSS
- Binary assets now has a `:resource` value instead of a `:get-stream` function
- Removed inline clj-v8 now that official repo supports bundling in uberjars
- Include both Cache-Control and Expires headers again, for Chrome's sake
- Improved documentation and bugfixes

#### From 0.12 to 0.13

- Add Last-Modified headers
- Remove Cache-Control headers (superflous when serving Expires)
- Create extension point for asset loading
- Several bugfixes
- Bugfixes

#### From 0.11 to 0.12

Expand Down
2 changes: 1 addition & 1 deletion project.clj
@@ -1,4 +1,4 @@
(defproject optimus "0.13.6"
(defproject optimus "0.14.0"
:description "A Ring middleware for frontend performance optimization."
:url "http://github.com/magnars/optimus"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit 28bf447

Please sign in to comment.