Ecosyste.ms: OpenCollective

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

github.com/optics-dev/Monocle

Optics library for Scala
https://github.com/optics-dev/Monocle

fix readme to set scalaVersion in build code

57d07111b3aaf019335391629ae674e1b3b3f18b authored over 8 years ago
Merge branch 'master' into arbitrary-function

afa31a99b410d15ec0306f3d8accfde3d9f595fa authored over 8 years ago
upgrade scalacheck to 1.13.2

3e0653b80c1a1027476e4d88c5590433e0d60bd6 authored over 8 years ago
Merge pull request #378 from julien-truffaut/auto-publish-doc

fix #372 auto publish site, add kind projector to all modules, upgrade tut

5217babf533df9957c5310c0b90d0c5b69b005cf authored over 8 years ago
fix #372 auto publish site, add kind projector to all modules, upgrade tut

88957e406664530f5ec9072228923a6442a1bf67 authored over 8 years ago
Merge pull request #377 from japgolly/scalajs0610

Upgrade Scala.JS to 0.6.10

522eedbe87277b3876b02e5c45779b2c2608e25e authored over 8 years ago
Upgrade Scala.JS to 0.6.10

Restores test disabled in 9f7d3c0d702c3f75a642ed53eb681c022edfda83.
Pulls in fix for https://git...

ca7f5cbc354cc9278120e0f5687bb9b0340298c3 authored over 8 years ago
Merge pull request #369 from julien-truffaut/note

fix #353 delete release notes pre 1.0

39e13a96c6a7aaf5d287b8bc1dcc83548ac23300 authored over 8 years ago
add release notes for 1.0 and 1.1 to the website

56160fc479bb39b61c812a0c3ef1025f26168c96 authored over 8 years ago
add release notes from 0.1 to 0.5.1 to the website

fc33fa38f6d11e3f47934ce9cfe3619c8527cf48 authored over 8 years ago
fix #353 delete release notes pre 1.0

03c10d69f37ca5a17acbc0b5e1d20f11973163af authored over 8 years ago
Merge pull request #365 from puffnfresh/feature/wrapped

Initial Wrapped function

e57cadcfdf9c3a6915d0b035fd69562c50a8ef28 authored over 8 years ago
Update ScalaDoc for Wrapped

1fb76ba97143bca365ce59f2263516e901e0489f authored over 8 years ago
Remove ala and au

These don't work very well in Scala. More specific instances might be
useful but I haven't yet f...

bfe6b7db5d8095cbafb04dec0fdde6e6598106e7 authored over 8 years ago
Merge pull request #368 from jedesah/patch-2

d2a1b492ea1f68d873f3bfa993eadf39c0122b94 authored over 8 years ago
Update adopters

a4fcb2caa85b55561b85216bf1d7a5566dae15e0 authored over 8 years ago
Merge pull request #367 from williamho/fix-typo

Fix typos

b785acec42604ef9062a718015bc4a6ae76cca1f authored over 8 years ago
Fix typos

47eeffd7818dbf1740ddc270c6661096db9e397b authored over 8 years ago
Merge pull request #366 from julien-truffaut/release-note-1.2.2

post release update for 1.2.2

fcd624ec9acbd07cbd2a80d9abd7a78ba5d03a6f authored over 8 years ago
Remove explicit types for wrapped in examples

I thought they were needed there, but they are not!

33757032e185c317a7aed62241bf716222a1a3be authored over 8 years ago
post release update for 1.2.2

69defad9c00cc311bcd27ed20f6c63de61b6707e authored over 8 years ago
Initial Wrapped function

dd5afd97007cd31edd306dfeece43ff900c1344a authored over 8 years ago
Merge pull request #361 from sellout/unapply-prism

Add unapply method to PPrism and PIso.

2b251e884232c9ec236525a28cf0cf7c8c035214 authored over 8 years ago
Upcast constructors for `unapply` tests.

46fff203ac4ba4058a37498b0c51a7a3e4137cbc authored over 8 years ago
Merge pull request #362 from julien-truffaut/scalaz-7.3.0-M3

