Skip to content

v1.8.0

Compare
Choose a tag to compare
@fatfisz fatfisz released this 27 May 15:26
· 56 commits to master since this release

Bug Fixes

  • Previously valueOf was called on objects in templates before toString - now the order is in line with the spec (#144)

Plumbing

  • babel-plugin-transform-runtime was removed as a dependency and as a result babel-runtime is not necessary to use common-tags any more (that means common-tags is dependency-free!) (#148)
  • common-tags is now rolling up into a neat bundle that you can get at unpkg. This makes it even easier to get started with this library! (#150)
  • Dev dependencies were updated (no changes to the actual code) (#149)