Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.11 KB

CHANGELOG.md

File metadata and controls

33 lines (21 loc) · 1.11 KB

Change Log

v1.5.0

  • Add Meteor 1.3 support. See: PR32.

v1.4.0

  • Make DocHead.getTitle() reactive. See: #25

v1.3.2

  • Use ES2015 for-of loops and it resolves the bug in Safari introduce in 1.3.0. See More

v1.3.1

v1.3.0

  • Remove JQuery dependancy. See: #17

v1.2.2

  • Update browserify to 0.8.0

v1.2.1

  • Update browserify to 0.7.2

v1.2.0

  • Add support for JSON + LD
  • Written in pure ECMASCRIPT. See: #8

v1.1.0

  • Add support for tags via DocHead.addLink API.
  • Now tags will be automatically removed in the client for every route change.