upgrade scalaz to 7.3.0-M3

106f6525821660c71899daf36d4ca22876e91acf authored over 8 years ago
upgrade scalaz to 7.3.0-M3

13093b1eef33df4fc0485e5bf4b320fe14a468fd authored over 8 years ago
Add unapply method to PPrism and PIso.

Fixes #360.

The goal here is to be able to use arbitrary Prisms and Isos as
apply/unapply objec...

15abef4224eeed281ffdc7f08339d1c2a2c50275 authored over 8 years ago
upgrade scalacheck and use CoGen to generate random functions

333f1a2f793337ab54f3b59b708d69dca43bc493 authored over 8 years ago
Merge pull request #357 from julien-truffaut/compose-modify

Revisit laws and fix Optional.first and second

76784eaace40c4a17fd0e1b67f9e8de5fa1942bb authored over 8 years ago
re add set idempotent laws

b872e19a618f4fc8d279b098050388286274de04 authored over 8 years ago
Merge pull request #358 from amrhassan/patch-1

Fixed typo in optics.md

3d1527e531e18bec3ab4197238bd580cc5cd57cf authored over 8 years ago
Update optics.md

Fixed typo

8b26b368dc79c42f954eaa1a5dfb9e524e34f493 authored over 8 years ago
re-use kind projector in core

1b1a205fbf821e3f4302220a7c151e16cbb51188 authored over 8 years ago
add consistency laws and remove redundant laws

799662d519707e7dd63e503dac49a3b14111c05c authored over 8 years ago
add composeModify and consistentModify laws to all optics and fix Optional.first and second

b8339dd249da574d7bc40364ba589cb29b1a8b0c authored over 8 years ago
Merge pull request #355 from sellout/partial-prism

Prism.partial uses a PartialFunction rather than Option.

5693d0dc30e5e4c084ab7bc849ffad5aebf41c76 authored over 8 years ago
Add tests for `Prism.partial`.

7657acb0f970e7571d92ed25dc38bf86e211f68a authored over 8 years ago
Prism.partial uses a PartialFunction rather than Option.

A helper for construction of Prisms that shortens their definitions
slightly. Very helpful when ...

fe0229ba71895744188f44419e1439cea43fc12d authored over 8 years ago
Merge pull request #354 from sellout/smart-constructors

Treat PPrisms as smart constructors for type T.

c482f61f13ccf12020ac5c79a3daff34bc3163eb authored over 8 years ago
Change a test from using `Any` to `Char`.

5e837419f286a9ff17af1a5da52aaabff5b61362 authored over 8 years ago
Eliminate `Unit`, which Scala 2.10 didn’t like.

e457c80e2455ed2a267e0ccb932a7f37d62dace7 authored over 8 years ago
Responding to PR feedback.

- Add `apply` to PIso,
- add tests for `apply` on both PIso and PPrism.

aaab366a2abe087731666f52891d7620d8123d02 authored over 8 years ago
Merge pull request #356 from fthomas/patch-1

Add missing period at end of sentence

0ccb36870fe97da06903f3b59eaaa6e0fbb2d381 authored over 8 years ago
Add missing period at end of sentence

4d480977f8e018449cbcb5d2dfc74833959057ec authored over 8 years ago
Treat PPrisms as smart constructors for type T.

8a01d4457def5601958153fc9d37f2019543fd3d authored almost 9 years ago
Merge pull request #352 from julien-truffaut/fix-351

add release notes about non backward compatible change of mega imports

16aa88d6635d5ddc786c66b7f62c3b0411c61bc7 authored almost 9 years ago
fix #351 add release notes about non backward compatible change of mega imports

8873839c864eae8270bdd30a95d97065fcfbbdce authored almost 9 years ago
upgrade latest monocle version in doc and readme

360ff73917bd11c6d07d6cc15073ec986b6236ca authored almost 9 years ago
update release date for 1.2.1

df73e6f465ca73fd19333e50bd70b8c2aec8dc7a authored almost 9 years ago
add mima exclude for each product

