- Make
DocHead.getTitle()
reactive. See: #25
- Use ES2015 for-of loops and it resolves the bug in Safari introduce in 1.3.0. See More
- Fix issue of not working in Safari after the removal of jQuwery. See: #https://github.com/kadirahq/meteor-dochead/issues/18
- Remove JQuery dependancy. See: #17
- Update browserify to 0.8.0
- Update browserify to 0.7.2
- Add support for tags via
DocHead.addLink
API. - Now tags will be automatically removed in the client for every route change.