Releases: scala-exercises/exercises-stdlib
v0.6.6
v0.6.5
What's changed
📈 Dependency updates
- Update scalatest to 3.2.1 (#215) @47erbot
- Update sbt-mdoc to 2.2.4 (#217) @47erbot
- Update scalacheck-1-14 to 3.2.1.0 (#216) @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
Contributors to this release
v0.6.4
v0.6.3
What's changed
- 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
- Explain that sameElements will work differently for a small set (#183) @joelittlejohn
- 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
- changed variable name (#150) @rohanurkude28
- Minor formatting: the code part is 'Option', not 'Options' (#182) @joelittlejohn
- Fix typo, reverse not revert (#184) @joelittlejohn
- Fix typo: Stack not Stacks (#178) @joelittlejohn
📈 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 sbt-mdoc to 2.2.2 (#201) @scala-steward
- Update scalatest to 3.2.0 (#203) @scala-steward
- Update sbt to 1.3.11 (#197) @scala-steward
- Update scalatest to 3.1.2 (#179) @scala-steward
Contributors to this release
@47erbot, @BenFradet, @Czajnikowski, @joelittlejohn, @juanpedromoreno, @rohanurkude28 and @scala-steward
v0.6.2
v0.6.1
v0.6.0
What's changed
- 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
- Update sbt to 1.3.8 (#161) @scala-steward
- Update scalacheck-shapeless_1.14 to 1.2.4 (#162) @scala-steward
- Mergify: configuration update (#163) @angoglez
- 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
- Java do have default methods in interfaces. (#121) @Yaskier
- Fix typo 'chucks' (#103) @miguelcg
- typo fixed functional -> functions (#122) @Yaskier
- Update TypeSignatures.scala (#114) @kastoestoramadus
- Clarify the purpose of getOrElse (#104) @emma-burrows
- Replace nondeterministic performantTraversables (#97) @FRosner
- Sequences And Arrays: Change type of res0: from List to Seq (#91) @Samehadar
- Correct name for Peter Parker alter ego (#98) @shdblowers
- 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
- Expand the type signatures exercise with instanceof checks for a class and a trait (#89) @jakzal
- Fix a typo (#88) @jakzal
- Improved description of ++ on Traversable.scala (#82) @amarrella
- Higher Order Functions better explanations (#84) @Yaskier
- Clarify introduction to "Ranges" (#85) @FrogBomb
- Add self-type for Traits (#86) @josephpconley
- Update Options.scala to improve clarity with option folding (#87) @KevinGreene
- Concatenate and add elements examples for Lists.scala (#83) @Yaskier
- Integrates sbt-org-policies plugin (#81) @juanpedromoreno
- minor fixes in Maps (#77) @hellrich
- Added another example and some comments (#78) @hellrich
- Fix foldRight code quote (#80) @jerolba
- made meetLambdaHigherOrderFunctions more interesting (#75) @hellrich
- Removed superfluous repetition (#74) @hellrich
- Text tweaks covering most of the tutorial (#69) @rzats
- Small typo fixed in Case Classes section (#73) @fppden
- Adding closure documentation (#71) @josephpconley
- Uses Integer values when creating BigDecimal values to avoid the decimal point when calling toString (#66) @jsuarezb
- Update Lists.scala (#65) @Dhiru30
- Fix typo in zipWithIndex exercise (#67) @iblamefish
- few text tweaks (#68) @laverboy
- Clarify return types for a few spots in stdlib (#56) @andyscott
- Cleaning (#64) @aseigneurin
- Cleaning (#63) @aseigneurin
- Updates PGP keys (#60) @juanpedromoreno
- Make the calls to print/println uniform (#62) @aseigneurin
- fix exercise for type contravariance to remove mutation (#57) @lmreis89
- Added comment about the use of value parameters (#59) @yojomapa
- Small textual change / Grammar (#61) @textPreferred
- SE-597 - Upgrade Libs (#58) @juanpedromoreno
- 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
- Fix markup for Nil and AnyRef (#48) @darrenmc
- Fix grammar of
grouped
description (#47) @hamishdickson - JP - Bumps version (#49) @juanpedromoreno
- Implicits Chapter: Edits to docstrings, plus one code change (#45) @jonboiser
- Extractors chapter - markdown fixes (#46) @jonboiser
- JP - SE-510 DRY Test.scala (#44) @juanpedromoreno
- Update ForExpressions.scala (#42) @etrain
- Update UniformAccessPrinciple.scala (#43) @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 #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
- fix unused parameter (#22) @kjhoerr
- Empty commit in order to release a snapshot (#23) @ghost
- 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
Contributors to this release
@47erbot, @EarthCitizen, @FRosner, @FrogBomb, @KevinGreene, @RomanIakovlev, @Samehadar, @Vages, @Yaskier, @amarrella, @andyscott, @angoglez, @aseigneurin, @bcchapman, @cstuncsik, @darrenmc, @Dhiru30, @dominv, @emma-burrows, @etrain, @fppden, @hamishdickson, @hellrich, @iblamefish, @idarlington, @jakzal, @jdesiloniz, @jerolba, @jonboiser, @josephpconley, @jsuarezb, @juanpedromoreno, @kastoestoramadus, @kiroco12, @kjhoerr, @laverboy, @lmreis89, @mcampagonzalez, @mergify[bot], @miguelcg, @rafaparadela, @raulraja, @rzats, @scala-steward, @shdblowers, @textPreferred, @yojomapa, Alejandro Gómez, Aλ, Bryan Chapman, Clinton Montague, Csaba Tuncsik, Emma Burrows, Jorge Palacio and Steven Blowers