a14513a54e443f7fb8e38a679df6c381cd423a2b authored almost 9 years ago
update release note for 1.2.1

2a21231e2064fa55474e0d725113c40966e62179 authored almost 9 years ago
add release notes for 1.2.1

b20529cce1f562b6f198530f58081fa3ca91e6c5 authored almost 9 years ago
upgrade scalaz to 7.2.2

935078d20a633fc2fda1a3f0f52114fb2fc5f217 authored almost 9 years ago
use 1.2.0 as mima reference and exclude new functions

b96c7ed637d536cd839ebe2b0a4d52251bfe963c authored almost 9 years ago
Merge pull request #350 from Unisay/master

Remove unbalanced opening bracket

c2cbeacc7e65bf0adf0491c8601a9cd69a8cadc0 authored almost 9 years ago
Remove unbalanced opening braket

fd73c801302024faa6a9613be1d87bfb373c4ac5 authored almost 9 years ago
Merge pull request #349 from fthomas/patch-2

Update refined-scalacheck to 0.4.0 too

62b65767e0bba0e900ad1cccf3ee372d7ce33e1e authored almost 9 years ago
Update refined-scalacheck to 0.4.0 too

Follow-up to https://github.com/julien-truffaut/Monocle/pull/348

0cea8fa3132998d4ea8dbeb54ded689b92296190 authored almost 9 years ago
Merge pull request #348 from fthomas/patch-1

Update refined to 0.4.0

b743fa6374c8e6c3b2c0dae75a8a906838235d0a authored almost 9 years ago
Update refined to 0.4.0

b284381267d6e7192811e44e53bafd1ee8e9b774 authored almost 9 years ago
Merge pull request #347 from Astrac/auto-each

Introduce generic Each derivation

33ab1e367895d6f84d761ef63f4a098a0a809076 authored almost 9 years ago
Introduce generic Each derivation

f26c523239164a9f982daf66232c4e6c3ef01cf4 authored almost 9 years ago
Merge pull request #345 from fthomas/patch-1

Use SVG for the Travis CI badge

ae23c1f564e79249e26ee774b0f488de4484bb85 authored almost 9 years ago
Use SVG for the Travis CI badge

8c3ce5b834e278366f1eeabfd91a518adc08731c authored almost 9 years ago
Merge pull request #344 from julien-truffaut/sans-rename

rename sans to remove

e4fa84c14156a737615230e31278844c54a989be authored almost 9 years ago
rename sans to remove

87fe1267a1628686134e0bfcefd814f5a2a96c46 authored almost 9 years ago
Merge pull request #343 from pvillega/master

Fix #315 #342

a897ed542709b21b69510272eaf7022804df50d4 authored almost 9 years ago
Remove defaultIntIndex method from AtTests and IndexTests as they are no longer necessary

Also, modified code format broken by intelliJ

ed10e635808417c8a777add88f4fab54fd630e00 authored almost 9 years ago
Modify dependency to refined-scalacheck to be test only

1cbeeb496ccf57a111b0b4654174c0fa713b1c5e authored almost 9 years ago
Merge remote-tracking branch 'upstream/master'

2b0fc20c3d05f5b964e1639c94193352ae3d19cf authored almost 9 years ago
Merge pull request #341 from dabd/at

Add sans to At

3572ad404daaeb658eb7994b33de71498860ce88 authored almost 9 years ago
Merge remote-tracking branch 'upstream/master'

118dd2621951722bdd6c73fad2e8551030d39e65 authored almost 9 years ago
Fix #315 #342

Fix issue in Bits where singleBit for Long was shitfing bits incorrectly

Add random index for I...

7b12cd67cb49b075b81557e325ff95a2a568d4fe authored almost 9 years ago
Add sans to At

3f1cac0c7c99608a240793e63a250ba70dd682fb authored almost 9 years ago
Merge pull request #340 from hasumedic/336-string-to-boolean-prism

336 - stringToBoolean to respect Prism laws

