Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Monocle

Optics libraries for Scala
Collective - Host: opensource - https://opencollective.com/scalamonocle - Website: https://optics-dev.github.io/Monocle/ - Code: https://github.com/optics-dev/Monocle

Add sbt-typelevel

github.com/optics-dev/Monocle - aa598298b9b60f748b6fdeb259bb6d2d5d2224be authored over 10 years ago
Use scala 2.11.2

github.com/optics-dev/Monocle - 714d4c1a5d2270004c6b4fdfdb5c895c4de0d5b7 authored over 10 years ago
Add map Arbitrary

github.com/optics-dev/Monocle - 6b6d657448a9778706ef2a25f51f56e90f20f1cc authored over 10 years ago
Update type class order definition for String

github.com/optics-dev/Monocle - 99884b99deb0eeede6d233b832f99b3e4ff520e2 authored over 10 years ago
Upgrade specs2 dependency to scalaz 7.1.RC1

github.com/optics-dev/Monocle - 30ba664a9bb6105727930a00e92d6c6aa61db60f authored over 10 years ago
Remove comment

github.com/optics-dev/Monocle - 9ccfa12ec74327fe63ed597646b0fd7c5be71019 authored over 10 years ago
#69 Remove OneAnd LastOption instance and add Last instance

github.com/optics-dev/Monocle - f669c6e711a258364c2580159f778b3e87b7d6b0 authored over 10 years ago
#105 Deprecate compose

github.com/optics-dev/Monocle - 27069b9674c77db4fcb6b78cc6027afdac05e1e1 authored over 10 years ago
Update Readme examples

github.com/optics-dev/Monocle - 02711e94caaa283074dd89e568fd4e84515136d9 authored over 10 years ago
#102 Add all you can eat import

github.com/optics-dev/Monocle - e809d1981097412364d478b0323c6758600cf9fc authored over 10 years ago
Add next release note changes (without structure)

github.com/optics-dev/Monocle - 47a3690a4d5a050bbc25f182872d8d36bf392e78 authored over 10 years ago
Rename SimpleOptional build to apply

github.com/optics-dev/Monocle - e4a59fc4e9c8ee70075961a9eb3fa70f2b2648dc authored over 10 years ago
Rename monocle.scalazi to monocle.scalaz

github.com/optics-dev/Monocle - 1703786918e31421c380aa2d23344417c7baee7a authored over 10 years ago
#98 Rename scalaz Either to Disjunction

github.com/optics-dev/Monocle - 514a00d087f22ec8a30da009201f344b744bc092 authored over 10 years ago
Merge pull request #93 from julien-truffaut/reorganize_instances

Reorganize function instances

github.com/optics-dev/Monocle - 43dbc8d9fe376fcd4eb38854244ad42b085d3360 authored over 10 years ago
Add syntax example

github.com/optics-dev/Monocle - ad579480b1cb9a7a6fb3b20e29c8ac986cbde7bd authored over 10 years ago
Simplify imports again

github.com/optics-dev/Monocle - fce62d9e8ac4e621611d8502fde0503ddb733f1b authored over 10 years ago
Simplify imports

github.com/optics-dev/Monocle - 12fea83a78036cafeaf4225baf1052e2045e95c0 authored over 10 years ago
Add implicitNotFound and import documentation

github.com/optics-dev/Monocle - 17affe1b80d51dfb1e108cdf50dbd65cf7e9ca58 authored over 10 years ago
Merge pull request #100 from japgolly/typeinfer

Improved type inference for Simple optic construction [PR]

github.com/optics-dev/Monocle - c291197fdd0f39bb259e2a023540e0bc258799fc authored over 10 years ago
Merge pull request #99 from japgolly/flipcur

Tweak signature of {set,modify}F

github.com/optics-dev/Monocle - 87a112a480e0cc117e3f956e9bfb260e93c4e489 authored over 10 years ago
PR feedback: added doco to explain alternative simple optic creation syntax

github.com/optics-dev/Monocle - b83cbfa28dc6a31d5277ac66e46a416fb7ae1f79 authored over 10 years ago
Made {set,modify}F return types explicit

github.com/optics-dev/Monocle - eae974233c0e846556bc5cc0de723b9e1bd4853e authored over 10 years ago
Added modification chaining example

github.com/optics-dev/Monocle - c8387c33f3f66fe905765f3e715a23db39389aac authored over 10 years ago
Tweak syntax for {set,modify}F

