Commit Graph

90 Commits

Author SHA1 Message Date
Mike Thompson be6f49f21e remove unneeded require 2016-03-14 23:35:48 +11:00
Mike Thompson 151c32d448 Time to release v0.7.0 2016-03-14 23:32:54 +11:00
Mike Thompson accdc0a468 Show use of `debug` middleware in todomvc 2016-03-14 23:21:42 +11:00
Mike Thompson 47959188a0 Improve comment in todomvc 2016-03-14 21:00:00 +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
Daniel Compton 3334297f23 Switch to using CircleCI and automated testing with Karma
- Remove travis config
- Add CircleCI config and badge
- Add docs on running the tests
- Create a test runner
- Add npm dependencies and gitignore
2015-12-10 21:47:18 +13:00
Mike Thompson 2dd5d0d2a8 Update dependencies and switch to 0.6.0 version 2015-12-08 07:38:32 +11:00
Mike Thompson c20564938e Begin v0.6.0.alpha1 2015-12-06 23:15:05 +11:00
mike-thompson-day8 9f62be30c2 Move example to latest versions 2015-11-05 17:19:48 +11:00
mike-thompson-day8 384b1fba7e More to latest deps. Make changes for new version of Schema. 2015-11-05 17:19:23 +11:00
Mike Thompson 7bbc9a240e Merge pull request #104 from kamn/develop
Updated TodoMvc css to newest version. Fixes some issues with #94
2015-11-05 11:13:09 +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
Samuel Miller 087d0eccfb Updated TodoMvc css to newest version. Fixes some issues with #94 2015-08-12 18:18:20 -06:00
Daniel Compton 915ad9a351 Merge branch 'master' into develop
Conflicts:
	README.md
	examples/todomvc/src/todomvc/db.cljs
2015-07-27 16:51:22 +12:00
Krisztian Szabo 312eae223f Remove unnecessary whitespace from code 2015-07-24 16:39:28 +02:00
mike-thompson-day8 699d6232cd Improve comments in todomvc example 2015-07-15 16:23:10 +10:00
mike-thompson-day8 2ba8914d8d Further cleanup around fix for #78 2015-07-14 00:54:28 +10:00
mike-thompson-day8 a5be3aaf3b Fix #78 Add Schema to todomvc example 2015-07-14 00:27:35 +10: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
mike-thompson-day8 601d65c216 Improve example README 2015-05-28 23:16:46 +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
Gregg8 c2016e91d4 Rolled back reagent version to 0.5.0 2015-05-08 15:05:36 +10:00
Gregg8 4348336a0f Fixed simple example so that both "lein figwheel" and "lein clean" actually work. Updated README. 2015-05-08 15:01:19 +10:00
mike-thompson-day8 a1f60f8227 Switch back to v0.4.0 2015-05-03 19:04:50 +10:00
mike-thompson-day8 b567445f10 todomvc readme tweak 2015-05-03 19:04:20 +10:00
mike-thompson-day8 c07730d794 Better comments and naming for todomvc 2015-05-02 10:45:32 +10:00
mike-thompson-day8 0a335f4871 version 0.4.0.SNAPSHOT 2015-04-24 22:16:04 +10:00
mike-thompson-day8 72b605340e Bump various for a v0.3.2 release 2015-04-22 00:18:31 +10:00
mike-thompson-day8 f08067c68f Merge branch 'master' into develop 2015-04-17 23:51:53 +10:00
mike-thompson-day8 4b931fe672 Correct comment 2015-04-17 23:51:17 +10:00
mike-thompson-day8 55c563c951 Now I really am working on v0.4.0 2015-04-17 23:49:31 +10:00
mike-thompson-day8 f69b7cd332 Move examples to v0.3.1.
Plus undo previous mistaken checkin to todomvc
2015-04-17 22:42:46 +10:00
mike-thompson-day8 a12267308e v0.3.1 2015-04-17 22:34:40 +10:00
mike-thompson-day8 f9ae1c2923 Improvements to simple example 2015-04-17 22:22:43 +10:00
mike-thompson-day8 158bc56d4a Fix #32 2015-04-16 00:22:40 +10:00
mike-thompson-day8 3ff4625104 Merge branch 'master' of https://github.com/Day8/re-frame
Conflicts:
	examples/todomvc/src/todomvc/db.cljs
2015-04-16 00:05:09 +10:00
mike-thompson-day8 1d2682e887 Merge branch 'develop' of https://github.com/Day8/re-frame into develop 2015-03-13 23:31:08 +11:00
mike-thompson-day8 7b43ca7464 Use the latest reagent 2015-03-13 23:30:39 +11:00
Stuart Mitchell 6cb43207ec better printing of errors from re-frame 2015-03-11 16:46:16 +13:00
Stuart Mitchell 450c95eee6 Changed the key name in local storage to conform to todomvc spec 2015-03-10 12:16:58 +13:00
mike-thompson-day8 188c25c953 Improve TodoMVC comment 2015-03-09 16:38:14 +11:00
mike-thompson-day8 d875be528f Improve the way todoMVC uses localstorage 2015-03-09 16:30:03 +11:00