nosco / hx

A simple, easy to use library for React development in ClojureScript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Push missing tags + maybe a 0.5.4 release

martinklepsch opened this issue · comments

Besides the tags it also seems that the 0.5.3 release that's on Clojars might be a mishap. It's not documented in the changelog and it contains a hx/hiccup/tag.cljc file that requires goog.obj instead of goog.object resulting in analyzer errors.

Hm, slipped into the JAR totally on accident - it was a file left over from an experimental branch.

I've created a tag for 0.5.3. I'm not sure I want to publish a new release just to remove an undocumented source file in the jar. Is this necessary for your tests with external JS on cljdoc @martinklepsch ?