Without this tweak, Scalac complains during function composition.
Example: a.setF(3) compose b.s...

github.com/optics-dev/Monocle - cc609ed9d9e00bbb9c8ce124c6d2699623e88476 authored over 10 years ago
Merge pull request #97 from japgolly/flipcur

Flipped 'n' curried versions of set & modify

github.com/optics-dev/Monocle - 9f0f0dd6b90faf26af1d15cef65aa60b53ef721a authored over 10 years ago
Flipped 'n' curried versions of set & modify

github.com/optics-dev/Monocle - ff41d9fbc32efb0e1a430d4d506283c40fc634aa authored over 10 years ago
Improved type inference for Simple optic construction

(see #91)

github.com/optics-dev/Monocle - 43636bd512b020b328e67be6f7e2caa6e4eb901c authored over 10 years ago
Update sbt resolver

github.com/optics-dev/Monocle - 01d0ce613643b3fdfbe731ac7a786899e5bf0081 authored over 10 years ago
Reorganize function instances

github.com/optics-dev/Monocle - 4540dcccf45aaad7ce9c5514f004ebc1b202d091 authored over 10 years ago
#69 Add OneAnd instance for Each

github.com/optics-dev/Monocle - 41728d59ae42981be4c2f2b28d1f91842e73db81 authored over 10 years ago
#85 Deprecate _1 to _6 for first to sixth

github.com/optics-dev/Monocle - 5c503f1322c131a13ffd3c9bd1e7ac34625aab6f authored over 10 years ago
Rename a few instances

github.com/optics-dev/Monocle - 70c0b7d3b67c5ef32cf4389eff94ccc0f1e8523e authored over 10 years ago
#80 Add SomeIso and Some instance for Each, HeadOption, LastOption

github.com/optics-dev/Monocle - 9a8a1e6dccc787a90710d33896a165259625905e authored over 10 years ago
Upgrade scalaz to 7.1.0-RC1

github.com/optics-dev/Monocle - dcd176f44b96bf522eb0ae3dbc966994ba129068 authored over 10 years ago
#69 Add OneAnd instances for Head, Tail, Index and LastOption

github.com/optics-dev/Monocle - 24863c715f1e0ae0b3937566a418aff532836147 authored over 10 years ago
Merge pull request #88 from d6y/patch-1

Quotes needed around test in example SBT settings

github.com/optics-dev/Monocle - e449a4edb60ebfa31ae4fefda514625b79fc4ff3 authored over 10 years ago
Quotes around test in example SBT settings

Literally using the example build configuration gave me:

```
/Users/richard/Developer/typele...

github.com/optics-dev/Monocle - b18f2ede58759abd014465e901933e0c3644deb9 authored over 10 years ago
Remove reverse from getAll

github.com/optics-dev/Monocle - e25eb2879cff8ef906039653f574ed4289a9015b authored over 10 years ago
Replace Constant by scalaz Const

github.com/optics-dev/Monocle - 3af57f7d46ff75a7d224c7b850ce56ce3bd01f4a authored over 10 years ago
#67 Improve running time of HeadOption instances

github.com/optics-dev/Monocle - 77bd14f64e0e98a094ff3865cab87688485ecc0d authored over 10 years ago
Upgrade sbt version

github.com/optics-dev/Monocle - afee65268b4dce2315f098686a4cbc845c09b33f authored over 10 years ago
Upgrade to scala 2.11.1

github.com/optics-dev/Monocle - 499cd8e53e09547cd8bb03d0623e7a325ce20f5c authored over 10 years ago
Update scalaz dependency to 7.1 latest milestone

github.com/optics-dev/Monocle - 173624e6c27a8d391f8cb9f7c46f49732354895c authored over 10 years ago
Remove Nan from arbitrary Double

github.com/optics-dev/Monocle - 678da85630b26e68c20bc7c9368b66fc5e3ea4ba authored over 10 years ago
Add safeCast instance for Double to Int

github.com/optics-dev/Monocle - 4b70e5cdd637d98b8fe0be377195778175d6e644 authored over 10 years ago
Merge pull request #84 from NightRa/master

Add a link to examples in the README

github.com/optics-dev/Monocle - 28e25e9fe5313e74795b4db74b42ee53a85f9c93 authored over 10 years ago
Change example reference placement in the README

github.com/optics-dev/Monocle - 1a11933a817d8bcc4c4f3e5d0cf0207fe3412518 authored over 10 years ago
Add a link to examples in the README

github.com/optics-dev/Monocle - 90ec4ed94744e498dddf40e2adeadabb964ef7f1 authored over 10 years ago
Merge pull request #83 from julien-truffaut/readme_review

Update Readme to add Monocle motivation

github.com/optics-dev/Monocle - d818e78420ecffb447427255945184d1e454138b authored over 10 years ago
#82 Add a paragraph about Lens creation and Macro

github.com/optics-dev/Monocle - f7bd749289f110c41125e39c851ea479645d8cab authored over 10 years ago
#71 Add examples where to use Lens / Optional

github.com/optics-dev/Monocle - 47809100e843df0a54eaadd09e5eaa0142073f60 authored over 10 years ago
Add setOption and modifyOption to Optional

github.com/optics-dev/Monocle - ec2782c7321cec6aded9d589e14ed16b06576a29 authored over 10 years ago
Upgrade version to 0.5-SNAPSHOT

github.com/optics-dev/Monocle - 72d318edcd92e82f78a5cc2550edf4412ed6eed4 authored over 10 years ago
Prepare for 0.4.0 release

github.com/optics-dev/Monocle - 0338176b6fc8579d9b30de821b1cbcea33812109 authored over 10 years ago
Add Mima on core to check binary compatibility

github.com/optics-dev/Monocle - deb76caf41c62fcd74d927de5f53b4aacfabe497 authored over 10 years ago
Add Init instance for HList

github.com/optics-dev/Monocle - 14ab18b6e22d4c02364afefd7c399388f4e09c58 authored over 10 years ago
Add Tail instance for HList

github.com/optics-dev/Monocle - b425dd0fb8cc54bacf43777c087dec612149aeb1 authored over 10 years ago
Add Head and Tail instances for HList

github.com/optics-dev/Monocle - f620843211636976e3cac7f66cea88b58e5d9c8e authored over 10 years ago
Reorganise release note

github.com/optics-dev/Monocle - 3f9ba98e801306e0322d5bb906065c97bd8e120d authored over 10 years ago
Rename util package to internal and make all its classes private to Monocle

github.com/optics-dev/Monocle - 491c3ef469d45480aa9f687a59c92fde88c79121 authored over 10 years ago
Define Head and Tail instances explicitly

github.com/optics-dev/Monocle - ba1e563e17afb86157518b9ce7b8422ddd10c646 authored over 10 years ago
Add missing import in InitSpec

github.com/optics-dev/Monocle - 993f45929f9f5cb7619feb2c3e24ce6fbe010c62 authored over 10 years ago
Rename Init to InitOption and add Init that creates a Lens to a mandatory init

github.com/optics-dev/Monocle - 74de96117fb7bc6da1b589e24354eba74d53dc44 authored over 10 years ago
Rename Tail to tailOption and add Tail that creates a Lens to a mandatory tail

github.com/optics-dev/Monocle - b7da7059d08149f311dcaf1f51b070536fc5546e authored over 10 years ago
Generalise Tail and Init to 2 type parameters and move them to Optional

github.com/optics-dev/Monocle - f4973cc9b53b6a5a1edbed3cf6671da3eb840793 authored over 10 years ago
Reintroduce moonocle.syntax.lens/traversal/etc

github.com/optics-dev/Monocle - 9deed56164a79be4be1045f8f5a913f28e8e6bd9 authored over 10 years ago
Merge pull request #81 from julien-truffaut/optional

#77 add Optional a 0-1 Traversal

github.com/optics-dev/Monocle - b305a3d8dc321684d700e82d6ff8803733da95e0 authored over 10 years ago
#77 add Optional a 0-1 Traversal

github.com/optics-dev/Monocle - 5d79b6327ff7f018e24e4edcbd7dee95fe1b5150 authored over 10 years ago
Merge pull request #79 from julien-truffaut/review-syntax

Add non symbolic method to use Lens, Traversal and other as operators and add syntax for Getter,...

github.com/optics-dev/Monocle - 05002aa0dac8632a1377c91b97cbe9ab420dc904 authored over 10 years ago
Remove Apply prefix for syntax

github.com/optics-dev/Monocle - a4c10f8d76e744de39cf35c3722db65fc848ae5b authored over 10 years ago
State the release since a recent sub module exists

github.com/optics-dev/Monocle - 31b25ee3977e1e551b30c32654015d3ccabbfbd5 authored over 10 years ago
#72 Update Readme and release doc following macro move

github.com/optics-dev/Monocle - c4a1bf8e1e4e356474f6710a7c8d033abe25d2ea authored over 10 years ago
#72 use macrology trick to cross compile scala macro and move macro to their own package

github.com/optics-dev/Monocle - aead85c50ef365e419f3952c474c19fcd95ceb85 authored over 10 years ago
Rename Head to HeadOption and Last to LastOption, Add Head and Last functions which create a Lens to the first and last element respectively

github.com/optics-dev/Monocle - 6bce7b979ff615d41dc517859a254583d2ee0b58 authored over 10 years ago
Generalise reverse to all tuple

github.com/optics-dev/Monocle - 35dd1dde7910927d32d587cf103b17b47e6ed5f1 authored over 10 years ago
Add reverse instance for HList

github.com/optics-dev/Monocle - 520b77b3113dd824914df736d85dd3b104fa5b27 authored over 10 years ago
Update release note

github.com/optics-dev/Monocle - 9b2a635e1ceaf537150c55d67a8223c446c9017b authored over 10 years ago
Generalise Reverse and add 2-6 tuple instances

github.com/optics-dev/Monocle - ce617263c429c0cc325e6c77f89913a591e4d9cb authored over 10 years ago
Merge branch 'master' of github.com:julien-truffaut/Monocle

github.com/optics-dev/Monocle - 95214d31a46b0c630d8773552952a60d36e0866d authored over 10 years ago
#56 Add reverseModify for SimplePrism

github.com/optics-dev/Monocle - 975846bf8a70b99fec23f8afbb9e90b6abcc6ae9 authored over 10 years ago
Precise that 2.11.0 dependency is only available in SNAPSHOT

github.com/optics-dev/Monocle - b4260f9418977c1f5733440d298d3ef2391626ea authored over 10 years ago
Add non symbolic method to partially apply a Lens, Traversal, ... and add syntax for Getter, Fold and Setter

github.com/optics-dev/Monocle - 1f9ad38b235792d294a464128077690281c67def authored over 10 years ago
Rename Example

github.com/optics-dev/Monocle - 44b4fb7fcbd16b110bfe0a42e028dfb11c9b7841 authored over 10 years ago
#72 Update yaml build file to use scala 2.11.0

github.com/optics-dev/Monocle - c4c8a080bceb0d55f9ab7f19dc863b9b1743e064 authored over 10 years ago
#72 build for scala 2.11.0

github.com/optics-dev/Monocle - e7e304e5f9115e4dfb06e9c615725324768db07a authored over 10 years ago
Add next release release note

github.com/optics-dev/Monocle - 41ccf2ba0cc296b5015322d2c8ac4c24c805ed53 authored over 10 years ago
Merge branch 'master' of github.com:julien-truffaut/Monocle

github.com/optics-dev/Monocle - a4fca2555de5650c69f86280d6645dcbd5e7e3ec authored over 10 years ago
Prepare for 2.11 build

github.com/optics-dev/Monocle - 852b9d2eb98a5a4d0fc1cb973cb7127de96b4e9f authored over 10 years ago
Merge pull request #78 from rossh/68-add-instances-for-ilist-from-scalaz

#68 add instances for IList from scalaz

github.com/optics-dev/Monocle - 8b16d43db18134ce7015bbd51feb52987d691216 authored over 10 years ago
#68 - Added init amongst others

github.com/optics-dev/Monocle - 9c4928ae0877e2d12da9716054867070d897da24 authored over 10 years ago
Merge branch 'master' of https://github.com/julien-truffaut/Monocle into 68-add-instances-for-ilist-from-scalaz

github.com/optics-dev/Monocle - ea368b872dea91f9336424fe8a67eeaee81f51a1 authored over 10 years ago
Added IList for tail

github.com/optics-dev/Monocle - f9ceb28a9513e10e8a41e0cd545b96144cad0396 authored over 10 years ago
Add example of compose issues

github.com/optics-dev/Monocle - 16ad74d3552866125ddc1a62345cedf393ecf0bc authored over 10 years ago
Merge branch 'master' of https://github.com/julien-truffaut/Monocle into 68-add-instances-for-ilist-from-scalaz

github.com/optics-dev/Monocle - 73987d8d2fe0343898f32ba3a329726f4a1d677f authored over 10 years ago