All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.
[v5.0.0] - 2023-08-30
- Switch Download feature to use HTML5
download
attribute. - Move from Open Sans to icon font
- Move from font icon to SVG icons
- Switch from Moment.js date formatting to Day.js
- Stop processing styles through legacy CSS support conversions.
[v4.1.0] - 2018-11-18
- Add new icon for Medium (#15).
- Upgrade all dependencies to latest
[v4.0.0] - 2018-01-25
- Add optional GA tracking via
google_analytics_id
property on resume. - Add
rel="noreferrer noopener"
on all target_blank
links.
- Change license from ISC to MIT.
- Stop testing in Node 0.12.
- Remove outdated IE8/9/10 compatibility code.
- Remove smooth scrolling from the project.
- Remove harmful alt on profile picture image.
- Stop justifying about text (hard to read for people with dyslexia).
[v3.0.0] - 2016-03-27
- Use Twitter meta tags to improve display on social networks / Slack.
- Now using the
summary
for the description meta tag, (used by search engines & social networks) instead of the same fields as the title.
[v2.3.2] - 2016-03-27
- Exclude more files (build tool configuration and changelog) from npm package for faster installs.
[v2.3.0] - 2016-02-07
- Bump moment.js version due to security issue.
[2.2.3] - 2016-01-07
- Fix style issue showing a scrollbar when it's not necessary.
[2.1.0] - 2015-10-29
- CSS is now parsed with Pleeease, with a better cross-browser transform story.
- JS is now written in ES6 and compiled with Babel.
- Switch from runtime compilation of JS & CSS assets to build time before publish. Fixes #3.
[2.0.0] - 2015-10-27
- Introduce this Change Log.
- Added usage and contributing sections to README.
- Upgrade autoprefixer to latest major release.
- Upgrade Handlebars to latest major release.
- Use CSSO
minify
instead ofjustDoIt
.
- Always parse dates as UTC, ignoring timezones. Fixes #2. This will cause the output to be different when resumes are rendered in timezones that are after UTC (GMT-1 to GMT-12).
[1.2.0] - 2015-08-31
- Upgrade UglifyJS2 to latest release to fix security issue.
[1.1.0] – 2015-03-04
- Upgrade Handlebars to latest major release.
[1.0.0] - 2015-01-29
First stable release!
[x.y.z] - YYYY-MM-DD (Template: http://keepachangelog.com/)
- Something was added to the API / a new feature was introduced.