README.md in jekyll-assets-3.0.0 vs README.md in jekyll-assets-3.0.1
- old
+ new
@@ -16,32 +16,10 @@
[1]:http://guides.rubyonrails.org/asset_pipeline.html
[2]:https://github.com/rails/sprockets
[3]:https://jekyllrb.com
-# Jekyll Assets 3.x
-
-***Jekyll Assets 3.x is currently unreleased. It is scheduled to released sometime in October. If you are looking for documentation, for the current release (2.x) please see: https://github.com/jekyll/jekyll-assets/tree/2.4-legacy it should have what you are looking for.***
-
-## What's new
-
-- [x] Jekyll like tag arguments.
-- [x] Support for `<img>` srcset.
-- [x] Proxies in `asset()` for SASS.
-- [x] Expanded source directories by default.
-- [x] Support for `srcset`, width, and density.
-- [x] Support for building HTML for external assets.
-- [x] Stripping of FrontMatter (`---`) before processing.
-- [x] Extensible/customizable decoupled HTML builders for tags.
-- [x] Support for `<audio>`, `<video>`, `<img>` discovery in Markdown.
-- [x] Responsive images with `srcset` `<picture>` tag support.
-- [x] Support for audio assets (using `assets` tag.)
-- [x] Support for video assets (using `assets` tag.)
-- [x] Easier proxies, with rolling proxies.
-- [x] Customizable HTML defaults.
-- [x] Configurable GZipping.
-- [x] Proxies via `<img>`.
-- [x] SourceMaps.
+***Jekyll Assets 3.0.0 has been released, see what's new: https://envygeeks.io/2017/11/21/jekyll-assets-3-released***
# Jekyll Assets
Jekyll Assets is a drop in [asset pipeline][1] that uses [Sprockets][2] to build specifically for Jekyll. It utilizes [Sprockets][2], and [Jekyll][3] to try and achieve a clean and extensible assets platform that supports plugins, caching, converting your assets, and even the proxy of said assets in a way that does not interfere with either [Sprockets][2], or [Jekyll][3], and your own source. By default you can add Jekyll Assets to your Gemfile, as a plugin, and have it act as a drop-in replacement for Jekyll's basic SASS/CoffeeScript processors, with you only having to add it to your Gemfile, and updating your `<img>`, and `<link>`.