Date: 2016-06-14
Changes:
- Started using Rubocop
- Refactored helpers
- Updated and improved Travis CI config
- Minor updates in README
Date: 2016-04-28
Last version before the update to Middleman V4.
Changes:
- Breaking changes:
middleman-basis
no longer supports Ruby v1.9.3 (as some of the dependencies also stopped supporting it) - Updated all dependencies and the Ruby version
middleman-basis
only works for middleman v3.x.x versions for now- Activate
debug_assets
in development to split up each require into its own script/style tag - Always install latest version of
normalize.css
through Bower - Minor updates in README
Date: 2015-10-22
Changes:
- Updated all dependencies and the Ruby version
- Activated
automatic_image_sizes
- Activated gzip in build process (thx @levibuzolic)
- Build no longer strips http(s) protocol (thx @levibuzolic)
- Minor updates in README
Date: 2015-06-11
Changes:
- Renamed
_analytics
partial to_google_analytics
- Minor fixes in README
Date: 2015-06-04
Changes:
- Updated all dependencies and the Ruby version
- Removed jQuery from default setup
- Removed image
srcset
attribute helper as middleman provides it's own from v3.3.11
Date: 2015-05-04
Changes:
- Introduced Data Files – from now on sitewide information can be stored in
config.yml
. As a bonus, humans.txt data also lives in its yml file (humans.yml
). - Refactored helpers to make use of the data files, too.
- Meta tag helpers now scream at you, in case you are doing it wrong ;) (thanks @jordanmaguire for the help)
- Updated README with all the new goodies and information
Date: 2015-04-29
Changes:
- Removed conditional comments around
<html>
tag to move the web forward! The decision to remove conditional comments happened after reading up on it on the html5-boilerplate repository. Especially h5bp/html5-boilerplate#1290 and h5bp/html5-boilerplate#1187
Note: In case you need to support legacy browsers, commit 571f2d49d82b86c89c00dcb2e42ce3795beab10b shows you how it can be done.
- Indent size of
[*]
is now 2 spaces (again) – not sure how it got to 4 before 😐
Date: 2015-04-20
Changes:
- Separated and modularized helpers
- Improved readme
Date: 2015-03-24
Changes:
- Using middleman-imageoptim properly
- Fixed: Travis-CI build issues