https://github.com/atnos-org/eff
Name Target Message Date
HEAD 7ebb739 Update scalafmt-core to 3.8.1 29 March 2024, 08:57:39 UTC
refs/heads/5.8.x ee2d470 Create notes/v5.8.1.markdown 06 October 2020, 04:48:11 UTC
refs/heads/6.x 34904c2 use `ChooseEffect` instead of `choose` prepare next version 08 August 2023, 02:37:12 UTC
refs/heads/gh-pages 090ec06 Deploying to gh-pages from @ atnos-org/eff@d0156e48817b081216d56060737da2d32a40ea7d 🚀 23 February 2024, 23:18:50 UTC
refs/heads/master 7ebb739 Update scalafmt-core to 3.8.1 29 March 2024, 08:57:39 UTC
refs/tags/5.5.2 8c08363 Version 5.5.2, using existing pgp signing mechanism 21 September 2019, 01:03:30 UTC
refs/tags/5.8.0 e8f1687 Scala 2.13.2 26 April 2020, 14:11:05 UTC
refs/tags/EFF-1.5 ca1a2bd published 1.5 02 May 2016, 19:30:44 UTC
refs/tags/EFF-1.6 8556dff added release notes 09 May 2016, 10:24:07 UTC
refs/tags/EFF-1.6.1 5d58b2d notes for 1.6.1 12 May 2016, 06:51:38 UTC
refs/tags/EFF-1.6.2 32e8af0 removed one type parameter from the `runXor` method 12 May 2016, 11:35:23 UTC
refs/tags/EFF-1.7 445707f added missing notes 19 May 2016, 11:46:10 UTC
refs/tags/EFF-1.7.1 09d1919 fixed the monix module name in the notes 01 June 2016, 06:12:07 UTC
refs/tags/EFF-1.7.5 68c58c7 added a paragraph on m.out 15 July 2016, 07:00:22 UTC
refs/tags/EFF-2.0-RC1 a9df5d9 updated the user guide for 2.0 07 August 2016, 19:58:27 UTC
refs/tags/EFF-2.0.1 30e52f1 fixed the documentation for the Async effect which was still mentioning using services to create effects. Moved the monix task interpreter to a package similar to Scalaz Task. 30 November 2016, 16:37:29 UTC
refs/tags/EFF-2.0.2 e2dcd1a published 2.0.2 06 December 2016, 12:18:42 UTC
refs/tags/EFF-2.1.0 61383fe published 2.1.0 14 December 2016, 08:54:08 UTC
refs/tags/EFF-2.2.0 aeab610 publish 2.2.0 15 December 2016, 07:31:13 UTC
refs/tags/EFF-2.3.0 92a1607 Fixed the memoization of async values. (#49) * fixed the memoization of async values. each intermediate value of a Eff[R, A] must be memoized * renamed the async interpreters 06 January 2017, 11:41:29 UTC
refs/tags/EFF-3.0.0 279e0dd minor notes edits 08 February 2017, 07:16:37 UTC
refs/tags/EFF-3.0.1 e6fe1d6 added notes for 3.0.1 15 February 2017, 07:35:49 UTC
refs/tags/EFF-3.0.2 084d769 added notes for 3.0.2 16 February 2017, 15:58:21 UTC
refs/tags/EFF-3.0.3 b32bc69 added notes for 3.0.3 17 February 2017, 13:09:49 UTC
refs/tags/EFF-3.0.4 017f7a4 added a convenience method to shutdown the execution services on future completion 22 February 2017, 00:16:15 UTC
refs/tags/EFF-3.1.0 de60e57 use a scheduler instead of an scheduled executor service for future/task effects (#74) except for monix task which can be directly embedded into Eff and support timeout functionality 08 March 2017, 06:50:03 UTC
refs/tags/EFF-4.0.0 57ab6f9 added a test case for the `addLast` method with the future effect 22 March 2017, 12:40:24 UTC
refs/tags/EFF-4.0.0-RC1 81fd2af Tail recursive generic interpreter (#81) * better implementation for tailRecM * added the possibility to flatMap on pure values with Impure this makes a possible chain of flatMaps with pure stacksafe * added a stack safe writer interpreter using the generic interpreter * started rewriting the either effect * refactored a good part of the either interpreters * finished the remaining interpreters * migrated the State interpreters * updated the error interpreters * fixed the writer spec * fixed the execution of pure values with Eval * reworked the Option effect * renamed Arrs to Continuation and fixed the Safe spec with continuation onNone * renamed Continuation.singleton to Continuation.lift * rewrote the validate interpreters * rewrote the reader interpreters * rewrote the eval interpreters * rewrote the list interpreter * removed old interpreter code and renamed the interpreter main functions * added an attemptEither method for the either effect * added a bit more documentation for interpreters using a Maybe effect instead of Future for simplicity 21 March 2017, 08:09:22 UTC
refs/tags/EFF-4.0.1 7bccde1 fixed stack safety issues for pure values 23 March 2017, 13:48:26 UTC
refs/tags/EFF-4.0.2 67a316e fixed the interpretation of interleaved applicative effects 23 March 2017, 16:30:14 UTC
refs/tags/EFF-4.1.0 3099353 fixed the forking of scalaz Task effects - it should not use an implicit global ExecutorService. - use eff.ExecutorServices to run TimedTasks - remove the use of an implicit Strategy for fs2 task effect 24 March 2017, 15:26:52 UTC
refs/tags/EFF-4.2.0 2cca365 Detach with last (#88) * make sure the last action is invoked when interpreting the Eval effect * use MonadError for Eff.detach to make sure that last actions are triggered 04 April 2017, 16:09:08 UTC
refs/tags/EFF-4.3.0 2ce38d1 added notes for 4.3.0 18 April 2017, 16:28:06 UTC
refs/tags/EFF-4.3.1 046e222 added notes for 4.3.1 20 April 2017, 23:45:05 UTC
refs/tags/EFF-4.3.2 fb393db fix for the memoization of effects getting the value of a key must be delayed before building the memoization sequence 25 April 2017, 10:20:45 UTC
refs/tags/EFF-4.3.3 8a1e02b added back the macros module 25 April 2017, 12:32:16 UTC
refs/tags/EFF-4.3.4 ce69423 added notes for 4.3.4 11 May 2017, 05:53:32 UTC
refs/tags/EFF-4.3.5 c1b08ad monix 2.3.0 (#102) 17 May 2017, 08:12:08 UTC
refs/tags/EFF-4.4.0 6775198 added notes for 4.4.0 01 June 2017, 20:49:34 UTC
refs/tags/EFF-4.4.1 7018cfd implemented a stacksafe ap for the scalaz task effect and tested the monix + fs2 instances 19 June 2017, 15:48:34 UTC
refs/tags/EFF-4.4.2 348ffa9 fixed a ClassCastException when interleaving applicative effects 21 June 2017, 07:55:07 UTC
refs/tags/EFF-4.4.3 a821383 use the TimedTask ExecutorService instead of the default Strategy to fork tasks in the scalaz TaskEffect 12 July 2017, 07:39:46 UTC
refs/tags/EFF-4.4.4 b1a8996 added notes for 4.4.4 18 July 2017, 08:40:35 UTC
refs/tags/EFF-4.5.0 dbafc04 added a Catchable instance for Eff[R :_Task, ?] and a natural transformation from Task 27 July 2017, 09:14:56 UTC
refs/tags/EFF-4.6.0 c8cb70f added the notes for 4.6.0 28 August 2017, 07:10:34 UTC
refs/tags/EFF-4.6.1 3594148 fixed the attempt action for the safe effect it should not side-effect 31 August 2017, 06:26:20 UTC
refs/tags/EFF-5.0.0 f64bf84 released 5.0.0 20 February 2018, 11:44:30 UTC
refs/tags/EFF-5.1.0 34e8a7b fixed the Async instances for IO and monix tasks 27 February 2018, 14:48:48 UTC
refs/tags/EFF-5.2.0 9de637a added notes for 5.2.0 27 April 2018, 07:46:08 UTC
refs/tags/EFF-5.3.0 bc749eb use sbt 1.1.4 and release 5.3.0 11 May 2018, 07:09:08 UTC
refs/tags/EFF-5.4.0 e9326d8 Some effects creation functions were changed to have by-name arguments. (#157) 04 December 2018, 15:16:51 UTC
refs/tags/EFF-5.4.1 6360517 prepare the publication of 5.4.1 18 December 2018, 16:29:22 UTC
refs/tags/EFF-5.5.0 c5f62ab release 5.5.0 19 February 2019, 06:35:26 UTC
refs/tags/EFF-5.9.0 a67a892 5.9.0 28 May 2020, 02:41:47 UTC
refs/tags/macros_v1 964f76c Eliminate some boilerplate code with macros 20 March 2017, 21:31:53 UTC
refs/tags/v5.10.0 7d896c4 5.10.0 17 July 2020, 15:21:49 UTC
refs/tags/v5.11.0 4ca2e5d Update cats-core to 2.2.0 03 September 2020, 22:46:31 UTC
refs/tags/v5.12.0 d542ecf create notes/v5.12.0.markdown 06 October 2020, 04:13:56 UTC
refs/tags/v5.13.0 db10737 v5.13.0 30 November 2020, 22:24:59 UTC
refs/tags/v5.14.0 8933c61 add notes/v5.14.0.markdown 10 February 2021, 03:17:39 UTC
refs/tags/v5.15.0 851c2ad add 5.15.0 note git log v5.14.0...HEAD --no-merges --oneline --pretty=format:"- [%s](https://github.com/atnos-org/eff/commit/%H)" > notes/v5.15.0.markdown 30 March 2021, 06:55:28 UTC
refs/tags/v5.16.0 8003626 add notes/v5.16.0.markdown 18 May 2021, 02:21:37 UTC
refs/tags/v5.17.0 f5a0d28 add notes/v5.17.0.markdown. set version ``` git log v5.16.0...HEAD --no-merges --oneline --pretty=format:"- [%s](https://github.com/atnos-org/eff/commit/%H)" > notes/v5.17.0.markdown ``` 27 May 2021, 15:11:56 UTC
refs/tags/v5.18.0 27756e7 5.18.0 03 June 2021, 14:41:07 UTC
refs/tags/v5.19.0 e20d36d 5.19.0 25 July 2021, 06:41:00 UTC
refs/tags/v5.20.0 99f7a95 5.20.0 11 September 2021, 06:34:24 UTC
refs/tags/v5.21.0 a71ceb0 5.21.0 ``` git log v5.20.0...HEAD --no-merges --oneline --pretty=format:"- [%s](https://github.com/atnos-org/eff/commit/%H)" > notes/v5.21.0.markdown ``` 14 October 2021, 00:04:51 UTC
refs/tags/v5.22.0 4be114b 5.22.0 ``` git log v5.21.0...HEAD --no-merges --oneline --pretty=format:"- [%s](https://github.com/atnos-org/eff/commit/%H)" > notes/v5.22.0.markdown ``` 18 November 2021, 03:23:42 UTC
refs/tags/v5.23.0 02b7775 5.23.0 ``` git log v5.22.0...HEAD --no-merges --oneline --pretty=format:"- [%s](https://github.com/atnos-org/eff/commit/%H)" > notes/v5.23.0.markdown ``` 25 January 2022, 22:08:54 UTC
refs/tags/v5.5.1 ffa8454 Version 5.5.1 published for 2.13 except twitter integration 15 September 2019, 01:02:56 UTC
refs/tags/v5.7.0 621ac11 Drop 2.11 support, adopt cats 2.1 16 January 2020, 01:08:35 UTC
refs/tags/v5.8.1 ee2d470 Create notes/v5.8.1.markdown 06 October 2020, 04:48:11 UTC
refs/tags/v6.0.0 65d3e11 6.0.0 ``` git log v5.23.0...HEAD --no-merges --oneline --pretty=format:"- [%s](https://github.com/atnos-org/eff/commit/%H)" > notes/v6.0.0.markdown ``` 17 April 2022, 01:31:25 UTC
refs/tags/v6.0.1 03a3677 6.0.1 02 June 2022, 22:40:04 UTC
refs/tags/v6.0.2 6559f85 6.0.2 30 October 2022, 11:39:13 UTC
refs/tags/v6.0.3 a0b76cc 6.0.3 ``` git log v6.0.2...HEAD --no-merges --oneline --pretty=format:"- [%s](https://github.com/atnos-org/eff/commit/%H)" > notes/v6.0.3.markdown ``` 18 April 2023, 02:34:02 UTC
refs/tags/v7.0.0 4fae03a v7.0.0 ``` git log v6.0.3...HEAD --no-merges --oneline --pretty=format:"- [%s](https://github.com/atnos-org/eff/commit/%H)" > notes/v7.0.0.markdown ``` 08 August 2023, 05:29:45 UTC
refs/tags/v7.0.1 5cc7af2 v7.0.1 28 September 2023, 04:30:37 UTC
back to top