Mike Thompson
|
6cb23b60a5
|
Put loggers into their own namespace
|
2016-06-24 22:09:07 +10:00 |
|
Mike Thompson
|
d384da1c75
|
Alter wording in comments.
|
2016-06-24 21:31:12 +10:00 |
|
Mike Thompson
|
a8b35cd9f1
|
Improve comment on function
|
2016-06-24 18:49:42 +10:00 |
|
Mike Thompson
|
8ec8745a26
|
Merge branch 'develop' of https://github.com/Day8/re-frame into develop
|
2016-06-24 18:27:38 +10:00 |
|
Mike Thompson
|
ca03f219f3
|
Tweak wording in Changes.md
|
2016-06-24 18:27:08 +10:00 |
|
Mike Thompson
|
5656f79f06
|
Improve warning message.
|
2016-06-24 18:26:45 +10:00 |
|
Daniel Compton
|
00898f4c34
|
Upgrade Karma to 1.0.0
|
2016-06-24 17:21:26 +12:00 |
|
Mike Thompson
|
f6f0e35f11
|
Correct todomvc so that sugared subscriptions used correct
|
2016-06-23 23:53:17 +10:00 |
|
Mike Thompson
|
0b2bcbe65e
|
Complete undo/redo work
|
2016-06-23 23:41:20 +10:00 |
|
Stuart Mitchell
|
f4fb65037e
|
Subscriptions sugar - changed to provide a singleton
|
2016-06-22 15:41:22 +12:00 |
|
Stuart Mitchell
|
5c7d4ea3d1
|
Bug Fix for undo tests
|
2016-06-22 14:30:15 +12:00 |
|
Stuart Mitchell
|
addc55658e
|
Bug fix for undo.cljs
|
2016-06-22 13:34:25 +12:00 |
|
Mike Thompson
|
9452998e0b
|
WIP. undo test fails.
|
2016-06-22 10:54:41 +10:00 |
|
Mike Thompson
|
fd50562811
|
Correct change log about dependencies
|
2016-06-15 10:14:06 +10:00 |
|
Mike Thompson
|
398d68a639
|
Bump various dependencies
|
2016-06-14 22:46:38 +10:00 |
|
Mike Thompson
|
d03ef7bc7a
|
remover excessive whitespace
|
2016-06-14 22:45:57 +10:00 |
|
Mike Thompson
|
cc7683a39d
|
Change comment
|
2016-06-14 22:45:33 +10:00 |
|
Mike Thompson
|
af2fd0b21f
|
Merge branch 'develop' of https://github.com/Day8/re-frame into develop
Conflicts:
src/re_frame/subs.cljs
|
2016-06-14 21:14:49 +10:00 |
|
Mike Thompson
|
4741cd73d3
|
Better naming and comments.
|
2016-06-14 21:10:56 +10:00 |
|
Mike Thompson
|
b4d3e4cab6
|
Add cljs-devtools to todomvc
|
2016-06-14 21:09:54 +10:00 |
|
Mike Thompson
|
6250c584da
|
Add undo API
|
2016-06-14 21:09:21 +10:00 |
|
Mike Thompson
|
2822dc064a
|
Put all undo related into a single namespace. Change the way middleware factories are done.
|
2016-06-14 21:08:32 +10:00 |
|
Stuart Mitchell
|
be6fab2c92
|
added tests for cached subsciptions
|
2016-06-14 16:10:44 +12:00 |
|
Stuart Mitchell
|
5f115c1d2c
|
Merge branch 'def-sub' into develop
|
2016-06-14 14:53:21 +12:00 |
|
Stuart Mitchell
|
5a4d78ecc8
|
register-pure-sub: moved into correct namespace
|
2016-06-14 14:52:37 +12:00 |
|
Stuart Mitchell
|
1b698b3d8f
|
register-pure: added code to enable spec checking of the fn args
|
2016-06-14 14:52:37 +12:00 |
|
Stuart Mitchell
|
48a1bda438
|
register-pure-sub: uses a function to do the work
|
2016-06-14 14:52:25 +12:00 |
|
Stuart Mitchell
|
a5f73a3991
|
Added tests for existing subscriptions
|
2016-06-14 14:50:40 +12:00 |
|
Stuart Mitchell
|
9f9ca70ad1
|
Merge branch 'master' into develop
|
2016-06-14 14:48:20 +12:00 |
|
Stuart Mitchell
|
cb36218dce
|
remove cljs-transit dependency
|
2016-06-14 14:38:44 +12:00 |
|
Mike Thompson
|
08b83ae331
|
Reinstate mistakenly removed require
|
2016-06-11 22:55:04 +10:00 |
|
Mike Thompson
|
ea1e9e7745
|
Light improvements to comments in core.
|
2016-06-11 22:23:53 +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
|
5a214fc83b
|
Fix bug which meant that post-event-callbacks were not called for dispatch-sync
|
2016-06-04 00:13:41 +10:00 |
|
Mike Thompson
|
9adf4cf40b
|
Improve API comment
|
2016-06-03 12:58:06 +10:00 |
|
Mike Thompson
|
5684543b1a
|
Introduce new API - remove-post-event-callback
|
2016-06-03 12:49:49 +10:00 |
|
Mike Thompson
|
a9dcdd695e
|
Tweak words in changelog
|
2016-05-31 08:04:36 +10:00 |
|
Mike Thompson
|
053771ad9d
|
Breaking change to logging
|
2016-05-31 07:50:49 +10:00 |
|
Caio Oliveira
|
da9c11eae0
|
Fixed broken link (#169)
Link to elm's reactivity guide was broken
|
2016-05-30 10:08:01 +12:00 |
|
Mike Thompson
|
3d4e8cde8f
|
Introduce de-duplicated subscriptions.
|
2016-05-29 23:23:17 +10:00 |
|
Mike Thompson
|
32ab35a436
|
Bump dependencies. In particular for Reagent 0.6.0-SNAPSHOT
|
2016-05-29 23:22:41 +10:00 |
|
Mike Thompson
|
c7fb38becf
|
Error message made more generic
|
2016-05-29 22:48:18 +10:00 |
|
Mike Thompson
|
e562b06880
|
Better router loop comments
|
2016-05-29 22:47:25 +10:00 |
|
Mike Thompson
|
fe1b6bc729
|
improve trivial comment
|
2016-05-27 12:54:42 +10:00 |
|
Mike Thompson
|
45e0baee30
|
Get rid of code for Reagent pre-0.6.0. Plus add more comments.
|
2016-05-21 00:44:54 +10:00 |
|
Mike Thompson
|
5aafe09c1b
|
Add link to alternative debug middleware
|
2016-05-21 00:44:16 +10:00 |
|
Mike Thompson
|
41593509be
|
Improved comment
|
2016-05-20 22:36:35 +10:00 |
|
Daniel Compton
|
477459bae0
|
Fix grouping of debug/middleware
|
2016-05-05 12:40:02 +12:00 |
|