Commit Graph

106 Commits

Author SHA1 Message Date
Daniel Compton 3d732d832d Version 0.9.2-SNAPSHOT 2016-12-20 09:02:13 +13:00
Daniel Compton b498beaeb5 Version 0.9.1 2016-12-20 09:02:02 +13:00
Daniel Compton 301a93bbc3 Version 0.9.1-SNAPSHOT 2016-12-15 16:00:02 +13:00
Daniel Compton 831c1385b9 Version 0.9.0 2016-12-15 15:59:50 +13:00
Daniel Compton 9014e55987 Bump to 0.9.0-SNAPSHOT 2016-12-15 15:49:13 +13:00
Daniel Compton 7b88d707f1 Version 0.9.0-beta2-SNAPSHOT 2016-12-09 13:27:04 +13:00
Daniel Compton d592804c18 Version 0.9.0-beta1 2016-12-09 13:26:53 +13:00
Daniel Compton 67fa87efbf Update to 0.9.0-beta1-snapshot 2016-12-09 13:25:53 +13:00
Daniel Compton 17ee78f034 Version 0.9.0-alpha2-SNAPSHOT 2016-11-28 22:43:50 +13:00
Daniel Compton 1d0ef8f075 Version 0.9.0-alpha1 2016-11-28 22:43:39 +13:00
Daniel Compton 9180681c23 0.9.0-alpha1-SNAPSHOT 2016-11-28 22:43:32 +13:00
Daniel Compton 4d8a311134 Make sure that tracing is eliminated by Closure DCE 2016-11-28 22:12:17 +13:00
Daniel Compton 21c78db3a7
Don't use devtools :async feature
See
https://github.com/binaryage/cljs-devtools/issues/20#issuecomment-257399432
for more details.
2016-11-01 10:27:56 +13:00
Daniel Compton 5486d2058f Call after interceptor with db coeffect, if no db effect is produced
after interceptors expect to always get a db value. If no db effect is
produced, then they may fail (for example schema validation on db if
no db is provided).

Fixes #239
2016-10-13 10:44:40 +13:00
Mike Thompson 67cdffdbb2 Move to new clojurescript deps 2016-08-30 20:02:18 +10:00
hipitihop 5e01592ee8 Update deps and include files for source mapping in karma.conf 2016-08-30 12:41:04 +10:00
hipitihop 9f824cc528 bump next point release, deps [binaryage/devtools "0.8.1"] and use :preloads 2016-08-24 10:40:56 +10:00
Mike Thompson 8cf42f57f5 Version 0.8.0 2016-08-19 18:20:21 +10:00
Mike Thompson 422c13ef47 deploy -alpha12 2016-08-18 18:19:57 +10:00
Mike Thompson fa1609bc21 Bump to alpha11 2016-08-10 18:29:22 +10:00
Mike Thompson c8659d6770 Version 0.8.0-alpha10 2016-08-08 15:30:38 +10:00
Mike Thompson 5c3830b992 We are SNAPSHOT for the moment 2016-08-03 17:19:55 +10:00
Mike Thompson 86b555a86c Version 0.8.0 2016-08-03 13:02:51 +10:00
Mike Thompson 0327d2cf89 Bump release 2016-07-29 14:31:53 +10:00
Mike Thompson 996eda62ce alpha9 - fix another bug 2016-07-28 19:00:17 +10:00
Mike Thompson 788ba0850b Bump to next SNAPSHOT 2016-07-28 18:54:26 +10:00
Mike Thompson f4734f2a1b Bump to alpha8 2016-07-28 18:52:49 +10:00
Mike Thompson 26259044f3 Bump version 2016-07-28 16:45:40 +10:00
Mike Thompson 807a37fc8b release alpha7 for Daniel 2016-07-28 16:38:39 +10:00
Mike Thompson 47ed315d34 bump to alpha6 2016-07-28 16:07:00 +10:00
Mike Thompson 31d2da7087 New version 2016-07-28 10:59:44 +10:00
Mike Thompson 6b5e0adab4 bump to alpha5 2016-07-28 10:58:36 +10:00
Mike Thompson acbfda41b3 v0.0.9-alpha4 2016-07-24 18:15:02 +10:00
Mike Thompson f5175223d5 v0.8.0-alpha3 2016-07-24 17:13:15 +10:00
Mike Thompson 658f3b0232 Switch to using `reg-*` naming, instead of `def-*` naming 2016-07-24 17:08:09 +10:00
Stuart Mitchell e3fadc9e72 Moved tools.logger from dev dependencies to fix problems compiling consuming projects 2016-07-22 14:35:21 +12:00
Sam Roberton ef3656ff60 CLJC: tools.logging as default re-frame.loggers 2016-07-21 17:08:38 +10:00
Sam Roberton cc33fe5a95 First pass at converting to CLJC for JVM testing
Note that the goal of using CLJC here is to enable writing and running
`deftest`s in JVM Clojure to test your (CLJS) re-frame app.  Actually
running a re-frame app as a meaningful thing on the JVM (other than for
tests) is explicitly *not* a goal.

- All files renamed *.cljs -> *.cljc
- New `re-frame.interop` ns for stuff that's different between CLJS and
  JVM Clojure, including Reagent interop.
- Other CLJS incompatibilities (eg `catch :default` and `deftype`'s
  `^:mutable` vs `^:volatile-mutable`) are handled with reader
  conditionals in-place.
2016-07-20 19:19:56 +10:00
Mike Thompson 6edebdeba4 Correct project.clj for releasing to clojars from Windows. 2016-07-19 14:52:03 +10:00
Mike Thompson accd17bf04 Add release tasks 2016-07-19 14:37:29 +10:00
Mike Thompson d1550d8e5e v0.8.0-alpha2 2016-07-19 14:34:10 +10:00
hipitihop a1314eb6c3 Add cljs-test to test-runner via browser/html
- standardised test namespaces: renamed to use -test suffix and moved to eliminate redundant /test folder
- added cljs-test based tests via browser/html. These mimic original karma tests.
   NOTE: previous lein aliases `once` and `auto` have been replaced by `test-once` , `test-auto` & `karma-once`
- update karma.conf & circle.yml
- updated CHANGES.md & CONTRIBUTING.md
2016-07-14 11:21:12 +10:00
Daniel Compton c7d21223e0 Don't sign releases 2016-07-08 17:28:25 +12:00
Mike Thompson 0d31e3c7c6 Cut v0.8.0-alpha1 2016-07-07 14:52:13 +10:00
Daniel Compton 00898f4c34 Upgrade Karma to 1.0.0 2016-06-24 17:21:26 +12:00
Mike Thompson 9452998e0b WIP. undo test fails. 2016-06-22 10:54:41 +10:00
Mike Thompson 398d68a639 Bump various dependencies 2016-06-14 22:46:38 +10:00
Stuart Mitchell 48a1bda438 register-pure-sub: uses a function to do the work 2016-06-14 14:52:25 +12:00
Stuart Mitchell cb36218dce remove cljs-transit dependency 2016-06-14 14:38:44 +12:00
Mike Thompson 95c32ed985 Bump dependencies in projects 2016-06-11 22:21:29 +10:00