Skip to content

Commit

Permalink
releasing 0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruce Hauman committed Nov 13, 2015
1 parent afbad9c commit d180008
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 8 deletions.
7 changes: 7 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.2.1 React 14

* now depends on React 14
* fixing the `:watch-atom false` option
* added the `:actual` output for failing tests
* allowing the config of default card options

## 0.2.0-8 Improved Reagent support

* **added `devcards.core/devcard-rg`** as a shortcut to defining
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,11 +156,10 @@ interface responds.
First make sure you include the following `:dependencies` in your `project.clj` file.

```clojure
[org.clojure/clojurescript "1.7.122"]
[devcards "0.2.0-8"]
[org.clojure/clojurescript "1.7.170"]
[devcards "0.2.1"]
```


You will need an HTML file to host the devcards interface. It makes
sense to have a separate file to host devcards. I would
create the following `resources/public/cards.html` file (this is the same
Expand Down
4 changes: 0 additions & 4 deletions example_src/devdemos/testing.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -195,15 +195,11 @@ The following example shows this usage:
```
")


(defcard some-tests
(dc/tests
"## this should show up"
(is (= 1 1))
(is (= 1 2))))




#_(js/setTimeout (fn [] (cljs.test/run-tests 'devdemos.testing)) 500)

2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject devcards "0.2.1-SNAPSHOT"
(defproject devcards "0.2.1"
:description "Devcards is a ClojureScript library that provides a lab space to you develop your UI components independently and interactively."
:url "http://github.com/bhauman/devcards"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit d180008

Please sign in to comment.