Daniel Compton
edc6b5bdf0
Remove debouncing from changelog
2016-11-29 16:41:44 +13:00
Szabó Krisztián
5242a436a5
Fix README.md pull request link
2016-11-28 14:30:51 +01:00
Daniel Compton
4d8a311134
Make sure that tracing is eliminated by Closure DCE
2016-11-28 22:12:17 +13:00
Daniel Compton
ff164beb8f
Don't throw when subscribing to a non-existent sub
...
Fixes bug where we were logging if a sub didn't exist, but then trying
to create it still.
2016-11-24 17:57:41 +13:00
Daniel Compton
41990cf60f
Add clear-subscription-cache! function
2016-11-06 19:41:51 +13:00
Daniel Compton
46380182fb
Add Changelog entry for #259
2016-10-26 08:54:17 +13:00
Mike Thompson
ff7394d767
Add to Change log
2016-10-19 21:50:42 +11:00
Mike Thompson
2832520f13
Updated Changes document
2016-10-19 21:27:34 +11:00
Daniel Compton
fad4e7315b
Add get-loggers function to get existing re-frame loggers
2016-10-17 10:30:22 +13:00
Daniel Compton
c14935dea6
Spelling fixes
2016-10-13 17:44:29 +13:00
Daniel Compton
5486d2058f
Call after interceptor with db coeffect, if no db effect is produced
...
after interceptors expect to always get a db value. If no db effect is
produced, then they may fail (for example schema validation on db if
no db is provided).
Fixes #239
2016-10-13 10:44:40 +13:00
Mike Thompson
912f68d873
Note pull request in Changes
2016-08-22 14:21:38 +10:00
Mike Thompson
eb0740e93e
Make changes clearer
2016-08-22 10:01:33 +10:00
Ducky
748bad3f11
Fix small typo.
2016-08-21 15:11:57 +01: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
f4f1ffdca2
Clean up changes ready for release
2016-08-18 11:58:31 +10: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
1efcea2cf2
Correct external link in README
2016-08-16 12:24:49 +10:00
Mike Thompson
ccb827f84b
Fix spelling
2016-08-15 18:11:41 +10:00
Mike Thompson
4945abe45a
Alter wording in change.md
2016-08-15 11:55:19 +10:00
Mike Thompson
723b04fdd1
Add a reminder in change.md
2016-08-15 11:54:44 +10:00
Mike Thompson
9580746571
Improve instructions around change from middleware to Interceptors
2016-08-15 11:54:03 +10:00
Mike Thompson
fb93763c98
Add a few more words to the change.md
2016-08-08 23:16:44 +10:00
Mike Thompson
ea2dbff974
Work on Changes.md
2016-08-03 17:36:18 +10:00
Mike Thompson
311367dc3d
Change to Interceptors (away from middleware). This is a big code drop.
...
Tests pass and todomvc works.
But there is some ugliness to now resolve, and a couple of unresolved issues.
2016-08-03 12:53:01 +10:00
Mike Thompson
e2034f4576
Allow registration and de-registration of post event callbacks via an id.
2016-07-28 14:50:39 +10:00
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
mike-thompson-day8
e978bb0108
Add change log entries
2015-11-02 22:56:18 +11:00
Daniel Compton
dd8ef423f1
Add PR's to CHANGES.md
2015-10-16 17:10:08 +13: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
Stuart Mitchell
f1cb3ad66c
updated CHANGES.md
2015-07-17 14:43:22 +12:00
mike-thompson-day8
78dacf5ca1
Fix #65
2015-05-28 23:15:47 +10:00
mike-thompson-day8
a1b1011746
Begin to note changes in this version.
2015-05-09 00:06:38 +10:00
mike-thompson-day8
922dc199a7
With these final tweaks to CHANGES.md, we appear to officially be at v0.4.0
2015-05-04 09:46:20 +10:00
mike-thompson-day8
c8b1621d56
Improve changes file
2015-05-03 19:04:31 +10:00
mike-thompson-day8
65c93cd4d1
Implement #53
2015-04-27 07:38:37 +10:00
mike-thompson-day8
c59e55411e
Update changes docs for latest additions
2015-04-25 10:06:14 +10:00
mike-thompson-day8
82b3c87f80
Introduce reaction-like middleware. Closes #50
2015-04-25 00:06:51 +10:00
mike-thompson-day8
edc5a85780
Links changes with issue
2015-04-24 22:17:43 +10:00
hipitihop
2571cb5e0b
undo
...
- change undo to support separate event :purge-redos
- bump to [org.clojure/clojurescript "0.0-3211"]
2015-04-24 16:12:14 +10:00
mike-thompson-day8
69d32dce96
Put an additional fix into Changes.md
2015-04-22 00:22:54 +10:00
mike-thompson-day8
72b605340e
Bump various for a v0.3.2 release
2015-04-22 00:18:31 +10:00
mike-thompson-day8
55c563c951
Now I really am working on v0.4.0
2015-04-17 23:49:31 +10:00
mike-thompson-day8
769723c069
add log-ex to core API
2015-04-17 22:51:03 +10:00
mike-thompson-day8
a12267308e
v0.3.1
2015-04-17 22:34:40 +10:00
mike-thompson-day8
1ace7654e6
Note most recent commit in Changes doc
2015-04-16 16:04:41 +10:00
mike-thompson-day8
e5529d52d4
Fix #31
2015-04-16 00:26:49 +10:00
mike-thompson-day8
158bc56d4a
Fix #32
2015-04-16 00:22:40 +10:00