1
0
Fork 0
mirror of https://github.com/middleman/middleman.git synced 2022-11-09 12:20:27 -05:00
middleman--middleman/CHANGELOG

96 lines
2.3 KiB
Text
Raw Normal View History

2011-11-18 23:35:09 -05:00
3.0.pre
====
Rewritten to work directly with Rack (Sinatra apps can still be mounted)
2011-11-20 16:49:11 -05:00
Sitemap maintains own state
New Extension Registration API
2011-11-20 16:49:11 -05:00
Remove old 1.x mm- binaries
2011-11-18 23:35:09 -05:00
2011-11-06 01:06:51 -04:00
2.1.pre
2011-10-19 19:24:31 -04:00
====
Finally support Compass in Sprockets! Thanks to @xdite and @petebrowne
2011-11-08 19:33:50 -05:00
Sitemap object representing the known world
FileWatcher proxies file change events
Unified callback solution
2011-11-10 18:56:04 -05:00
Removed Slim and Maruku from base install. Will need to be installed and required by the user (in config.rb)
2011-10-19 19:24:31 -04:00
2011-11-06 01:06:51 -04:00
2.0.14
====
Minor fix for i18n
2011-10-26 12:38:47 -04:00
2.0.13.2
====
Update Windows eventmachine dep
2011-10-19 01:03:13 -04:00
2.0.13.1
====
build --clean shouldn't remove dotfiles
2011-10-15 14:21:56 -04:00
2.0.13
====
middleman build --clean keeps the build directory clean of leftover files
2011-10-19 00:46:01 -04:00
Padrino 0.10.5 and Rack 1.3.5
2011-10-15 14:21:56 -04:00
2011-10-12 19:26:43 -04:00
2.0.12
====
Sinatra 1.3.1 and Padrino 0.10.4
2.0.11
=====
- Lock Padrino and Sinatra versions (for now)
2011-09-16 13:16:23 -04:00
2.0.9
=====
- Added --glob option to build which only builds matching files
- Allow data/ files to be in JSON format as well
- Enabled Liquid {% include %} tag
- RubyInstaller-specific gem
2011-09-17 15:52:40 -04:00
- Allow access to data/ in config.rb
2011-09-20 21:29:18 -04:00
- Add mobile html5boilerplate template
2011-09-16 13:16:23 -04:00
2011-08-31 16:33:27 -04:00
2.0.8
=====
- Support accessing variables and data objects in ERb Sprockets files (library.js.coffee.erb)
- Make :markdown_engine support simple symbol names (:maruku instead of ::Tilt::MarkukuTemplate)
2011-09-06 13:36:34 -04:00
- Update Padrino deps to 0.10.2
- Include therubyracer on *nix
- Enable frontmatter for Liquid templates
2011-08-31 16:33:27 -04:00
2011-08-29 15:06:50 -04:00
2.0.7
=====
- Updated HTML5 Boilerplate to v2
- Make Rails 3.1 javascript gems available to Sprockets
2011-08-20 20:52:05 -04:00
2.0.6
=====
- Pulled out livereload feature into its own extension, still installed by default.
2011-08-20 20:09:30 -04:00
2.0.5
=====
- Vendored Padrino 0.10.0
2.0.4
=====
- Pulled out undocumented remote data feature into its own extension
2011-08-19 20:45:10 -04:00
2.0.3
=====
- Pulled out undocumented Blog feature into its own extension
2.0.2
=====
2011-08-19 20:45:10 -04:00
- Fixed Sprockets circular error
- Added auto-requiring extensions
2011-08-19 20:45:10 -04:00
2.0.0
=====
2011-07-13 21:45:15 -04:00
- Guard-powered auto-reloading of config.rb
- Guard LiveReload
2011-07-13 14:41:59 -04:00
- Sprockets JS
- Refactored Dynamically Reloadable Core
- Combine views/ and public/ into a single source/ folder.
- Support YAML front-matter
- Added callback to run code after Compass is configured
- Added support for a compass.config file which is passed directly to Compass
- Blog-aware Feature (and project template)
- Thor-based, unified `middleman` binary
- :directory_indexes feature