Change Log

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[1.0.1] - 2020-07-09

Changed

  • Updated Resource-related classes and methods’ underlying-resource type signature to use structural typing instead of AutoCloseable

Removed

  • Resource.toCloseable implicit

[1.0.0] - 2020-07-09

Fixed

  • Compile macros with compile-internal/test-internal
  • Use README.md as main microsite home

[1.0.0-RC1] - 2020-07-04

Added

  • Scala 2.13 Support
  • Scala.js 1.x Support
  • Add GH Pages microsite
  • Add API unidocs
  • GitHub Actions for CI & package publishing
  • Use scalafmt
  • Use scala-typesafeequals for === and =!= macros.

Changed

  • Refactored Scala-version specific source code into 2.11/2.12/2.13-specific directories
  • Upgrade to ScalaTest 3.2.0 and update

Removed

Fixed

  • A “correct” implementation of mapValuesStrict using the CanBuildFrom for 2.12/2.11 and BuildFrom in 2.13

[Unreleased]