850 Commits

Author SHA1 Message Date
Mike Thompson
912f68d873 Note pull request in Changes 2016-08-22 14:21:38 +10:00
Mike Thompson
250c3d26bb Merge pull request #200 from Day8/trailing-console-space
Remove trailing spaces from console logging
2016-08-22 14:17:51 +10:00
Daniel Compton
6b21bfe714 Remove trailing spaces from console logging
console.log and family provide spaces between arguments, so we don't
need to add them in our console errors.
2016-08-22 16:06:15 +12:00
Mike Thompson
eb0740e93e Make changes clearer 2016-08-22 10:01:33 +10:00
Mike Thompson
165faac4bb Merge pull request #199 from ducky427/patch-2
Fix small typo in CHANGES.md
2016-08-22 09:06:22 +10:00
Ducky
748bad3f11 Fix small typo. 2016-08-21 15:11:57 +01:00
Mike Thompson
4471fe58c8 Merge branch 'develop' 2016-08-21 19:52:50 +10:00
Mike Thompson
f1f6ac7992 Ensure examples have the right deps. 2016-08-21 19:52:25 +10:00
Mike Thompson
d55885a745 Ensure examples have the right deps. 2016-08-21 19:50:17 +10:00
Mike Thompson
2d9d380282 Merge pull request #197 from adolby/develop
Cleanup docs
2016-08-21 19:49:03 +10:00
Andrew Dolby
3ab43d52b4 Cleanup docs 2016-08-19 14:47:37 -04:00
Mike Thompson
8cf42f57f5 Version 0.8.0 2016-08-19 18:20:21 +10:00
Mike Thompson
95a1c4ee2b Correct date of release 2016-08-19 16:57:27 +10:00
Mike Thompson
cd55814cdf Undo previous stupidity 2016-08-19 15:41:56 +10:00
Mike Thompson
48faedb082 More docs work 2016-08-19 15:32:51 +10:00
Mike Thompson
0514e06d0c Put in the right magic around :advanced Dead Code Elimination 2016-08-19 15:07:06 +10:00
Mike Thompson
dd8bc250fb Fix up interceptors and get rid of pesky warnings. 2016-08-19 00:20:03 +10:00
Mike Thompson
3dc5c728c6 Ensure we get DCE (Dead code Elimination) 2016-08-18 23:27:52 +10:00
Mike Thompson
422c13ef47 deploy -alpha12 2016-08-18 18:19:57 +10:00
Mike Thompson
bfb7da0e71 Remove private from registrar (we now need to access it in core to create restore function) 2016-08-18 17:13:53 +10:00
Mike Thompson
6f45cfc7c2 Subscription cache needed elsewhere, so no longer private 2016-08-18 11:58:42 +10:00
Mike Thompson
4bf54da69b Add make-restore-fn. I still need to figure out subscriptions. 2016-08-18 11:58:41 +10:00
Mike Thompson
ca9513d0e7 Minor subs cleanup 2016-08-18 11:58:40 +10:00
Mike Thompson
3a8abed723 Clearer derefing of signals 2016-08-18 11:58:39 +10:00
Mike Thompson
ad66b89abc Fix up wording. 2016-08-18 11:58:39 +10:00
Mike Thompson
49581cd96e Swap to using :id instead of :name (I thought I done this earlier) 2016-08-18 11:58:37 +10:00
Mike Thompson
d10e87a279 Use help function more consistently 2016-08-18 11:58:36 +10:00
Mike Thompson
40c8e12426 LocalStore opens up a can of worms around dependencies (transit, reader, etc). Remove for the moment. 2016-08-18 11:58:35 +10:00
Mike Thompson
00891fd083 Improve comment 2016-08-18 11:58:35 +10:00
Mike Thompson
06d8fccf89 Interceptors now have an id and not a name. Code now matches the docs. 2016-08-18 11:58:34 +10:00
Mike Thompson
ff2b712379 Add a further check to subs 2016-08-18 11:58:33 +10:00
Mike Thompson
22c9f7cfe4 Improve re-sub error messages 2016-08-18 11:58:33 +10:00
Mike Thompson
c1b9859941 Coeffect docs improved 2016-08-18 11:58:32 +10:00
Mike Thompson
f4f1ffdca2 Clean up changes ready for release 2016-08-18 11:58:31 +10:00
hipitihop
2f6fbc1c6b comment typo 2016-08-18 11:39:30 +10:00
hipitihop
a2001f2c27 comment typo 2016-08-18 11:20:03 +10:00
Daniel Compton
57f1fa3afa Add .editorconfig for Markdown files 2016-08-17 10:48:08 +12:00
Mike Thompson
da19563038 Rework Changes to reference new docs. Adjust position of Interceptor upgrade notes. 2016-08-17 08:44:08 +10:00
Mike Thompson
4c5d28fc18 Docs gardening 2016-08-17 08:44:07 +10:00
Daniel Compton
46b85b1862 Call next-tick with a bound-fn to carry bindings across 2016-08-17 10:29:25 +12:00
Mike Thompson
fead1b04b3 More docs review 2016-08-17 00:08:30 +10:00
Mike Thompson
3f0679f396 More work on Coeffects docs - probably only 10 more passes to go :-) 2016-08-16 19:00:56 +10:00
Mike Thompson
0c8d4c14e3 Another gardening pass over Interceptors docs 2016-08-16 19:00:10 +10:00
Mike Thompson
baa61a3749 Complete rename from do-effects to do-fx 2016-08-16 13:00:52 +10:00
Mike Thompson
4f2f772afd The function coeffect is renamed to inject-cofx.
When writing the docs I found that sentences had too many mentions of `coeffects` with different meanings, which was confusing.  With this change, I remove one possible meaning of `coeffect` and, in the process I end up with a clearer name anyway.
2016-08-16 12:30:01 +10:00
Mike Thompson
1efcea2cf2 Correct external link in README 2016-08-16 12:24:49 +10:00
Mike Thompson
98d01a7c84 change name from do-effects to do-fx. More consistent. 2016-08-16 12:24:23 +10:00
Mike Thompson
c50ba86cd4 Remove deprecation warning on reg-event. It was only there for intermediate alpha releases. 2016-08-16 12:23:22 +10:00
Mike Thompson
0ec80051c6 Add a TOC 2016-08-15 23:13:53 +10:00
Mike Thompson
3f36450be8 Readme in docs now correctly links to other pages. 2016-08-15 23:05:10 +10:00