nosco / hx

A simple, easy to use library for React development in ClojureScript.
MIT License
249 stars 16 forks source link

Push missing tags + maybe a 0.5.4 release #62

Closed martinklepsch closed 4 years ago

martinklepsch commented 5 years ago

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.

lilactown commented 5 years ago

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

lilactown commented 5 years ago

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 ?