81 Commits

Author SHA1 Message Date
Mike Thompson
2ac221828a Tweak Changes.md 2016-07-26 11:41:42 +10:00
Mike Thompson
658f3b0232 Switch to using reg-* naming, instead of def-* naming 2016-07-24 17:08:09 +10:00
Mike Thompson
7a56afac6f Warn Martin. 2016-07-23 10:09:35 +10:00
Mike Thompson
4ba1226e94 Acknowledge Martin as the logo creator 2016-07-23 09:45:54 +10:00
Mike Thompson
33d869bccd Changes.md 2016-07-22 20:41:37 +10:00
Mike Thompson
17a4fb8f5a Add Sam and Bryan's work to change log. 2016-07-22 11:24:34 +10:00
Stuart Mitchell
25a197cdd9 Removed possibly confusing usage of spec to parse function arguments in register-pure 2016-07-20 17:48:10 +12:00
Mike Thompson
8e211754a3 Remove todo 2016-07-20 11:16:52 +10:00
Mike Thompson
56e7bb44db More README madness 2016-07-20 09:52:39 +10:00
Mike Thompson
f6cb7cba4f Include the example effect handlers 2016-07-15 23:50:33 +10:00
Mike Thompson
0c0b0f9d07 More detail added to Change.md regarding sample effect handlers 2016-07-15 18:46:37 +10:00
Mike Thompson
325e59c845 Remember a todo 2016-07-15 11:34:02 +10:00
Mike Thompson
2c9d140c22 Initial fx code now in. But it remains largely untested. 2016-07-14 16:41:54 +10:00
hipitihop
a1314eb6c3 Add cljs-test to test-runner via browser/html
- standardised test namespaces: renamed to use -test suffix and moved to eliminate redundant /test folder
- added cljs-test based tests via browser/html. These mimic original karma tests.
   NOTE: previous lein aliases `once` and `auto` have been replaced by `test-once` , `test-auto` & `karma-once`
- update karma.conf & circle.yml
- updated CHANGES.md & CONTRIBUTING.md
2016-07-14 11:21:12 +10:00
Mike Thompson
a745bcd7af Update changes. 2016-07-11 16:53:57 +10:00
Mike Thompson
c763ff652d Remove incorrect deref from simple example, now that we have moved to def-sub 2016-07-09 13:42:08 +10:00
Mike Thompson
1acf687882 Further Change.md tweaks. 2016-07-07 16:05:37 +10:00
Mike Thompson
70b480b1d1 Correct Changes.md document 2016-07-07 15:19:52 +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
ca03f219f3 Tweak wording in Changes.md 2016-06-24 18:27:08 +10:00
Mike Thompson
0b2bcbe65e Complete undo/redo work 2016-06-23 23:41:20 +10: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
2822dc064a Put all undo related into a single namespace. Change the way middleware factories are done. 2016-06-14 21:08:32 +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
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
Mike Thompson
3d4e8cde8f Introduce de-duplicated subscriptions. 2016-05-29 23:23:17 +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
Daniel Compton
c085ac8bb0 middleware/debug: Log a single line if app-db not changed by a handler
middleware/debug logs a group to the console even if there has been no
change to app-db. This makes it harder to tell if you've made a mistake
in refactoring, as the same log message will be shown whether or not
app-db is changing.

This change will log a single line if app-db is not changed by a handler

Fixes #166
2016-05-05 11:56:09 +12:00
Mike Thompson
9795a00ec7 Tweak debug middleware output so that exceptions don't get lost in collapsed Groups. 2016-03-14 23:32:24 +11:00
Mike Thompson
f821c99858 Remove log-ex middleware - no longer needed 2016-03-14 21:00:33 +11:00
Mike Thompson
a9447f3082 Better explanations in Change log. 2016-02-26 17:19:15 +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
Daniel Compton
ecbf740851 Update changelog for #149 2016-01-29 11:07:58 +13:00
Mike Thompson
322f00212c Fix spelling error in changelog 2016-01-07 06:25:51 +09:00
Mike Thompson
338226f6d4 Add clarification to change log. 2016-01-06 11:54:29 +09:00
Mike Thompson
63326a1b18 update changelog: new version of Reagent supported 2015-12-22 00:56:05 +11:00
Mike Thompson
ddec78442d Note recent changes in changelog 2015-12-17 05:26:30 +11:00
Mike Thompson
99e01030ec Add additional change to changelog 2015-12-10 22:44:58 +11:00
Mike Thompson
8c01555a6a Further docs tweaks for v0.6.0 2015-12-09 07:40:47 +11:00
Mike Thompson
796f0d7c67 Update changelog in anticipation of release 2015-12-08 07:37:55 +11:00
mike-thompson-day8
780ae49e7d Improve change log. 2015-11-05 18:32:06 +11:00
mike-thompson-day8
b0928d7afe Final tweaks to Changes doc, ahead of new release. 2015-11-05 17:20: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
657d08c544 Yet more word tweaks 2015-11-04 14:08:05 +11:00
mike-thompson-day8
46c627430f Wording changes in docs 2015-11-04 13:33:50 +11:00
mike-thompson-day8
e9a3b1ebeb Improve wording of comments 2015-11-02 23:43:19 +11:00