Liking cljdoc? Tell your friends :D

Change Log

0.0.19

  • Removed accidental use of timbre
  • Dropped the use of Defn for function specs for the moment.

0.0.18

  • Fixed a race condition on React lifecycles when using state machines that could lose loads.
  • Added

0.0.17

  • Added fallback support for loads

0.0.16

  • Fixed duplicate source in JAR

0.0.15

  • Finished state machine support for: remotes, aborting network requests, state timeout events, and improved docs.
  • Upgraded example to use timeouts, aborts, etc.

0.0.14

  • Got rid of ghostwheel dependency madness
  • Added CI support

0.0.13

  • Added remote support to state machines

0.0.12

  • Added UI State Machines.

0.0.11-1

  • Removed stray console.log

0.0.11

  • Added a ptransact! that is capable of composing pmutations with all other kinds.

0.0.10

  • Added update-io-progress! for flicker free io progress, but able to distinguish loads from mutations.

0.0.9

  • Added some helpers for flicker free progress updates and other state display to pessimistic mutations. These combine load marker support.
  • Added helpers for reading mutation errors and loading state for the "current" component.

0.0.8

  • Made pmutate! honor declared refresh on the mutation
  • pmutate! now adds loading status to target entity, if targeting
  • pmutate! will not write a mutation response of "loading" with key into a declared target, so the target can display progress if necessary.

0.0.7

  • Bugfix for pmutate!

0.0.6

  • Added support for mutation interfaces to be used with pmutate!

0.0.5

  • Renamed ::pm/error-marker to ::pm/key.
  • Made ::pm/key visible in loading and errors.

0.0.4

  • Fixed hard errors in pmutate to not call ok handler
  • Added target/returning support to pmutate!
  • Improved visibility rules rules for mutation response, and documented it.

0.0.3

  • Refined mutation interface declaration
  • Added a new version of ptransact! in a new namespace. Much more refined. Requires Fulcro 2.6.9.

0.0.2

  • Added support for mutation interface declaration

0.0.1

  • Initial release

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close