Commit Graph

461 Commits

Author SHA1 Message Date
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
Daniel Compton ecbf740851 Update changelog for #149 2016-01-29 11:07:58 +13:00
Daniel Compton 96ff91f1ff Bump project to 0.7.0-alpha2 2016-01-28 23:20:57 +13:00
Daniel Compton 41cf9951d8 Add tests for undo behaviour
Inspired by #149, this adds tests to cover the change that was made. It
also tests the redo logic.
2016-01-28 23:14:43 +13:00
Sergey Tselovalnikov bb78981e1d Fix behavior with large undo lists 2016-01-28 21:31:08 +13:00
Markus Bertheau 4115e410d6 Correct spelling 2016-01-23 18:07:20 +13:00
Markus Bertheau 4822688a62 Correct doc reference to handlers/register-base 2016-01-23 18:07:00 +13:00
Daniel Compton 1ceb5acc63 Update Karma version to 0.13.19 (forked) 2016-01-11 14:30:24 +13:00
Mike Thompson 322f00212c Fix spelling error in changelog 2016-01-07 06:25:51 +09:00
Mike Thompson 338226f6d4 Add clarification to change log. 2016-01-06 11:54:29 +09:00
Mike Thompson 63326a1b18 update changelog: new version of Reagent supported 2015-12-22 00:56:05 +11:00
Mike Thompson a1700b243a Bump to version 0.7.0-alpha 2015-12-22 00:54:05 +11:00
Mike Thompson 00f706688a Make router work with 0.6.0 of reagent (and be backwards compatible) 2015-12-22 00:17:33 +11:00
Mike Thompson ddec78442d Note recent changes in changelog 2015-12-17 05:26:30 +11:00
Daniel Compton 71095459f1 Add more docs for required install dependencies. 2015-12-11 14:16:39 +13:00
Daniel Compton 7a168db9ab Merge pull request #138 from Day8/switch-to-circle
Switch to using CircleCI and automated testing with Karma
2015-12-11 13:57:51 +13:00
Mike Thompson 99e01030ec Add additional change to changelog 2015-12-10 22:44:58 +11:00
Daniel Compton 3334297f23 Switch to using CircleCI and automated testing with Karma
- Remove travis config
- Add CircleCI config and badge
- Add docs on running the tests
- Create a test runner
- Add npm dependencies and gitignore
2015-12-10 21:47:18 +13:00
Mike Thompson 8c01555a6a Further docs tweaks for v0.6.0 2015-12-09 07:40:47 +11:00
Mike Thompson 2ce82d9fda Add docs for new `add-post-event-callback`. Promote `on-change` to officially being a part of the API. 2015-12-08 08:19:59 +11:00
Mike Thompson aaaa982f1f Merge branch 'develop' of https://github.com/Day8/re-frame into develop 2015-12-08 07:40:56 +11:00
Mike Thompson 2dd5d0d2a8 Update dependencies and switch to 0.6.0 version 2015-12-08 07:38:32 +11:00
Mike Thompson 796f0d7c67 Update changelog in anticipation of release 2015-12-08 07:37:55 +11:00
Mike Thompson 67a6436843 Merge pull request #133 from kamn/develop
Added a space to make list in README.md appear
2015-12-08 07:16:20 +11:00
Mike Thompson fe48345d6d Merge pull request #135 from carouselapps/develop
Call the appropriate add-post-event-callback. For #118.
2015-12-07 08:13:48 +11:00
J. Pablo Fernández 4b84166566 Call the appropriate add-post-event-callback. For #118. 2015-12-06 19:10:32 +00:00
Mike Thompson 927d318626 First pass at providing what @pupeno needs for #118 2015-12-06 23:19:11 +11:00
Mike Thompson e59cccd7a4 Begin v0.6.0.alpha1 2015-12-06 23:15:57 +11:00
Mike Thompson c20564938e Begin v0.6.0.alpha1 2015-12-06 23:15:05 +11:00
Mike Thompson 0d224876c8 Merge pull request #134 from scgilardi/develop
simplify the state machine
2015-12-06 22:12:47 +11:00
Samuel Miller c05be2461f Added a space to make list in README.md appear 2015-11-17 20:35:58 -07:00
Stephen C. Gilardi e77fc53e53 simplify state handling around resume 2015-11-06 23:04:45 -05:00