This repository has been archived by the owner on Dec 24, 2020. It is now read-only.
v0.4.0
Added
- Describe the application on the home page.
- Create a page for each browser, list all new features for each release. (#41)
- Random sorting option for the features page. (#42)
- Keep a
CHANGELOG.md
. (#45) - Display Travis CI badge in
README.md
. (#47) - Add a 404 checker for MDN URLs, currently this is run manually and not saved or exposed in the application. (#48)
- Add filtering by browser status (e.g. filter down to features where Firefox is exactly
true
or where Chrome has no data) to the search page. (#51) - Add a "Search on GitHub" link to feature cards, it searches for the feature in the
browser-compat-data
repo. (#53)
Fixed
- Correctly handle
version_removed
property for the browser support tables. (#43)