1222 Commits

Author SHA1 Message Date
Daniel Compton
82d3555e95 Version 0.9.4-SNAPSHOT 2017-05-15 08:26:40 +12:00
Daniel Compton
8a1a28823b Version 0.9.3 v0.9.3 2017-05-15 08:26:28 +12:00
Daniel Compton
f3ae4c2592 Update changelog 2017-05-15 08:26:04 +12:00
Daniel Compton
68568813d0 Merge pull request #338 from ggeoffrey/develop
Removed duplicated require causing build error with shadow-build
2017-05-15 08:21:05 +12:00
Geoffrey Gaillard
aecd0ee80d Removed duplicated require causing build error with shadow-build 2017-05-12 12:18:31 +02:00
Daniel Compton
d70067619b Merge pull request #336 from Sohalt/master
enforce reg-sub :<- syntax
2017-05-01 08:45:32 +12:00
Daniel Compton
9e6ea5431c Add changelog for #336 2017-05-01 08:44:32 +12:00
Daniel Compton
25d7677fad Rename label to marker in subs 2017-05-01 08:44:12 +12:00
Mike Thompson
2490912069 More readme tweaks. Surely I'll stop soon. 2017-04-16 22:15:49 +10:00
Mike Thompson
1af70cb9fc More Readme tweaks 2017-04-16 17:49:46 +10:00
Mike Thompson
b10b04bf0e Readme tweaks 2017-04-16 15:41:36 +10:00
sohalt
0757310565 enforce reg-sub :<- syntax 2017-04-15 05:48:41 +02:00
Mike Thompson
5d110086da Fix quote in docs 2017-04-15 13:39:27 +10:00
Mike Thompson
58c8f3af42 README tweak 2017-04-15 13:28:54 +10:00
Mike Thompson
e59168e441 Docs massaging 2017-04-15 12:19:24 +10:00
Mike Thompson
c2492494a8 Merge branch 'develop' 2017-04-14 15:38:49 +10:00
Mike Thompson
65ed3a2aa3 Improve the Table of Contents in some docs 2017-04-14 15:38:18 +10:00
Daniel Compton
5c0261dbda Merge pull request #331 from egli/patch-1
Fix rendering of quote
2017-03-30 15:33:12 +13:00
Christian Egli
533df5374e Fix rendering of quote 2017-03-29 14:50:47 +02:00
Daniel Compton
af1c492b58 Add changelog entry for #328 2017-03-27 11:32:19 +13:00
Daniel Compton
c4eddeca1e Merge pull request #327 from schnipseljagd/patch-1
Fix for example: Request format is mandatory
2017-03-27 11:09:04 +13:00
Nicolas Berger
fa7828375a Fix update-coeffect
Similar to assoc-coeffect, update-coeffect has to do an update-in
`[:coeffects key]`
2017-03-25 07:47:53 -07:00
Joscha
873f7206fc Fix for example: Request format is mandatory
Like documented in the example: https://github.com/Day8/re-frame-http-fx#step-2-registration-and-use
2017-03-25 14:27:16 +01:00
hipitihop
41ec2a3798 Fix testing cofx refers to random when explaining now 2017-03-08 17:42:05 +10:00
Daniel Compton
b759807aa7 Add release notes for 0.9.2 2017-03-01 10:46:29 +13:00
Daniel Compton
e1ebc69f93 Add code of conduct 2017-02-28 09:45:27 +13:00
Daniel Compton
931ba31698 Merge pull request #323 from timgilbert/subscription-docs-typo
Typo fix in reg-sub-raw sample code
2017-02-21 09:53:34 +13:00
Tim Gilbert
2195dd62b5 Typo fix in reg-sub-raw sample code 2017-02-17 16:44:18 -05:00
Daniel Compton
3e16530984 Merge pull request #321 from mike706574/patch-1
Fix typos.
2017-02-10 15:57:37 +13:00
mike
138f8c4327 Fix typos. 2017-02-09 18:03:44 -06:00
Daniel Compton
99aeb696d2 Version 0.9.3-SNAPSHOT 2017-02-09 22:25:57 +13:00
Daniel Compton
429bb217b3 Version 0.9.2 v0.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