UNPKG

@sherby/sherby-metadata

Version:

Manage meta tags for Search Engine Optimization (SEO)

70 lines (42 loc) 1.82 kB
# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). ## Unreleased ## [3.1.0](https://github.com/SherbyElements/sherby-metadata/releases/tag/3.1.0) - 2021-08-22 ### Features - Add support for `<link href="..." rel="canonical">` ### Chores - Use the latest version of Lit - Remove Travis - Add more badges and keywords - Update dependencies - Remove `.npmignore` - Add some files to `.gitignore` and `.npmignore`. ## [3.0.2](https://github.com/SherbyElements/sherby-metadata/releases/tag/3.0.2) - 2019-10-14 ### Chores - Sort JSON files with Visual Studio Code. - Add first version of custom-elements.json to try the Open WC catalog. ## [3.0.1](https://github.com/SherbyElements/sherby-metadata/releases/tag/3.0.1) - 2019-10-14 ### Chores - Update dependencies. - Add package-lock.json to gitignore. ## [3.0.0](https://github.com/SherbyElements/sherby-metadata/releases/tag/3.0.0) - 2019-07-07 ### Added - First release with LitElement. - Add more unit tests. - First version with 100% coverage with Codecov. ## [2.0.0-rc.2](https://github.com/SherbyElements/sherby-metadata/releases/tag/2.0.0-rc.2) - 2018-05-11 ### Added - First version with Polymer 3. ## [1.0.1](https://github.com/SherbyElements/sherby-metadata/releases/tag/1.0.1) - 2017-08-20 ### Added - eslint configuration to lint JavaScript and JSON. - Visual Studio code settings. - Add settings for Travis CI. - File CHANGELOG.md. ### Changed - Fix documentation according to eslint. - Update the index.html according to polymer-2-element index.html. ### Removed - File analysis.json, provoke an error when linting with polymer lint.