Skip to content

Release v0.23.13

Compare
Choose a tag to compare
@github-actions github-actions released this 05 May 19:20

Bug Fixes

  • add missing wrapping double quotes around string patterns in formatter (7cac266)
  • make imports for other modules than main in packages work correctly (ac83e20)
  • remove extra quotes around json imports (d0d7775)
  • rename namespaced constructors to the correct name if multiple constructors with same name are in scope (78b18f6)

Features

  • add difference and symmetricDifference to List (#148) (9217f6b)