mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
347 lines
14 KiB
Markdown
347 lines
14 KiB
Markdown
3.1.0 Highlights
|
|
===
|
|
|
|
* Autoload support (moving away from middleman-more)
|
|
* New Configuration System
|
|
* New v4 Extension API
|
|
* `/__middleman' inspector
|
|
* Added Ruby 2.0, dropped Ruby 1.9.2
|
|
* Fully tested on JRuby
|
|
* Build defaults to --clean
|
|
|
|
3.1.0.rc.2
|
|
===
|
|
|
|
* `layouts_dir` is now configurable
|
|
* Custom template classes can now override the file used for creating the project Gemfile.
|
|
* Add an "empty" template that produces the minimum necessary structure for a Middleman project.
|
|
* Fix ignoring layouts from the sitemap when the source directory has been set to something other than 'source'. #896
|
|
* Track test coverage with simplecov
|
|
* i18n only autodetects languages in the `locales` root
|
|
* Frontmatter cache fixes solve performance regressions found in 3.1.x
|
|
* Vendor padrino-* to avoid dep hell
|
|
* `middleman-more` gem returns, but it's empty for backwards compat
|
|
* Prefer internal files.exists? over ruby's slow File.exists?
|
|
|
|
3.1.0.rc.1
|
|
===
|
|
|
|
* Move more into core, autoloaded if gems are available.
|
|
* DataStore may now be accessed like a hash with #[] and #has_key?. #880
|
|
* The i18n extension now supports providing localized templates as separate files, like index.es.html.haml. #816, #823
|
|
* The list of regular expressions for which files are ignored by the file watcher are now configurable.
|
|
* Revert to Thor 0.15.x
|
|
* Revert to padrino-helpers 0.10.x (dependency hell)
|
|
* Drop i18n dep to match activesupport at 0.6.1
|
|
|
|
3.1.0.beta.2
|
|
===
|
|
|
|
* Extension template uses new class-based Extension
|
|
* Fix missing children in some sitemap traversal operations. #837
|
|
* Add respond_to? to DataStore. #872
|
|
* Allow discovery of prerelease gems. #873
|
|
* Include middleman-livereload in default Gemfile
|
|
* Update Rack dependency to 1.5.x
|
|
* Update to Listen 1.0.x
|
|
* Update to padrino-helpers 0.11.x
|
|
* Update uglifier to 2.0.x
|
|
* Convert all of middleman-more to new class-based Extensions
|
|
|
|
3.1.0.beta.1
|
|
===
|
|
|
|
* Support Slim 2.0 ::Slim::Embedded
|
|
* "middleman build" will clean out old files from the build directory by default now, without needing to pass "--clean". Pass "--no-clean" to disable. #862
|
|
* Allow frontmatter to be side-loaded from a neighboring file with a .frontmatter extension: #855
|
|
* Allow frontmatter "renderer_options" key to overwrite renderer options on a per-file basis. #859
|
|
* A custom :partials_dir may be configured, and partials will be looked up from it. #854
|
|
* The sprockets environment is now available before config.rb is run, so you can mess with it.
|
|
* Added a "t" helper that delegates to I18n.t, just like Rails. #853.
|
|
* I18n will fall back to the default locale if a translation in the current locale is not found. You can disable this behavior by passing `:no_fallbacks => true` when activating `:i18n`. More settings documented at https://github.com/svenfuchs/i18n/wiki/Fallbacks . #853
|
|
* Switched default Markdown engine to Kramdown. #852
|
|
* Overhaul content-type handling, and add a `:content_type` parameter for `page`, `proxy`, and frontmatter that allows for overriding the default content type. #851
|
|
* Fixes for upcoming Sass versions.
|
|
* Fix markdown filters in Haml 4 so that they don't throw errors when generating links/images and so they use our magic image_tag/link_to methods. #662
|
|
* Fix a number of bugs with i18n. Add a `:lang` option that can be used with `page` or `proxy` to set the I18n.locale of a page. #845
|
|
* Directory names in the data folder are treated as part of the data key. #836
|
|
* Properly reload the server when files change in "lib" or "helpers". #835
|
|
* Replace Rainpress CSS minifier with the one built into Sass.
|
|
* Changed 'default' and 'html5' templates to use 'current_page.data.title' instead of 'data.page.title'. #825
|
|
* Include file extension in template cache. #798
|
|
* Support for Ruby 2.0.0.
|
|
* "middleman console" will give you a console where you can mess around inside your middleman context. #775
|
|
* Add to Compass import paths instead of resetting them. #707
|
|
* There are now metadata pages in the preview server at "/__middleman/" that show information about the sitemap and site configuration. #374 and #776
|
|
* The sitemap is now queryable with an ARel-like API. #650
|
|
* Reorganize SMACSS template. #591
|
|
* No longer bundle native file watchers - add an appropriate gem (rb-fsevent for OS X, rb-inotify for Linux, wdm for windows) to your Gemfile.
|
|
* `activate :asset_host, :host => hostname` can be used to configure `:asset_host`.
|
|
* Path matchers (for things like ignore and page) correctly work with string matchers. #689
|
|
* Configuration has been moved to Middleman::Configuration::ConfigurationManager. This is backwards-compatible, but offers a nicer way of getting and setting configuration for extensions, including documenting those settings and their defaults. #620.
|
|
|
|
3.0.13
|
|
===
|
|
|
|
* Require Tilt 1.3.6 (older versions have errant .csv template type)
|
|
* Unregister Tilt HTML handler
|
|
* Fix dynamic multi-byte utf-8 files rebuilding. #806
|
|
* Force locale to english for number_to_human_size in the gzip extension. #804
|
|
* Don't use the logger from a trap context. Ruby 2.0.0 support. #801.
|
|
* Serve extensionless files or dotfiles with text/plain MIME type
|
|
|
|
3.0.12
|
|
===
|
|
|
|
* Update to listen 0.7.x. No longer depend on rb-inotify. *nix users should add to Gemfile.
|
|
* Support Haml 4
|
|
* :debug_assets can no longer be turned on in the build environment.
|
|
* Helpers now work with JS/CSS files with .erb processing.
|
|
* Provide an informative exception when link_to is used improperly.
|
|
* Force .svgz files to be treated as binary.
|
|
* Add a url_for method that performs the link_to magic URL generation without a link. Make form_for use url_for. #739
|
|
* Fix issues when combining relative assets and cache buster.
|
|
* Support the .yaml extension for data files.
|
|
* Handle non-english default languages in i18n. Fixes #584. #771
|
|
* Allow frontmatter to be parsed on templates outside the project root
|
|
* Improve detection of binary files. #763
|
|
* Add before_render and after_render hooks that can be used by extensions to modify templates before they're rendered or modify the rendered output before it's returned. #761 & #774
|
|
* Tightened up dependencies
|
|
* Print the command for running middleman in verbose mode with quotes so Bundler doesn't swallow the verbose flag. #750
|
|
|
|
3.0.11
|
|
====
|
|
|
|
* Mitigate major perf regression caused by the Middleman::Util#binary? method
|
|
|
|
3.0.10
|
|
====
|
|
|
|
* Avoid looking in binary files for frontmatter. #728
|
|
* Allow nested i18n files. #725
|
|
* Better adapt to Rack interface. #709
|
|
* Add --force-polling flag. #730, #644
|
|
|
|
3.0.9
|
|
====
|
|
|
|
* Lock Rack to 1.4.1 until BodyProxy bug is resolved. #709
|
|
* Safely de-register Tilt extensions which are missing gems. #713
|
|
|
|
3.0.8
|
|
====
|
|
|
|
* Directly send binary files in preview and copy them in build, avoiding reading large binary files into memory for rendering. #643 #699
|
|
* Make link_to helper ignore QueryString values when looking up Sitemap resources
|
|
* Directly copy binary files during build, and stream them during preview, to avoid reading them into memory
|
|
* Make sure all paths in Sitemap are using Pathname
|
|
|
|
3.0.7
|
|
====
|
|
|
|
* Turn html5 boilerplate into a layout
|
|
* Fix errors when templates have empty YAML
|
|
* Show the hostname when initializing MM
|
|
* Fix issues when using Redcarpet inside Slim
|
|
* Make automatic_image_sizes avoid SVGs
|
|
|
|
3.0.6
|
|
====
|
|
* Make Sitemap more thread-safe.
|
|
* Asset-hash fixes in conjunction with Sprockets.
|
|
* Proxy improvements.
|
|
* Handle directories with a tilde (~) in their path.
|
|
* Print better error message which port is already in use.
|
|
* Terminal signal improvements, shutsdown correctly when Terminal closed.
|
|
* Bundled Normalize.css updated to 2.0.1
|
|
* Fixed Encoding extension activation
|
|
* Reload i18n on file changes (#616)
|
|
|
|
3.0.5
|
|
====
|
|
* Require newer version of listen.
|
|
* Handful of sitemap speed improvements.
|
|
* Fix previewing of directories with periods in their name.
|
|
* Add CLI ability to skip gemfile and bundler init.
|
|
* Fix asset_hash when used in conjunction with Rack middleware.
|
|
* Fix LiveReload extension issues.
|
|
|
|
3.0.3-3.0.4
|
|
====
|
|
* Add reload_paths to server CLI to add additional paths to reload MM on change.
|
|
* Re-organize app reloading code, don't need to restart listen every time.
|
|
|
|
3.0.2
|
|
====
|
|
* Logger has no such method .warning. Closes #582
|
|
|
|
3.0.1
|
|
====
|
|
* HTML5 Boilerplate version 4.0.0
|
|
* Use wdm for Windows
|
|
* Fix buggy color renaming in built-in CSS minifier. #576
|
|
* Fix Sass/Scss filter in Slim templates
|
|
* Added SMACSS template
|
|
* Give file metadata (such as frontmatter) precedence over path meta. #552
|
|
* Add `sass_assets_paths` option for arbitrary sass partial locations.
|
|
* Don't catch CoffeeScript errors when in build mode.
|
|
* Extract load_paths so they aren't locked into the binary
|
|
* Add middleman/rack for better config.ru support
|
|
* Use centralized Logger and add benchmark methods
|
|
|
|
3.0.0
|
|
====
|
|
* Improve asset methods and link_to by making them more clever and aware of options such as relative_assets and http_prefix
|
|
* Refer to --verbose, instead of --debug in CLI error message (#505)
|
|
* Cleanup listener setup and teardown
|
|
* Update to Padrino 0.10.7 and Thor 0.15 (#495)
|
|
* Build output correctly shows update and identical, instead of create for all.
|
|
* automatic_directory_matcher (#491)
|
|
|
|
3.0.0.rc.2
|
|
====
|
|
* Doing a build now shows identical files (#475)
|
|
* asset_hash, minify_javascript, and minify_css can now accept regexes, globs,
|
|
and procs (#489, #480)
|
|
* The `link_to` helper can now accept a sitemap Resource as a URL (#474)
|
|
* The preview server now correctly listens for changes (#487, #464)
|
|
* HTMLs are now served with a 'utf-8' charset instead of 'utf8' (#478)
|
|
* UTF-8 is now the new default encoding for data and templates (#486, #483)
|
|
* New :encoding setting that allows users to change default encoding
|
|
* You may now use the `use` method with a block when adding Rack middleware
|
|
* Middleman now depends on Listen 0.4.5+ and ActiveSupport 3.2.6+
|
|
* Attempt to avoid issues with RVM's default Bundler (#466)
|
|
* Fix issue where Middleman won't start with Compass 0.12.2.rc.1 (#469)
|
|
|
|
3.0.0.rc.1
|
|
====
|
|
* Split into 3 gems (middleman-core, middleman-more and middleman which simply includes both)
|
|
* Rewritten to work directly with Rack (Sinatra apps can still be mounted)
|
|
* Sitemap maintains own state
|
|
* New Extension Registration API
|
|
* Remove old 1.x mm- binaries and messaging
|
|
* New default layout functionality: https://github.com/middleman/middleman/issues/165
|
|
* Enable chained templates outside of sprockets (file.html.markdown.erb)
|
|
* Sitemap object representing the known world
|
|
* FileWatcher proxies file change events
|
|
* Unified callback solution
|
|
* Removed Slim from base install. Will need to be installed and required by the user (in - config.rb)
|
|
* Activate mobile html5boilerplate template
|
|
* Update to Redcarpet for Markdown (breaks Haml :markdown filter)
|
|
* Return correct exit codes (0 for success, 1 for failure) from CLI
|
|
* Yard code docs: http://rubydoc.info/github/middleman/middleman
|
|
* config.rb and extensions can add command-line commands
|
|
* Nested layouts using `wrap_layout` helper
|
|
* Support for placekitten.com
|
|
* Added MM_ROOT environmental variable
|
|
* activating extensions can now take an options hash
|
|
* Don't re-minify files with ".min" in their name
|
|
* Serve purely static folders directly (without source/ and config.rb)
|
|
* Set ignored files and disable directory_indexes from YAML frontmatter
|
|
* Automatically load helper modules in helpers/ directory
|
|
* Add pid for cleanup
|
|
* Use guard/listen for file watching
|
|
* Merge full i18n support
|
|
* Implied file extensions (style.scss => style.css)
|
|
* Padrino 0.10.6
|
|
* `middleman init` generates a `Gemfile` by default.
|
|
* Errors stop the build and print a stacktrace rather than silently getting printed into files.
|
|
* `with_layout` works with globs or regexes.
|
|
* Setting `directory_index` from `page` with a glob or regex now works.
|
|
* `:gzip` extension for pre-gzipping files for better compression with no server CPU cost.
|
|
* `:asset_hash` extension that generates unique-by-content filenames for assets and rewrites references to use those filenames, so you can set far-future expires on your assets.
|
|
* Removed the `--relative` CLI option.
|
|
* Properly output Compass-generated sprited images.
|
|
* Switch built-in CSS compressor to Rainpress.
|
|
* Automatically load helper modules from `helpers/`, like Rails.
|
|
* `ignore` and `page` both work with file globs or regexes.
|
|
* `layout`, `ignore`, and `directory_index` can be set from front matter.
|
|
* JavaScript and CSS are minified no matter where they are in the site, including in inline code blocks.
|
|
* Files with just a template extension get output with the correct exension (foo.erb => foo.html)
|
|
* `link_to` is smart about source paths, and can produce relative URLs with the `:relative` option or the sitewide `:relative_links` setting.
|
|
* Include vendored assets in sprockets path.
|
|
* Finally support Compass in Sprockets! Thanks to @xdite and @petebrowne
|
|
* Moved Sprockets into an extension
|
|
* Support loading Less @imports
|
|
|
|
2.0.14
|
|
====
|
|
* Minor fix for i18n
|
|
|
|
2.0.13.2
|
|
====
|
|
* Update Windows eventmachine dep
|
|
|
|
2.0.13.1
|
|
====
|
|
* build --clean shouldn't remove dotfiles
|
|
|
|
2.0.13
|
|
====
|
|
* middleman build --clean keeps the build directory clean of leftover files
|
|
* Padrino 0.10.5 and Rack 1.3.5
|
|
|
|
2.0.12
|
|
====
|
|
* Sinatra 1.3.1 and Padrino 0.10.4
|
|
|
|
2.0.11
|
|
=====
|
|
* Lock Padrino and Sinatra versions (for now)
|
|
|
|
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
|
|
* Allow access to data/ in config.rb
|
|
* Add mobile html5boilerplate template
|
|
|
|
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)
|
|
* Update Padrino deps to 0.10.2
|
|
* Include therubyracer on *nix
|
|
* Enable frontmatter for Liquid templates
|
|
|
|
2.0.7
|
|
=====
|
|
* Updated HTML5 Boilerplate to v2
|
|
* Make Rails 3.1 javascript gems available to Sprockets
|
|
|
|
2.0.6
|
|
=====
|
|
* Pulled out livereload feature into its own extension, still installed by default.
|
|
|
|
2.0.5
|
|
=====
|
|
* Vendored Padrino 0.10.0
|
|
|
|
2.0.4
|
|
=====
|
|
* Pulled out undocumented remote data feature into its own extension
|
|
|
|
2.0.3
|
|
=====
|
|
* Pulled out undocumented Blog feature into its own extension
|
|
|
|
2.0.2
|
|
=====
|
|
* Fixed Sprockets circular error
|
|
* Added auto-requiring extensions
|
|
|
|
2.0.0
|
|
=====
|
|
* Guard-powered auto-reloading of config.rb
|
|
* Guard LiveReload
|
|
* 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
|