Skip to content

Releases: aroemers/mount-lite

2.3.0

03 Dec 16:18
Compare
Choose a tag to compare

What's Changed

  • Add clj-kondo support for defstate macro by @D00mch in #30

New Contributors

Full Changelog: 2.2.1...2.3.0

2.2.1

20 Mar 12:05
Compare
Choose a tag to compare
Release 2.2.1

2.2.0

20 Mar 10:53
Compare
Choose a tag to compare
Release 2.2.0

2.1.5

04 Sep 08:46
Compare
Choose a tag to compare
Release 2.1.5

2.1.4

30 Jul 18:59
Compare
Choose a tag to compare
Fix reflection warnings

2.1.3

30 Jul 18:59
Compare
Choose a tag to compare
Prepare release 2.1.3

2.1.2 - 2020-03-17

17 Mar 12:43
Compare
Choose a tag to compare

Fixed

  • Fixed #18 - mount.extensions.namespace-deps does not discover state dependencies via empty namespaces

Changed

  • Merged #17 - Throw Error when accessing an unstarted state

0.9.8 - 2016-05-25

26 May 13:36
Compare
Choose a tag to compare

Added

  • Setting a log function via log-fn, which is called on state changes.
  • An exception is thrown when the state graph cannot be created due to missing sources. This only affects functions such as parallel and up-to.

Changed

  • The defstate macro now disallows defining a var that already exists and is not a defstate.
  • The documentation has moved to codox

0.9.7 - 2016-03-01

01 Mar 14:33
Compare
Choose a tag to compare

Fixed

  • Allow AOT-ing of defstates

0.9.6 - 2016-02-29

29 Feb 21:31
Compare
Choose a tag to compare

Added

  • Add optional bindings to defstate, and :bindings option to start. See README for details.
  • Added :on-reload option for defstate.
  • Added :on-cascade option for defstate.

Changed

  • The on-reload function now defaults to nil, and only overrides the states' :on-reload when set to a non-nil value.