Commit Graph

759 Commits

Author SHA1 Message Date
hipitihop 12f6eeee3c Change :dispatch-later fx handler now expects vector of {:ms ... :dispatch ...} & add unit test 2016-07-27 15:43:47 +10:00
Martin Klepsch c670856337 Update logo
- No more padding around logo
- "f" is now more balanced/symmetric
- additional sizes
2016-07-26 13:39:13 +02:00
hipitihop 6344d0a53c fx - check :dispatch effect val to be vector? & introduce new effect :dispatch-n for 2016-07-26 16:53:50 +10:00
Daniel Compton 0ce1a04930 Return nil when registering a handler 2016-07-26 16:09:56 +12:00
Daniel Compton 6df7320f97 Add Cursive code style settings 2016-07-26 16:06:46 +12:00
Mike Thompson e47caa2f34 Improve comment 2016-07-26 11:42:02 +10:00
Mike Thompson 2ac221828a Tweak Changes.md 2016-07-26 11:41:42 +10:00
Mike Thompson b3b377d9ea Add images folder. Move logos down a level. Add water cycle image. 2016-07-24 18:36:14 +10:00
Mike Thompson acbfda41b3 v0.0.9-alpha4 2016-07-24 18:15:02 +10:00
Mike Thompson d2645c089d add helpful error messages which explain recent renaming 2016-07-24 18:14:43 +10:00
Mike Thompson 04be34d615 Move samples to alpha3 2016-07-24 17:18:24 +10:00
Mike Thompson f5175223d5 v0.8.0-alpha3 2016-07-24 17:13:15 +10:00
Mike Thompson 658f3b0232 Switch to using `reg-*` naming, instead of `def-*` naming 2016-07-24 17:08:09 +10:00
Mike Thompson 484da2e9a9 crop surrounding "whitespace" from images 2016-07-23 10:42:44 +10:00
Mike Thompson c4bc10691b Use new logo 2016-07-23 10:31:23 +10:00
Mike Thompson 7a56afac6f Warn Martin. 2016-07-23 10:09:35 +10:00
Mike Thompson e192026c47 Merge pull request #185 from martinklepsch/logo
Add Martin's new logo
2016-07-23 10:07:26 +10:00
Mike Thompson 52d61c03b3 Merge branch 'master' into develop
Conflicts:
	src/re_frame/subs.cljc
2016-07-23 09:52:41 +10:00
Mike Thompson 4ba1226e94 Acknowledge Martin as the logo creator 2016-07-23 09:45:54 +10:00
Mike Thompson d9d02810a7 Merge pull request #186 from oliyh/master
Fix never-ending warn about not implementing IReactiveAtom
2016-07-23 09:43:42 +10:00
Oliver Hine 5daafa7db4 Fix never-ending warn about not implementing IReactiveAtom 2016-07-22 19:44:05 +01:00
Martin Klepsch 66749d21d5 add infinite-loop logo w/ source .sketch file 2016-07-22 15:22:51 +02:00
Martin Klepsch 0654339498 remove old logo 2016-07-22 14:28:10 +02:00
Mike Thompson c24b9cde4f With the new logo, there was too much colour at the top of the readme 2016-07-22 20:47:14 +10:00
Mike Thompson 07b9751677 Merge branch 'develop' of https://github.com/Day8/re-frame into develop
Conflicts:
	CHANGES.md
2016-07-22 20:45:14 +10:00
Mike Thompson 33d869bccd Changes.md 2016-07-22 20:41:37 +10:00
Gregg8 77dc307a3c A bit of text wrangling 2016-07-22 18:59:04 +10:00
hipitihop 7099b6f448 add logo 2016-07-22 18:23:33 +10:00
Stuart Mitchell e3fadc9e72 Moved tools.logger from dev dependencies to fix problems compiling consuming projects 2016-07-22 14:35:21 +12:00
Stuart Mitchell faae34822c Removed undo functionality as it is not handled in day8.re-frame/undo 2016-07-22 14:02:18 +12:00
Mike Thompson 17a4fb8f5a Add Sam and Bryan's work to change log. 2016-07-22 11:24:34 +10:00
Mike Thompson 15d501e44f Merge pull request #184 from Day8/logging
Lower logging levels of normal events - these will be deleted by the time we get to a RC
2016-07-22 10:46:48 +10:00
Daniel Compton 7bf6902230 Lower logging levels of normal events
We don't need to use the :warn logging level for standard events.
2016-07-22 12:40:26 +12:00
Sam Roberton a169e1bc5e Merge pull request #183 from samroberton/cljc
Converting to CLJC for JVM testing
2016-07-22 09:59:07 +10:00
Sam Roberton 02ec0c26e6 CLJC: fix subs handlers to supply correct arity 2016-07-21 17:56:46 +10:00
Sam Roberton ef3656ff60 CLJC: tools.logging as default re-frame.loggers 2016-07-21 17:08:38 +10:00
Sam Roberton b4d915c395 CLJC bugfix: IAtom is an interface, not a protocol 2016-07-21 17:08:01 +10:00
Sam Roberton 951682db81 CLJC: address (some of) Daniel's review comments 2016-07-21 12:42:25 +10:00
Sam Roberton cc33fe5a95 First pass at converting to CLJC for JVM testing
Note that the goal of using CLJC here is to enable writing and running
`deftest`s in JVM Clojure to test your (CLJS) re-frame app.  Actually
running a re-frame app as a meaningful thing on the JVM (other than for
tests) is explicitly *not* a goal.

- All files renamed *.cljs -> *.cljc
- New `re-frame.interop` ns for stuff that's different between CLJS and
  JVM Clojure, including Reagent interop.
- Other CLJS incompatibilities (eg `catch :default` and `deftype`'s
  `^:mutable` vs `^:volatile-mutable`) are handled with reader
  conditionals in-place.
2016-07-20 19:19:56 +10:00
hipitihop 3c4b0791fc correct use of list? to account for lazy seqs 2016-07-20 17:16:01 +10:00
Stuart Mitchell 25a197cdd9 Removed possibly confusing usage of spec to parse function arguments in register-pure 2016-07-20 17:48:10 +12:00
Mike Thompson 8e211754a3 Remove todo 2016-07-20 11:16:52 +10:00
hipitihop d8e97b86d7 comment typos 2016-07-20 10:35:19 +10:00
Mike Thompson f220e6821b Merge pull request #181 from Day8/spec
Moved todomvc to spec checking
2016-07-20 09:53:39 +10:00
Mike Thompson 56e7bb44db More README madness 2016-07-20 09:52:39 +10:00
Mike Thompson 018eb0dff5 Better comment 2016-07-20 09:52:26 +10:00
Stuart Mitchell 1dd52faeae Moved todomvc to spec checking 2016-07-20 11:39:59 +12:00
Mike Thompson 854109ed46 Merge remote-tracking branch 'origin/stack-dispatch' into develop
Conflicts:
	src/re_frame/router.cljs
2016-07-19 22:25:23 +10:00
Mike Thompson 16585b2722 Correct incorrect badge URLs in README 2016-07-19 22:23:37 +10:00
Mike Thompson 06bec5b1d0 Even though they are temporary log messages, switch to use offical method. 2016-07-19 18:51:45 +10:00