1611 Commits

Author SHA1 Message Date
Jaime Agudo
170321f1dc
Warn about re-natal pending issue 2018-01-29 15:56:46 +01:00
Daniel Compton
9b5cf4daea
Update Inspecting-app-db.md 2018-01-25 21:51:35 +13:00
Daniel Compton
5ec86689cc Bump changelog 2018-01-24 20:39:13 +13:00
Daniel Compton
ee4f177eb2 Version 0.10.4-SNAPSHOT 2018-01-24 20:34:11 +13:00
Daniel Compton
cccc9b0e2b Version 0.10.3 v0.10.3 2018-01-24 20:33:58 +13:00
Mike Thompson
f2ceb84c45 Better margins on graphic (fits in better to github) 2018-01-22 11:11:04 +11:00
Mike Thompson
03850887d8 Improve infographic, based on Stu's feedback 2018-01-22 10:52:42 +11:00
Mike Thompson
3a74ddb57c Final graphic tweak 2018-01-20 22:03:36 +11:00
Mike Thompson
3e8cb73ecb Another change to graphic 2018-01-20 21:28:05 +11:00
Mike Thompson
9bbc7ecbca More fiddling to perfect the look on the graphic on github 2018-01-20 21:24:17 +11:00
Mike Thompson
39005205d7 Remove headings from Epoch graphic. Add it back in as text within the document. 2018-01-20 21:20:27 +11:00
Mike Thompson
2851461fc6 Tweak new Epoch timeline docs 2018-01-20 21:09:29 +11:00
Mike Thompson
996747cb21 Correct spelling errors in Infographic 2018-01-20 20:18:12 +11:00
Mike Thompson
2f21b698be Update changes to mention the new Infographic 2018-01-20 16:39:13 +11:00
Mike Thompson
020f1844ce Introduce Epoch Infographic 2018-01-20 16:37:30 +11:00
Daniel Compton
58aebf45a2 v0.10.3-SNAPSHOT 2018-01-19 21:37:05 +13:00
Daniel Compton
7e015cb88a v0.10.3-rc2 v0.10.3-rc2 2018-01-19 21:35:25 +13:00
Daniel Compton
a4aeb4d40b Update changelog 2018-01-19 21:34:05 +13:00
Daniel Compton
7c39dfe9b5 Remove checkouts directory 2018-01-19 21:30:56 +13:00
Daniel Compton
ef56d1125d Revert "Change query cache from being an atom to a ratom"
This is no longer necessary, so we are reverting it.

This reverts commit 9247b1935d397ced68385d97e19d51f415a85e06.
2018-01-19 21:29:27 +13:00
Daniel Compton
f39eee5ad4 v0.10.3-SNAPSHOT 2018-01-19 21:20:14 +13:00
Daniel Compton
0c9b1763cd v0.10.3-rc1 v0.10.3-rc1 2018-01-19 17:11:37 +13:00
Daniel Compton
47cc267bf7 Optimise debouncing by checking if a debounce is already scheduled
This lets us avoid making 100s of calls to set and cancel the timeout
on every debounce call. The tradeoff is accuracy of debounce time,
but that is not important to us here.
2018-01-19 17:06:46 +13:00
Daniel Compton
1e82e55aa0 Fixup incorrect console error from deref-input-signals
Introduced in 64f858c4e33f68b1da5d6f9532defd8a73345b0b
2018-01-17 16:11:42 +13:00
Daniel Compton
2db1dbaad2 Remove spaces from console logs
Continues on from #200
2018-01-17 15:44:42 +13:00
Daniel Compton
64f858c4e3 Trace the reagent-id of the reactive signals, not their dereffed values
This code used to get the reagent-id for every derefed value of the
input-signals, which returned all nils. This change traces the reactive
versions of the input signals.

Fixes https://github.com/Day8/re-frame-trace/issues/83
2018-01-16 21:40:33 +13:00
Daniel Compton
23f7c840fc Add SUPPORT.md file
https://help.github.com/articles/adding-support-resources-to-your-project/
2018-01-16 16:38:01 +13:00
Daniel Compton
eee3b9a3fa v0.10.3-SNAPSHOT 2018-01-16 16:16:32 +13:00
Daniel Compton
b8bf728cb6 v0.10.3-beta2 v0.10.3-beta2 2018-01-16 16:15:43 +13:00
Daniel Compton
5271019f4a Reset collected traces after every callback has had them delivered
Previously only the first tracing callback would get them.
2018-01-16 16:15:03 +13:00
Daniel Compton
8da17fb016 Capture trace of app-db before and after a change 2018-01-16 16:15:03 +13:00
Mike Thompson
5db97d1dd1
Update Performance-Problems.md 2018-01-13 16:15:57 +11:00
Mike Thompson
9fafdd8e81
Improve Performance doc 2018-01-13 16:11:59 +11:00
Mike Thompson
7a20fd767b Merge branch 'master' of https://github.com/Day8/re-frame 2018-01-11 20:16:54 +11:00
Mike Thompson
212e698d2a Improve FAQ entry 2018-01-11 20:16:29 +11:00
Mike Thompson
fb7d6959db
Tweak wording in FAQ, correcting typo 2018-01-09 12:59:18 +11:00
Daniel Compton
3e1b48c051 Back to SNAPSHOT 2017-12-22 11:30:53 +13:00
Daniel Compton
16141fae69 Bump version to 0.10.3-beta1 v0.10.3-beta1 2017-12-22 11:29:32 +13:00
Daniel Compton
2ec560bd5c Update changelog 2017-12-22 11:28:17 +13:00
Daniel Compton
12635f42ea
Merge pull request #439 from kommen/fix-interop-now-nodejs
Fix re-frame.interop/now for nodejs
2017-12-22 11:25:35 +13:00
Dieter Komendera
3b960ea5e9 Fix re-frame.interop/now for nodejs 2017-12-21 14:46:49 +01:00
Daniel Compton
c4e59880cc Back to SNAPSHOT 2017-12-12 16:40:24 +13:00
Daniel Compton
cc773daa26 Update to 0.10.3-alpha2 v0.10.3-alpha2 2017-12-12 16:39:09 +13:00
Daniel Compton
264924546a
Merge pull request #437 from oliyh/external-resources-re-graph
Adding re-graph and martian to external resources / libraries
2017-12-11 12:53:51 +13:00
Daniel Compton
73db669775
Merge pull request #438 from jacekschae/patch-1
Add RealWorld to Examples
2017-12-11 12:53:39 +13:00
Jacek Schæ
eb692b3e75
Add RealWorld to Examples
Just pointing out that there is another reference to unfinished RealWorld example - point number 4.
2017-12-08 15:25:05 +01:00
Oliver Hine
83f1442d24 Adding re-graph and martian to external resources / libraries 2017-12-07 11:29:29 +00:00
Daniel Compton
3de2ff8ff3 Debounce tracing callbacks to improve tracing efficiency 2017-11-30 12:51:18 +13:00
Daniel Compton
d48fe58543
Merge pull request #429 from Grahack/pretty_list
Pretty list in the Full Stack FAQ
2017-11-27 11:25:50 +13:00
Daniel Compton
76694c23be
Merge pull request #430 from Grahack/punct_faq
Add punctuation and fix a trivial typo
2017-11-27 11:25:30 +13:00