v0.6.6 (2020-08-10)
π Dependency updates
v0.6.5 (2020-08-10)
π Dependency updates
- Update sbt-mdoc to 2.2.4 #217 (47erbot)
- Update scalacheck-1-14 to 3.2.1.0 #216 (47erbot)
- Update scalatest to 3.2.1 #215 (47erbot)
- Update sbt-scalafmt to 2.4.2 #214 (47erbot)
- Update scalafmt-core to 2.6.4 #213 (47erbot)
- Update scalafmt-core to 2.6.3 #212 (scala-steward)
- Update scalafmt-core to 2.6.2 #211 (scala-steward)
v0.6.4 (2020-06-30)
v0.6.3 (2020-06-29)
π Dependency updates
- Update sbt to 1.3.13 #208 (scala-steward)
- Update sbt-mdoc to 2.2.3 #207 (scala-steward)
- Update scalacheck-1-14 to 3.2.0.0 #204 (scala-steward)
- Update scalatest to 3.2.0 #203 (scala-steward)
- Update sbt-mdoc to 2.2.2 #201 (scala-steward)
- Update sbt to 1.3.11 #197 (scala-steward)
- Update scalatest to 3.1.2 #179 (scala-steward)
Merged pull requests:
- Update definitions, exercise-compiler, ... to 0.6.3 #209 (scala-steward)
- Update scalafmt-core to 2.6.1 #205 (BenFradet)
- Prepare repository for next release and SBT build improvements #200 (juanpedromoreno)
- Update Classes.scala #198 (Czajnikowski)
- Update Enumerations.scala #190 (joelittlejohn)
- Tidy comments in ByNameParameter.scala #189 (joelittlejohn)
- unapplySeq is useful when number of subvalues ISN'T fixed #188 (joelittlejohn)
- Fix wording in NamedandDefaultArguments.scala #187 (joelittlejohn)
- Fix typo, reverse not revert #184 (joelittlejohn)
- Explain that sameElements will work differently for a small set #183 (joelittlejohn)
- Minor formatting: the code part is 'Option', not 'Options' #182 (joelittlejohn)
- Fix typo: Stack not Stacks #178 (joelittlejohn)
- changed variable name #150 (rohanurkude28)
v0.6.2 (2020-04-27)
v0.6.1 (2020-04-27)
Merged pull requests:
- Compile when Publish #173 (juanpedromoreno)
v0.6.0 (2020-04-24)
Closed issues:
- Missing closing brace #144
- Lists - Lists reuse their tails #141
- Bug in last exercise of Partially Applied Functions #132
- Bug in Traversables exercies. #100
Merged pull requests:
- Updates Project #169 (juanpedromoreno)
- Update sbt to 1.3.10 #167 (scala-steward)
- Update sbt to 1.3.9 #166 (scala-steward)
- Update scalacheck-shapeless_1.14 to 1.2.5 #165 (scala-steward)
- Update scalatest to 3.1.1 #164 (scala-steward)
- Mergify: configuration update #163 (angoglez)
- Update scalacheck-shapeless_1.14 to 1.2.4 #162 (scala-steward)
- Update sbt to 1.3.8 #161 (scala-steward)
- Update to Scala 2.13.1 #160 (kiroco12)
- Updated ScalaTest 3.1.0 #153 (kiroco12)
- Exercises Update and Removed Deprecation Warnings #152 (kiroco12)
- Updated dependencies and Scala version #151 (kiroco12)
- Adds minor upgrade to stdlib exercises #149 (juanpedromoreno)
- Fix grammar error #139 (EarthCitizen)
- typo fixed functional -> functions #122 (Yaskier)
- Java do have default methods in interfaces. #121 (Yaskier)
- Update TypeSignatures.scala #114 (kastoestoramadus)
- Clarify the purpose of getOrElse #104 (emma-burrows)
- Fix typo 'chucks' #103 (miguelcg)
- Correct name for Peter Parker alter ego #98 (shdblowers)
- Replace nondeterministic performantTraversables #97 (FRosner)
- Update Traversables.scala #95 (Vages)
- Updating sbt org policies #94 (dominv)
- Updating sbt-org-policies to 0.5.12 #93 (dominv)
- Updating libraries versions #92 (dominv)
- Sequences And Arrays: Change type of res0: from List to Seq #91 (Samehadar)
- Expand the type signatures exercise with instanceof checks for a class and a trait #89 (jakzal)
- Fix a typo #88 (jakzal)
- Update Options.scala to improve clarity with option folding #87 (KevinGreene)
- Add self-type for Traits #86 (josephpconley)
- Clarify introduction to "Ranges" #85 (FrogBomb)
- Higher Order Functions better explanations #84 (Yaskier)
- Concatenate and add elements examples for Lists.scala #83 (Yaskier)
- Improved description of ++ on Traversable.scala #82 (amarrella)
v0.4.0 (2017-03-28)
π Features
π Bug Fixes
- Lists exercise expects String Type instead of List #20
Closed issues:
- Bullet list doesn't work proper in sets page #55
- Stream take returns new stream #31
- Misrepresented question #30
- Publish snapshot artifact from master with each successful build #12
- Distribution setup #2
Merged pull requests:
- Integrates sbt-org-policies plugin #81 (juanpedromoreno)
- Fix foldRight code quote #80 (jerolba)
- Added another example and some comments #78 (hellrich)
- minor fixes in Maps #77 (hellrich)
- made meetLambdaHigherOrderFunctions more interesting #75 (hellrich)
- Removed superfluous repetition #74 (hellrich)
- Small typo fixed in Case Classes section #73 (fppden)
- Adding closure documentation #71 (josephpconley)
- Text tweaks covering most of the tutorial #69 (rzats)
- few text tweaks #68 (laverboy)
- Fix typo in zipWithIndex exercise #67 (iblamefish)
- Uses Integer values when creating BigDecimal values to avoid the decimal point when calling toString #66 (jsuarezb)
- Update Lists.scala #65 (dhiru30)
- Cleaning #64 (aseigneurin)
- Cleaning #63 (aseigneurin)
- Make the calls to print/println uniform #62 (aseigneurin)
- Small textual change / Grammar #61 (textPreferred)
- Updates PGP keys #60 (juanpedromoreno)
- Added comment about the use of value parameters #59 (yojomapa)
- SE-597 - Upgrade Libs #58 (juanpedromoreno)
- fix exercise for type contravariance to remove mutation #57 (lmreis89)
- Clarify return types for a few spots in stdlib #56 (andyscott)
- Small textual change for clarity. #54 (textPreferred)
- Added README to content repository #53 (jdesiloniz)
- Include logo in content library #52 (jdesiloniz)
- Bumps to 0.2.4-SNAPSHOT version #51 (juanpedromoreno)
- JP - Bumps version #49 (juanpedromoreno)
- Fix markup for Nil and AnyRef #48 (darrenmc)
- Fix grammar of
grouped
description #47 (hamishdickson) - Extractors chapter - markdown fixes #46 (jonboiser)
- Implicits Chapter: Edits to docstrings, plus one code change #45 (jonboiser)
- JP - SE-510 DRY Test.scala #44 (juanpedromoreno)
- Update UniformAccessPrinciple.scala #43 (etrain)
- Update ForExpressions.scala #42 (etrain)
- Bump new minor release #40 (ghost)
- Minor syntactic fixes #39 (ghost)
- Bump next version #38 (ghost)
- Use toolchain with the same version as the content #37 (ghost)
- Traversable foldRight verbose example is missing #36 (cstuncsik)
- Adding additional test case to Std Lib Maps #35 (bcchapman)
- fix(test): fixes scala-exercises#31 #33 (cstuncsik)
- Increment version number for including a timestamp in the library metadata #32 (ghost)
- Update plugin version #29 (ghost)
- Depend on 0.1.x runtime and definitions #28 (ghost)
- Bump first release #27 (ghost)
- Fix reuse list tail exercise #26 (ghost)
- PR for issue#19 #25 (idarlington)
- Empty commit in order to release a snapshot #23 (ghost)
- fix unused parameter #22 (kjhoerr)
- Update Classes.scala #21 (RomanIakovlev)
- Remove legacy generated file #18 (andyscott)
- Settings for automatic release #15 (ghost)
- Options type error (Issue #13) #14 (idarlington)
- Rename section about ranges #11 (ghost)
- Include the implementation of
maybeItWillReturnSomething
#10 (ghost) - Fix exercise #9 (ghost)
- Change library color #8 (rafaparadela)
- Add library repo metadata #6 (ghost)
- Rename artifact #5 (ghost)
- Adds settings for distributing projects in Sonatype #3 (rafaparadela)
- Update CI config #1 (ghost)
* This Changelog was automatically generated by github_changelog_generator