middleman/CHANGELOG.md

162 lines
8.1 KiB
Markdown
Raw Permalink Normal View History

master
===
# 4.1.13
* Change how config options are passed to Thor. Removes new Thor warnings from #2017
2016-11-25 22:58:35 +01:00
# 4.1.12
* Fix broken `ignore { |p| true }` form.
# 4.1.11
* Upgrade to Rack 2.
# 4.1.10
* Fix unicode issues in URL deeplinks.
* Add prefix option to asset_hash (#1949)
2016-05-31 22:08:04 +02:00
# 4.1.9
* Fix `--watcher-*` CLI flags.
* Allow spaces in paths to work with `link_to`. Fixes #1914
* Add support for dotenv
* Fix asset_url with asset_hash (#1919)
* Allow partial lookups without a current_resource (#1912)
# 4.1.8
2016-05-11 19:59:48 +02:00
* Expose `development?` and `production?` helpers to template context.
* require the `try` core extension (#1911)
* Fix contract for Sitemap::Store.register_resource_list_manipulator (#1907)
* Loosen contract on Resource#source_file to Maybe[String] (#1906)
* Let collection loops access ConfigContext for helpers. #1879
2016-05-11 19:59:48 +02:00
* Use https:// to clone templates (#1901)
* Allow numbers to be unique page_ids (#1886)
* Prevent infinite loop when encountering files where base filename is a possible templating engine
2016-04-12 22:12:09 +02:00
# 4.1.7
* Upgrade fastimage to 2.0
* Fix shutdown of external_pipeline commands when config.rb is changed. #1877
* Allow calls to `app.` to work as collections after initial config parse. #1876
2016-03-27 23:12:32 +02:00
# 4.1.5-4.1.6
* Fix file recursion when looking for possible asset dependencies. Major preview server performance improvement.
2016-03-22 20:34:03 +01:00
# 4.1.4
* Unify default extensions for all URL processing extensions. #1855
* Fix URL regex for `content: ` context of CSS. #1853
* Make sure CLI config over-rides `config.rb` order.
* Fix relative assets in some contexts. #1842
# 4.1.3
* Expose all top-level config options to CLI (flags now match config. latency -> watcher_latency, etc).
2016-03-22 09:24:21 +01:00
* Fix directory indexes with `.htm` and `.xhtml` files. #1821
2016-03-02 21:00:39 +01:00
# 4.1.2
2016-02-22 20:17:21 +01:00
* Add `page_id` concept. Using the `id` key in frontmatter, proxy or page will set an ID on a resource which can be referenced by `url_for` and `link_to`.
2016-02-03 18:57:30 +01:00
* Allow looking for `Gemfile` when setting up a project to fail gracefully.
2016-02-29 05:17:35 +01:00
* Send correct exit code when external_pipeline fails during build.
* Fix error when customizing `layouts_dir`. #1028
* Fix collections (commands in loops) not being processed by `page` command. #1226
* Correctly asset_hash sourcemap references.
2016-02-03 18:57:30 +01:00
# 4.1.1
* Fix bad code that made `/__middleman/` break.
2016-01-11 01:37:12 +01:00
# 4.1.0
* Add rewrite_ignore option to asset_hash, asset_host, cache_buster & relative_assets. This proc let's you opt-out of the extension behavior on a per-path basis.
* gzip extension now compresses svgs by default
* Fix the `encoding` option.
* Fix relative paths on `image_tag` helper.
* Correctly exit with error code on failed `init`
* Fixed `asset_hash` when path has query string or #hashes
* Fix new extension template
* Don't parse frontmatter on ignored files.
2016-01-11 01:47:15 +01:00
* Fix displaying frontmatter on `/__middleman/sitemap`
2016-01-11 02:14:41 +01:00
* Add `skip_build_clean` config which when set to a block, will avoid removing non-generated paths from build, like .git #1716
2016-01-14 20:21:42 +01:00
* Minor performance improvements
* DRY-up config.rb-specific commands like `ignore` or `path`.
2016-01-14 23:31:00 +01:00
* Fix automatic images with absolute (or images dir missing) paths in markdown. Fixes #1755
* Fix asset_host in combination with Google Analytics snippet. #1751
* Show an error message when git CLI is not available. #1765
2016-01-19 18:46:55 +01:00
* Correctly show file names of GZIP'ed assets. #1364
2016-03-22 09:24:21 +01:00
* Build file output is now parallel-ized! Use `middleman build --no-parallel` to disable.
* Make template file extensions that get layouts by default configurable via `config[:extensions_with_layout]`
2016-01-26 22:47:27 +01:00
* Remove `=` from inline url matcher. This means paths in HTML attributes MUST be quoted. Fixes #1780
2016-01-11 01:37:12 +01:00
# 4.0.0
2015-12-14 20:02:07 +01:00
* Add `:locales` and `:data` source types to the list of files which trigger a live-reload.
* Rename i18n `lang` and `langs` to `locale` and `locales`.
2015-12-13 22:26:44 +01:00
* Avoid matching URLs across new lines. #1689
* Load Middleman Directory when doing `init` over SSL
* Fix `external_pipeline` first runs running out of sequence.
# 4.0.0.rc.2
* Rather than applying layouts to all files which are not .txt, .css, .js, .json: the new behavior is to only default layouts to active for .html
2015-09-28 20:24:37 +02:00
* Switch from Ruby Sass to SassC.
* `relative_assets` extension overrides local `relative: false` option to stylesheet/javascript tag helpers.
2015-11-11 22:27:43 +01:00
* Add `before_server`-hook to the preview server which is run before the Webrick server is started
* Add `-d` to `middleman server` to make it run as daemon
* Trigger "Possible File Change" events on files which share an output or template type with a changed file. Allows LiveReload to update on partial changes.
* Added `import_file SOURCE, TARGET` and `import_path SOURCE_FOLDER` to copy resources from outside the project in. Does NOT do file change watching. Perfect for `bower_components`.
# 4.0.0.rc.1
2015-06-17 00:30:37 +02:00
* Removed ability to use JSON as frontmatter. Still allowed in data/ folder.
* Added YAML data postscript. Like frontmatter, but reversed. Attach content after the key/value data as a `:postscript` key to the data structure (if Hash).
2015-05-04 20:05:00 +02:00
# 4.0.0.beta.2
* Fixed regression causing exceptions to be silently thrown away outside of `--verbose` mode in the dev server.
* Pull in `--ssl` option from stable.
* Replace `hooks` gem with custom callback solution.
# 4.0.0.beta.1
2015-05-02 22:22:36 +02:00
* Add `resources` class method to extensions to allow simple string-based resource generation.
* rename `app.add_to_instance` to `Extension.expose_to_application` for adding extension-local methods to the shared app instance.
* rename `app.add_to_config_context` to `Extension.expose_to_config` for adding extension-local methods to the sandboxed scope of `config.rb`
2015-12-20 22:47:18 +01:00
* Add `Extension.expose_to_template`, which auto binds copies of extension-local methods into a Template context.
2015-01-04 21:23:35 +01:00
* Remove side-loading of CLI tasks from `tasks/`
2014-08-15 05:34:31 +02:00
* Add the option of naming `config.rb` as `middleman.rb`.
2014-07-08 04:43:22 +02:00
* Builder extracted from Thor. `after_build` hook now passes an instance of a Builder instead of the Thor CLI.
2014-03-26 00:54:16 +01:00
* New FileWatcher API.
2014-07-08 08:43:09 +02:00
* Remove the `partials_dir` setting. Partials should live next to content, or be addressed with absolute paths.
* Partials must be named with a leading underscore. `_my_snippet.html.erb`, not `my_snippet.html.erb`.
* Removed the `proxy` and `ignore` options for the `page` command in `config.rb`. Use the `proxy` and `ignore` commands instead of passing these options to `page`.
2014-06-15 02:29:12 +02:00
* The `page` command in `config.rb` can now be used to add data to the page via the `data` argument. It is accessed the same way as frontmatter data, via `current_resource.data`.
2014-06-07 00:32:00 +02:00
* Add support for `environments` with the `-e` CLI flag. Loads additional config from `environments/envname.rb`. Removed `development?` helper in favor of `environment?(:development)`. Added `server?` helper to differentiate between build and server mode.
2014-05-25 05:23:00 +02:00
* Removed `with_layout`. Use loops of `page` instead.
2014-04-28 19:28:16 +02:00
* Removed Queryable Sitemap API
* Removed `css_compressor` setting, use `activate :minify_css, :compressor =>` instead.
* Removed `js_compressor` setting, use `activate :minify_javascript, :compressor =>` instead.
* Removed ability to server folders of content statically (non-Middleman projects).
2014-03-25 09:46:03 +01:00
* Prevent local templates being loaded when $HOME is not set
* Removed "Implied Extension feature"
* Remove 'upgrade' and 'install' CLI commands.
* Gemfile may be in a parent directory of your Middleman project root (where 'config.rb' is).
* All dependencies for your Middleman project must be expressed in `Gemfile` - Bundler is no longer optional.
* Asciidoc information now available with the `asciidoc` local, which is a normal hash.
* Remove `page` template local. Use `current_resource` instead.
* Dropped support for providing a block to `page` & `proxy`.
* Dropped support for instance variables inside templates.
* Moved all rendering into `TemplateRenderer` and `FileRenderer`
* Placed all template evaluation inside the `TemplateContext` class
2014-01-02 04:09:47 +01:00
* Remove deprecated `request` instance
2014-01-02 03:09:19 +01:00
* Remove old module-style extension support
* Placed all `config.rb` evaluation inside the `ConfigContext` class
* The preview server can now serve over HTTPS using the `--https` flag. It will use an automatic self-signed cert which can be overridden using `--ssl_certificate` and `--ssl_private_key`. These settings can also be set in `config.rb`