Commit Graph

1622 Commits

Author SHA1 Message Date
Daniel Compton ff0df61b9a
Merge pull request #448 from JoelSanchez/patch-1
Add my stuff to "external resources"
2018-02-09 11:09:59 +13:00
Joel Sánchez López c11ea0bb7a
Add my stuff 2018-02-08 22:48:19 +01:00
Mike Thompson 2c1d33db7a
Merge pull request #446 from jaimeagudo/patch-2
DOCS: Fix line numbers for `:after`
2018-02-08 08:10:51 +11:00
Jaime Agudo 8332d112f1
Fix Lines for after 2018-02-07 13:05:44 +01:00
Daniel Compton d8235a970b
Merge pull request #445 from manuel-uberti/patch-1
Minor spelling fixes
2018-02-07 08:47:23 +13:00
Manuel Uberti 8406548efb
Minor spelling fixes
Just minor spelling fixes, nothing really drastic. :)
2018-02-06 12:19:58 +01:00
Mike Thompson 1c78c5fbd9
Update Testing.md 2018-02-06 22:12:53 +11:00
Daniel Compton e9b679c64a Fixup subscription error messages 2018-02-02 15:12:23 +13:00
Daniel Compton c4ccfbae8d Version 0.10.4 2018-01-31 01:27:42 +13:00
Daniel Compton 0a9e69e4e6 Add development time tracing of interceptors, effects, and coeffects 2018-01-31 01:26:50 +13:00
Daniel Compton e3a90524fd
Merge pull request #443 from jaimeagudo/patch-1
Warn about re-natal pending issue
2018-01-30 09:25:28 +13:00
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 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 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 9247b1935d.
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 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 64f858c4e3
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 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 2017-12-22 11:29:32 +13:00
Daniel Compton 2ec560bd5c Update changelog 2017-12-22 11:28:17 +13:00