Commit Graph

64 Commits

Author SHA1 Message Date
Mike Thompson bcd852d089 Merge branch 'master' into master 2017-07-16 19:45:50 +10:00
Mike Thompson f493b83675 Merge pull request #361 from Grahack/patch-3
Fix typo in comments of simple/core.cljs
2017-07-16 19:39:30 +10:00
Mike Thompson 5d00a895e8 Merge pull request #364 from Grahack/simpler
Simpler line in simple/core.cljs
2017-07-16 19:38:40 +10:00
Christophe Gragnic f7c3684338 Simpler line in simple/core
It also makes the code like in the walkthrough:
<https://github.com/Day8/re-frame/blob/master/docs/CodeWalkthrough.md#reg-sub>
2017-07-14 07:54:54 +02:00
Christophe Gragnic 2ce934635c Fix my fix 'only one instance' 2017-07-14 07:14:55 +02:00
Prof Gra 2313c9d509 Fix typo in comments of simple/core.cljs 2017-07-14 07:14:09 +02:00
Prof Gra 804cf88b29 Fix simple example namespace
/src/simpleexampe/core.cljs -> /src/simple/core.cljs
2017-07-14 06:26:04 +02:00
Daniel Compton 0ad1167b31 Bump example dependencies, and add compilation test
Fixes #351
2017-06-06 13:14:18 +12:00
赵宇 Yu Zhao ae87fbe0e3 fix requires to use the strict method 2017-05-31 23:23:14 +08:00
mike 138f8c4327 Fix typos. 2017-02-09 18:03:44 -06:00
Daniel Compton 21882a7845 Switch back to Real English 2017-02-03 08:58:58 +13:00
Richard Harrington ea215d44bd minor changes to examples/simple/README.md 2017-01-15 22:40:11 -05:00
Mike Thompson 9b748229ed Improve "simple" example 2016-12-29 18:01:12 +11:00
Mike Thompson 47e850bc71 More examples to latest version 2016-12-15 16:05:02 +11:00
Stuart Mitchell 999d4c332e Example - changed figwheel config 2016-12-08 12:22:08 +13:00
Stuart Mitchell e09acf99fb Walkthrough and simple app 2016-12-08 11:56:18 +13:00
Mike Thompson 3a659dae94 Docs WIP 2016-10-24 14:21:47 +11:00
Mike Thompson b1b4120ab3 snapshot WIP on docs 2016-10-22 14:56:04 +11:00
Mike Thompson 0638becd45 WIP on the new README and initial docs 2016-10-21 07:07:56 +11:00
Mike Thompson cd7c85e547 Improve Instructions on simpleexample 2016-10-19 21:25:06 +11:00
Mike Thompson 9d50015a19 Rewrite simple example to match new README WIP 2016-10-19 21:25:05 +11:00
Mike Thompson 67cdffdbb2 Move to new clojurescript deps 2016-08-30 20:02:18 +10:00
Mike Thompson 8cf42f57f5 Version 0.8.0 2016-08-19 18:20:21 +10:00
Mike Thompson 311367dc3d Change to Interceptors (away from middleware). This is a big code drop.
Tests pass and todomvc works.
But there is some ugliness to now resolve, and a couple of  unresolved issues.
2016-08-03 12:53:01 +10:00
Mike Thompson acbfda41b3 v0.0.9-alpha4 2016-07-24 18:15:02 +10:00
Mike Thompson 04be34d615 Move samples to alpha3 2016-07-24 17:18:24 +10:00
Mike Thompson 658f3b0232 Switch to using `reg-*` naming, instead of `def-*` naming 2016-07-24 17:08:09 +10:00
Mike Thompson d1550d8e5e v0.8.0-alpha2 2016-07-19 14:34:10 +10:00
Mike Thompson c763ff652d Remove incorrect deref from simple example, now that we have moved to def-sub 2016-07-09 13:42:08 +10:00
Mike Thompson 0d31e3c7c6 Cut v0.8.0-alpha1 2016-07-07 14:52:13 +10:00
Mike Thompson 398d68a639 Bump various dependencies 2016-06-14 22:46:38 +10:00
Mike Thompson 95c32ed985 Bump dependencies in projects 2016-06-11 22:21:29 +10:00
Mike Thompson 32ab35a436 Bump dependencies. In particular for Reagent 0.6.0-SNAPSHOT 2016-05-29 23:22:41 +10:00
Rob Jentzema be6c53131d newlines and eof newline 2016-04-11 11:31:29 +12:00
Mike Thompson 151c32d448 Time to release v0.7.0 2016-03-14 23:32:54 +11:00
Mike Thompson 3246265483 Added one tick of extra pause when events have `:flush=dom` metadata. Previously, there were odd times when the pause wasn't enough. 2016-02-26 14:24:34 +11:00
Gabriel Horner 7b6afc350c Fix docstring references to old fns 2016-02-15 08:55:10 -05:00
Mike Thompson a1700b243a Bump to version 0.7.0-alpha 2015-12-22 00:54:05 +11:00
Mike Thompson 2dd5d0d2a8 Update dependencies and switch to 0.6.0 version 2015-12-08 07:38:32 +11:00
mike-thompson-day8 9f62be30c2 Move example to latest versions 2015-11-05 17:19:48 +11:00
mike-thompson-day8 cd230d1da2 Bump to alpha3 2015-11-04 17:12:06 +11:00
mike-thompson-day8 c0da4d6606 Long delays on dispatch are gone. So no need to use dispatch-sync. 2015-11-02 22:38:59 +11:00
mike-thompson-day8 cb76ed3741 Use more modern dependencies 2015-11-02 22:37:04 +11:00
Krisztian Szabo 312eae223f Remove unnecessary whitespace from code 2015-07-24 16:39:28 +02:00
Mike Thompson 02c12bf6d6 Merge pull request #75 from estsauver/example-cleanup
Remove unneccessary atom refer
2015-07-10 17:10:46 +10:00
Earl St Sauver e991717478 Remove unneccessary atom refer 2015-07-10 13:31:19 +07:00
Shaun Mahood 2f59033275 Replace dispatch with dispath-sync for issue #39 2015-07-09 16:03:54 -06:00
ZTO 71a193d0fc Update core.cljs 2015-07-08 19:28:42 +02:00
mike-thompson-day8 b227dc4d98 Bump to version 0.4.1 2015-05-28 23:17:40 +10:00
Gregg8 273d32ef70 Changes:
- Added figwheel support for todomvc sample and updated README.
 - Updated lein-figwheel "0.2.3-SNAPSHOT" to "0.2.6" to match the dependency in simple example project.clj and improved README.
2015-05-12 13:17:31 +10:00