Skip to content
This repository has been archived by the owner on Jul 5, 2024. It is now read-only.

Commit

Permalink
Middleman Template v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tysongach committed Dec 16, 2019
1 parent 94e72b8 commit 293d7bd
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,34 @@ The format is loosely based on [Keep a Changelog] and this project adheres to
[Keep a Changelog]: http://keepachangelog.com/
[Semantic Versioning]: http://semver.org/

## [0.8.0] - 2019-12-16

### Added

- An empty `data` directory is now included, for using [Middleman's Data
Files feature][data-files].
- The template's `bin/setup` script now runs `asdf install` to install
programming language dependencies via [asdf][asdf].
- Added `.env` and `node_modules` to the template's `gitignore`.
- Added stylelint and ESLint configurations to the template and setup
Hound to reference them.

### Changed

- Updated Ruby to 2.6.5.
- Switched Sass compilation through Middleman's external pipeline,
using Sass CLI.

### Removed

- Removed [Neat][neat].
- Removed Segment and the `analytics` partial.

[0.8.0]: https://github.com/thoughtbot/middleman-template/compare/v0.7.0...v0.8.0
[data-files]: https://middlemanapp.com/advanced/data-files/
[asdf]: https://github.com/asdf-vm/asdf
[neat]: https://github.com/thoughtbot/neat

## [0.7.0] - 2018-11-09

### Changed
Expand Down

0 comments on commit 293d7bd

Please sign in to comment.