a4b10e00dcfe50ddf042b74f3595e508ec718cc6 authored almost 9 years ago
336 - stringToBoolean to respect Prism laws

8429128a381777e884a568bfe6f3a201419ae9b8 authored almost 9 years ago
Merge pull request #339 from pvillega/master

Fix #336 (partially) Add logic to exclude unlawful Strings

67a4ad1de14eeee772e34dc0c78ace369e7a60ab authored almost 9 years ago
Fix #336 (partially) Fix alignment

6a01da5151f8a15eee1e7529fd95776a13209708 authored almost 9 years ago
Fix #336 (partially) Add logic to exclude unlawful Strings for String-to-Long Prism and derivatives (String-to-Int, String-to-Byte)

4f023775c0e76d65ac324dc99ee29cde55f73498 authored almost 9 years ago
Merge pull request #338 from japgolly/sbt_root_fix

Fix SBT aggregate projects

f83159716579529df3727d379b7e1cebdbdeafe6 authored almost 9 years ago
Fix SBT aggregate projects

5ed6086ad21c3693c54eb4cdf08ae09c0fe59883 authored almost 9 years ago
Merge pull request #335 from japgolly/topic/scalajs

Scala.JS support

4bebf15f825d593ff25287903d9b2dfe2ea972e1 authored almost 9 years ago
Disable BigDecimalSpec on JS due to SJS bug

https://github.com/scala-js/scala-js/issues/2314

9f7d3c0d702c3f75a642ed53eb681c022edfda83 authored almost 9 years ago
Scala.JS on Travis

903135dddccbde435a4903320e44d8909c2a6f89 authored almost 9 years ago
Cross-build with Scala.JS

776cb1448ebad595d5d0ae71022ca2f63dfee1ef authored almost 9 years ago
Apply Scala.JS directory structure

3b3f91d558afc8613dd4398fc2c3642f048ba1ea authored almost 9 years ago
Merge pull request #334 from sh0hei/update_refined_version_to_0.3.7

Update refined version to 0.3.7

38016511dff949fb7445eab4a2bd40553f3c31c5 authored almost 9 years ago
Update refined version to 0.3.7

4e418a921005299e47678eeb934d54d83387ca22 authored almost 9 years ago
Merge pull request #333 from julien-truffaut/java8-scalac-opt

add scalac option for java8

73cfdff629c370581fe94efd428f4c123a91d3f9 authored almost 9 years ago
Merge pull request #332 from julien-truffaut/adopters

add adopters section

b871748b700e9e08a5aacbf0af5d34b0087f20ee authored almost 9 years ago
add scala-java8-compat

1833ba0ab04632b97785dbe79df0c18e854c7f20 authored almost 9 years ago
use jdk8 with travis

49955dd668584a29f5f9e0245c0576844b6b1795 authored almost 9 years ago
add scalac option for java8 thanks to @xuwei-k

230a9a3d27b3c829cd94b90548207a112f756fa0 authored almost 9 years ago
add adopters section

a757086ef2ace2a39240798a5f5b3b0d6279af1a authored almost 9 years ago
Merge pull request #331 from aoiroaoino/scala_version

update scala version to 2.11.8

2ce29b7279f7f65324ef2c17d42dc02b18e43264 authored almost 9 years ago
update scala version to 2.11.8

7d139f4a084b253901ccf50ba964b395bd99f6ec authored almost 9 years ago
Merge pull request #328 from ChrisCoffey/master

Cats documentation has moved to Typelevel.org

0b3c616e2dbea79479db3ce55b16647a00455391 authored almost 9 years ago
Cats documentation has moved to Typelevel.org

c1fffccdec47afe783bdd3a5646b6ca51ef30920 authored almost 9 years ago
move beyond lenses from slides to presentation

074857397d5fa2863720134ffddd392e08e796b7 authored almost 9 years ago
Merge pull request #326 from julien-truffaut/upgrade-dep

Upgrade dep

209827418f95305db0599ddd7b20ce6bd9e281dc authored almost 9 years ago