1523 Commits

Author SHA1 Message Date
Mike Thompson
bd67edb571 Correct recent breakage 2017-07-24 00:19:02 +10:00
Mike Thompson
e2bdbc225b Tweak API docs 2017-07-24 00:15:36 +10:00
Mike Thompson
b3c0c6d139 API docs are now complete. Probably still some editing to do. 2017-07-24 00:08:59 +10:00
Mike Thompson
5a2bcac347 Reorganize changes doc + Tweak main /docs 2017-07-23 22:58:52 +10:00
Mike Thompson
e6d87cf7a8 Still working on API docs - move "built-in effects docs" 2017-07-23 22:46:46 +10:00
Mike Thompson
f0079345e0 Fix missing '/' in path 2017-07-23 13:50:44 +10:00
Mike Thompson
a7d0e40af5 Chip away at API docs 2017-07-23 13:09:38 +10:00
Mike Thompson
2aed40e8b9 Fix broken test 2017-07-23 13:09:09 +10:00
Mike Thompson
66d887c55b Clarify comment 2017-07-23 13:08:44 +10:00
Mike Thompson
9e710d175d Explain the nature of the todomvc example 2017-07-23 11:26:21 +10:00
Markus Bertheau
3abaac2e24 Correct version typo 2017-07-22 13:54:35 +02:00
Mike Thompson
ac4def4cba Get docs linkage right, now we have a new API doc 2017-07-22 13:30:33 +10:00
Mike Thompson
630f78b83c API docs go live, with some still missing, but good enough to help. 2017-07-22 13:27:20 +10:00
Mike Thompson
9fcf54facf docs tweak 2017-07-22 13:21:46 +10:00
Mike Thompson
20a1746ad5 Improvement inject-cofx doc string 2017-07-22 13:21:07 +10:00
Mike Thompson
c9925954eb Fix my recent breakage 2017-07-22 10:45:44 +10:00
Mike Thompson
fe8c78ef2b Better docs on do-fx (internal interceptor) 2017-07-22 10:05:41 +10:00
Mike Thompson
35200aea6c Keep change log up to date. 2017-07-22 10:04:39 +10:00
Mike Thompson
dc26343727 Improve internal errors. 2017-07-22 10:04:03 +10:00
Mike Thompson
8d13634c55 Experiment with linking in API docs 2017-07-22 00:44:35 +10:00
Mike Thompson
178bd806f3 Add new FAQ entry 2017-07-22 00:34:09 +10:00
Mike Thompson
c9688e16e9 Merge pull request #380 from facundoolano/patch-1
Fix typo in README.md
2017-07-21 23:30:05 +10:00
Facundo Olano
3c9cc9010c Fix typo in README.md 2017-07-21 10:21:37 -03:00
Mike Thompson
34ccd4b272 Towards API docs 2017-07-21 01:14:07 +10:00
Mike Thompson
7556f67319 Working towards API docs 2017-07-21 01:01:51 +10:00
Mike Thompson
c0534e0839 Improvements is dispatch documentation, ahead of an API release 2017-07-20 18:21:14 +10:00
Mike Thompson
8c7ec7976c Improvement is documentation, ahead of an API release 2017-07-20 18:20:47 +10:00
Mike Thompson
3beb7cfaf3 Improvements in newbie documentation 2017-07-20 15:10:18 +10:00
Mike Thompson
ed79d8e4ac Further work on "API docs". Promise more nudity. 2017-07-20 13:40:28 +10:00
Mike Thompson
3ad8c1e7bb Improve reference to todomvc example in comment 2017-07-20 09:50:48 +10:00
Mike Thompson
522c3e4c1b Light edits on the inline Interceptor docs 2017-07-20 09:46:35 +10:00
Mike Thompson
b98306f1a3 Remove an old XXX comment 2017-07-20 09:27:22 +10:00
Mike Thompson
3e25259afc Update changes doc 2017-07-20 09:22:51 +10:00
Mike Thompson
6efdae438f Enshrine and document existing practice around dispatch-n and nils 2017-07-20 08:51:44 +10:00
Mike Thompson
9b49b46dd8 Merge pull request #379 from pesterhazy/patch-3
Fix typo in my-reg-event-fx function
2017-07-20 08:11:55 +10:00
Paulus Esterhazy
b84afb9db3 Duplication issue with reg-event-db
Same problem as with reg-event-fx
2017-07-19 19:20:24 +02:00
Paulus Esterhazy
8ec5405106 Fix my-reg-event-fx
The code caused interceptors to be added twice, leading e.g. to duplicate log messages. This patch fixes the docs.
2017-07-19 19:18:58 +02:00
Mike Thompson
9b179bb17c In the absence of proper API docs, core.cljs becomes the docs. So start to improve it. 2017-07-18 10:34:59 +10:00
Mike Thompson
53abcfc184 Improve the comment on clear-subsscription-cache! 2017-07-18 10:34:14 +10:00
Paulus Esterhazy
53ae7090f6 Fix typo in my-reg-event-fx function
The example code in the docs didn't work for me. This fixes the issue. Also remove trailing whitespace
2017-07-17 12:20:56 +02:00
Mike Thompson
dc5fa8b566 More improvements to todomvc 2017-07-17 17:21:29 +10:00
Mike Thompson
61ee2f18ac Improve the commenting in todomvc 2017-07-17 17:09:02 +10:00
Mike Thompson
4b3da7e4ff Merge branch 'develop' 2017-07-17 09:57:08 +10:00
Mike Thompson
0a58754d0b Merge pull request #375 from Grahack/patch-8
Effects.md: about registration of builtin handlers
2017-07-17 09:54:14 +10:00
Mike Thompson
f6244f8f8c Merge pull request #376 from Grahack/patch-1
Fix "you'll then you'll" typo
2017-07-17 09:53:23 +10:00
Mike Thompson
6f7a4d6774 Merge pull request #377 from Grahack/appstruct
Comment about useless require in todomvc
2017-07-17 09:52:42 +10:00
Mike Thompson
80647261d1 Merge pull request #378 from Grahack/patch-3
App structure: add core.cljs for multipanel apps
2017-07-17 09:50:56 +10:00
Prof Gra
6e5ef9cb6b App structure: add core.cljs for multipanel apps 2017-07-16 21:21:54 +02:00
Christophe Gragnic
0efcec3de6 Comment about useless require in todomvc 2017-07-16 21:19:19 +02:00
Prof Gra
9e2c82c8d9 Fix "you'll then you'll" typo 2017-07-16 21:18:09 +02:00