Mike Thompson
533c295c9b
Couple of comment edits for todomvc
2016-07-27 21:45:48 +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
Stuart Mitchell
1dd52faeae
Moved todomvc to spec checking
2016-07-20 11:39:59 +12:00
Mike Thompson
faece2fd0f
Remove explicit use of js/Error. Starting the process of making re-frame cljc-ready
2016-07-19 18:37:03 +10:00
Mike Thompson
d1550d8e5e
v0.8.0-alpha2
2016-07-19 14:34:10 +10:00
Mike Thompson
f852661719
Update deps for Prismatic Schema in todomvs example
2016-07-18 19:37:25 +10:00
Mike Thompson
b75ec509bb
Further towards fx
2016-07-14 00:32:36 +10:00
Mike Thompson
a2468b3e4f
Merge branch 'develop' of https://github.com/Day8/re-frame into develop
2016-07-13 16:28:25 +10:00
Mike Thompson
5572e6ebf1
Checkpoint. Further Miscellaneous work towards Effectual Handlers
2016-07-13 16:28:15 +10:00
hipitihop
f0124ecf4b
Update subs.cljs
2016-07-11 16:54:40 +10:00
Mike Thompson
3cb824f072
Add better comments
2016-07-07 15:16:49 +10:00
Mike Thompson
0d31e3c7c6
Cut v0.8.0-alpha1
2016-07-07 14:52:13 +10:00
Mike Thompson
6f7a075e6a
adjust whitespace in todomvc
2016-06-25 12:04:26 +10:00
Mike Thompson
8747d2b14a
Move to using reg-sub (rather than register-sub-pure)
2016-06-24 23:15:00 +10:00
Mike Thompson
f6f0e35f11
Correct todomvc so that sugared subscriptions used correct
2016-06-23 23:53:17 +10: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
Mike Thompson
cc7683a39d
Change comment
2016-06-14 22:45:33 +10:00
Mike Thompson
b4d3e4cab6
Add cljs-devtools to todomvc
2016-06-14 21:09:54 +10:00
Mike Thompson
08b83ae331
Reinstate mistakenly removed require
2016-06-11 22:55:04 +10:00
Mike Thompson
04b718ba27
Update readme on todomvc. it makes an incorrect claim.
2016-06-11 22:22:06 +10:00
Mike Thompson
95c32ed985
Bump dependencies in projects
2016-06-11 22:21:29 +10:00
Mike Thompson
1e9c991d25
remove unneeded require
2016-06-11 22:20:45 +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
Rob Jentzema
71d0bf21b8
a few typos corrected in todomvc example
2016-04-11 11:31:25 +12:00
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
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
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
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-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