Commit Graph

1342 Commits

Author SHA1 Message Date
Stuart Mitchell 48a1bda438 register-pure-sub: uses a function to do the work 2016-06-14 14:52:25 +12:00
Stuart Mitchell a5f73a3991 Added tests for existing subscriptions 2016-06-14 14:50:40 +12:00
Stuart Mitchell 9f9ca70ad1 Merge branch 'master' into develop 2016-06-14 14:48:20 +12:00
Stuart Mitchell cb36218dce remove cljs-transit dependency 2016-06-14 14:38:44 +12:00
Mike Thompson 08b83ae331 Reinstate mistakenly removed require 2016-06-11 22:55:04 +10:00
Mike Thompson ea1e9e7745 Light improvements to comments in core. 2016-06-11 22:23:53 +10:00
Mike Thompson 04b718ba27 Update readme on todomvc. it makes an incorrect claim. 2016-06-11 22:22:06 +10:00
Mike Thompson 95c32ed985 Bump dependencies in projects 2016-06-11 22:21:29 +10:00
Mike Thompson 1e9c991d25 remove unneeded require 2016-06-11 22:20:45 +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 9adf4cf40b Improve API comment 2016-06-03 12:58:06 +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
Caio Oliveira da9c11eae0 Fixed broken link (#169)
Link to elm's reactivity guide was broken
2016-05-30 10:08:01 +12:00
Mike Thompson 3d4e8cde8f Introduce de-duplicated subscriptions. 2016-05-29 23:23:17 +10:00
Mike Thompson 32ab35a436 Bump dependencies. In particular for Reagent 0.6.0-SNAPSHOT 2016-05-29 23:22:41 +10:00
Mike Thompson c7fb38becf Error message made more generic 2016-05-29 22:48:18 +10:00
Mike Thompson e562b06880 Better router loop comments 2016-05-29 22:47:25 +10:00
Mike Thompson fe1b6bc729 improve trivial comment 2016-05-27 12:54:42 +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
Mike Thompson 5aafe09c1b Add link to alternative debug middleware 2016-05-21 00:44:16 +10:00
Mike Thompson 41593509be Improved comment 2016-05-20 22:36:35 +10:00
Daniel Compton 477459bae0 Fix grouping of debug/middleware 2016-05-05 12:40:02 +12:00
Mike Thompson 7be581d215 Merge pull request #167 from Day8/no-diff-log
middleware/debug: Log a single line if app-db not changed by a handler
2016-05-05 10:25:11 +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
Daniel Compton b4ac376f60 Fix :clean-targets folder 2016-05-05 11:36:47 +12:00
Daniel Compton 7077f87fbf Make build status smaller 2016-05-05 11:27:29 +12:00
Daniel Compton f8012fd44b Add build status for master and develop 2016-05-05 11:26:37 +12:00
Rob Jentzema be6c53131d newlines and eof newline 2016-04-11 11:31:29 +12:00
Rob Jentzema 71d0bf21b8 a few typos corrected in todomvc example 2016-04-11 11:31:25 +12:00
Mike Thompson c182af1b59 Add comment on middleware 2016-03-22 14:11:21 +11:00
Mike Thompson 9b64df912d Actually remove log-ex. Commented out in last release. 2016-03-15 20:08:25 +11:00
Daniel Compton cc1c32301b Bump to 0.7.1-SNAPSHOT 2016-03-15 08:52:43 +13:00
Mike Thompson ae92f8d7b7 Merge pull request #156 from yang-wei/patch-1
Update terms used in Elm to latest changes
2016-03-15 00:04:32 +11:00
Mike Thompson be6f49f21e remove unneeded require 2016-03-14 23:35:48 +11:00
Mike Thompson 151c32d448 Time to release v0.7.0 2016-03-14 23:32:54 +11: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 accdc0a468 Show use of `debug` middleware in todomvc 2016-03-14 23:21:42 +11:00
Mike Thompson f821c99858 Remove `log-ex` middleware - no longer needed 2016-03-14 21:00:33 +11:00
Mike Thompson 47959188a0 Improve comment in todomvc 2016-03-14 21:00:00 +11:00
Lim Yang Wei a4de4651ce Update terms used in Elm to latest changes
Since Elm 0.14, there is no more `lift`. Fixed it to `map`.

> The term lift is dead. It makes me a bit sad for my thesis, but I think it will help a lot of people get started with signals more quickly. The new term is map, and the goal is to build on the intuition people have from working with lists.

http://elm-lang.org/blog/announce/0.14
2016-02-29 12:00:20 +08:00
Mike Thompson 4b3e59950f Merge pull request #155 from olieidel/master
Fix minor typo in README
2016-02-29 11:03:41 +11:00
Oliver Eidel 2a36dd99ca totally minor typo in readme
I enjoy reading it! keep up the good work!
2016-02-28 00:12:06 +01:00
Mike Thompson 2c2c1c6612 Take out "experimental" comment near `on-changes`. It became official some time ago. 2016-02-26 23:01:54 +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
Mike Thompson e328e398f7 Merge branch 'master' into develop 2016-02-16 02:42:06 +11:00
Mike Thompson 4bc4415f49 Merge pull request #153 from cldwalker/fix-docstrings
Fix docstring references to old fns
2016-02-16 02:40:01 +11:00
Gabriel Horner 7b6afc350c Fix docstring references to old fns 2016-02-15 08:55:10 -05:00