Daniel Compton
429bb217b3
Version 0.9.2
2017-02-09 22:25:47 +13:00
Daniel Compton
9a93a8eec4
Merge branch 'develop'
2017-02-09 22:25:07 +13:00
Daniel Compton
21882a7845
Switch back to Real English
2017-02-03 08:58:58 +13:00
Daniel Compton
8d09b019af
Merge pull request #315 from Kiwka/patch-1
...
Documentation: Removing unneeded line breaks that affects UI
2017-02-03 08:29:41 +13:00
Daniel Compton
eb97a15616
Merge pull request #311 from richardharrington/edits-to-examples-doc
...
Edits to examples doc
2017-02-03 08:28:25 +13:00
Daniel Compton
5338250305
Merge pull request #309 from richardharrington/adds-nested-intellij-files-to-gitignore
...
added nested Intellij project files to .gitignore
2017-02-03 08:20:21 +13:00
Daniel Compton
a989b98c7a
Merge pull request #286 from kanwei/patch-1
...
Depend on reagent 0.6.0 instead of 0.6.0-rc
2017-02-03 08:19:21 +13:00
Daniel Compton
5780f4ca9b
Merge pull request #316 from boechat107/patch-1
...
[docs] Add missing right bracket in the handling example
2017-02-02 18:34:08 +13:00
Mike Thompson
8160ce6bf7
Tweak introduction to Interceptors tutorial.
2017-02-02 08:46:40 +11:00
Mike Thompson
28cdd86a3d
Fix a TOC in docs
2017-02-02 07:38:37 +11:00
Mike Thompson
506538e91e
Merge pull request #320 from plexus/update-doctoc
...
Update doc table of contents with latest doctoc (1.2.0)
2017-02-02 07:36:21 +11:00
Arne Brasseur
f544cfa185
Update doc table of contents with latest doctoc (1.2.0)
...
It seems the version of doctoc that was used didn't correctly handle backticks
and trailing special characters in title names, e.g. it would generate
[What Are They?](#what-are-they-)
[`inject-cofx`](#-inject-cofx-)
Instead of what Github expects:
[What Are They?](#what-are-they)
[`inject-cofx`](#inject-cofx)
2017-02-01 13:43:42 +01:00
Mike Thompson
bd26c87344
Merge pull request #319 from jumarko/typo
...
Fix typos in todomvc application
2017-02-01 02:30:09 +11:00
Juraj Martinka
a30c42054b
Fix typos in todomvc application
2017-01-31 15:22:48 +01:00
Mike Thompson
5ab43c93d8
Merge pull request #318 from plexus/patch-1
...
Docs: tiny typo fix in EffectHandlers.md
2017-01-31 05:14:11 +11:00
Daniel Compton
79a1ea6851
Make npm dependencies, dev-dependencies
2017-01-31 01:56:59 +13:00
Arne Brasseur
c55e3fd910
Docs: tiny typo fix in EffectHandlers.md
2017-01-30 12:43:40 +01:00
Andre Boechat
1f3feeab5d
Add missing right bracket in the handling example
...
A simple `]` was missing in the declaration of the anonymous function
to handle `:set-flag` event.
2017-01-19 15:49:18 -02:00
Olena Sovyn
3bbba25ab3
Removing unneeded line breaks that affects UI
2017-01-19 15:27:58 +00:00
Mike Thompson
b05dce4ba6
Merge pull request #313 from TheTedHogan/faq-cljs-devtools
...
Link text to cljs-devtools matchs link
2017-01-17 08:43:18 +11:00
Ted Hogan
68c4f37b34
Link text to cljs-devtools matchs link
2017-01-16 13:22:48 -07:00
Mike Thompson
cfdf450242
Merge pull request #312 from Biserkov/patch-1
...
Fix double "be" typo.
2017-01-17 04:11:55 +11:00
Jordan Biserkov
183373464e
Fix double "be" typo.
2017-01-16 18:12:18 +02:00
Richard Harrington
bcfd3570a8
somewhat widespread corrections and clarifications in doc
...
-- All changes from British to American spelling (-ise -> -ize)
are not because of any particular preference, but to match
keywords in the code.
2017-01-15 23:07:16 -05:00
Richard Harrington
088686e36c
trailing spaces in doc
2017-01-15 22:50:06 -05:00
Richard Harrington
ea215d44bd
minor changes to examples/simple/README.md
2017-01-15 22:40:11 -05:00
Richard Harrington
4407bf2f82
added nested Intellij project files to .gitignore
2017-01-15 22:34:04 -05:00
Mike Thompson
4d9046eed8
Merge branch 'develop'
2017-01-15 22:05:26 +11:00
Mike Thompson
b171fce961
Add routing resource to docs
2017-01-15 22:04:57 +11:00
Mike Thompson
1591879d30
Merge pull request #308 from richardharrington/master
...
Minor verb changes in README
2017-01-15 22:01:29 +11:00
Richard Harrington
51ccccd97f
docs: "effected"->"affected"; "actions"->"puts into action"
...
-- In the first case, the object of the clause is the
state, not the change itself, so the verb should be
"affected", not "effected".
-- In the second case, "actions" is not a verb. The word
"effects" would work here but would make the sentence
sound super awkward, so I went with "puts into action".
2017-01-15 00:40:46 -05:00
Mike Thompson
1a82dbe622
Merge branch 'master' of https://github.com/Day8/re-frame
2017-01-07 10:34:46 +11:00
Mike Thompson
7e21264cd0
Add new FAQ item
2017-01-07 10:33:46 +11:00
Mike Thompson
8b3b4a319b
Add new FAQ item
2017-01-07 10:33:01 +11:00
Mike Thompson
4ea108a9f4
Merge pull request #306 from oliyh/develop
...
Adding re-learn link to libraries section
2017-01-07 10:29:16 +11:00
Oliver Hine
f353c7d139
Adding re-learn link to libraries section
2017-01-06 21:47:53 +00:00
Mike Thompson
af0cdf3d26
typos
2017-01-04 07:29:17 +11:00
Mike Thompson
46e0a60af1
Improve enrich comment with better description of example
2017-01-04 07:25:49 +11:00
Mike Thompson
1a6066348c
Improve comment on enrich
2017-01-04 07:00:34 +11:00
Mike Thompson
43de26fb14
Docs edits
2017-01-03 23:11:05 +11:00
Mike Thompson
176510731e
One more docs edit
2017-01-03 22:54:07 +11:00
Mike Thompson
a81b718faf
Docs wording.
2017-01-03 22:04:45 +11:00
Mike Thompson
a232a2be62
Another rework of just added docs
2017-01-03 08:42:19 +11:00
Mike Thompson
d0a9e37268
fix typo
2017-01-03 08:28:29 +11:00
Mike Thompson
338778ee47
Add mini FAQ on subscriptions
2017-01-03 08:20:59 +11:00
Mike Thompson
e0b0a39bc4
Docs WIP
2017-01-02 23:07:07 +11:00
Mike Thompson
88e9896062
Add useful links to docs
2017-01-02 13:00:05 +11:00
Mike Thompson
94026de15c
Docs tweaks
2017-01-02 11:50:28 +11:00
Mike Thompson
9b748229ed
Improve "simple" example
2016-12-29 18:01:12 +11:00
Mike Thompson
2a8e5dcfac
Improve Table of Contexts in various docs
2016-12-29 11:05:15 +11:00