Skip to content
This repository was archived by the owner on May 7, 2024. It is now read-only.

Releases: RustFields/ScaFi-core

6.0.1

26 Jul 09:16

Choose a tag to compare

6.0.1 (2023-07-26)

Bug Fixes

Tests

  • add nbr.nbr should be ignored (96f35c8)

Dependency updates

  • deps: update dependency sbt/sbt to v1.9.2 (90bf831)
  • deps: update dependency sbt/sbt to v1.9.3 (3341826)
  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.41 (5ea1065)
  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.43 (f8d462f)
  • deps: update node.js to 18.17 (ddde6d1)

Refactoring

6.0.0

07 Jul 12:55

Choose a tag to compare

6.0.0 (2023-07-07)

⚠ BREAKING CHANGES

  • change Export.exports to Export.paths

General maintenance

  • add scalac options for deprecation and feature (7fe494a)

Build and continuous integration

Tests

  • add CoreTestInterpreter (3a6937b)
  • add CoreTestUtils (41e9d99)
  • add TestByEquivalence/ (dc47900)
  • add TestSemanticsByRound and TestByEquivalence classes (e0d3f3b)
  • add TestSemanticsByRound implementation (35a046d)
  • change test name (cc567ec)
  • define Random seeds to use always the same sequence (fc65f15)
  • fix feature and deprecation warnings (694150e)
  • fix part of should fail if the sensor is not available (4be69f0)
  • fix should fail if the sensor is not available (2e460be)
  • swith from var to val in test (d93b192)

Refactoring

  • change Export.exports to Export.paths (ec7bee1)

5.0.0

06 Jul 09:50

Choose a tag to compare

5.0.0 (2023-07-06)

⚠ BREAKING CHANGES

  • swap the implementations between onlyWhenFoldingOnSelf and unlessFoldingOnOthers

Bug Fixes

  • swap the implementations between onlyWhenFoldingOnSelf and unlessFoldingOnOthers (416dea2)

General maintenance

  • remove unused dependencies (ab77b22)

Dependency updates

  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.39 (daf7b6b)

4.1.0

04 Jul 15:11

Choose a tag to compare

4.1.0 (2023-07-04)

Features

  • add dsl for creating Paths (0d1c96e)

4.0.1

03 Jul 14:14

Choose a tag to compare

4.0.1 (2023-07-03)

Bug Fixes

  • remove useless function exportStack (c1a7741)

General maintenance

Documentation

4.0.0

29 Jun 10:51

Choose a tag to compare

4.0.0 (2023-06-29)

⚠ BREAKING CHANGES

  • remove duplicated API

Dependency updates

  • deps: update dependency sbt/sbt to v1.9.1 (56795a2)
  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.38 (7b76190)

Refactoring

3.1.0

22 Jun 14:20

Choose a tag to compare

3.1.0 (2023-06-22)

Features

  • add apply function to round vm object (619eee7)
  • add round vm implementation (9dce993)
  • implement a standard vm factory (be4b6a3)
  • use standard vm factory (5a89833)

Refactoring

  • move vmfactory traits outside RoundVM object (3e74307)
  • use significant indentation (daa6d4a)

3.0.0

20 Jun 13:59

Choose a tag to compare

3.0.0 (2023-06-20)

⚠ BREAKING CHANGES

  • add organization packages

Dependency updates

  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.37 (3b209d8)

Build and continuous integration

  • add prepareCommands in Semantic Release configuration (49d388a)
  • fix Semantic Release configuration (7295df3)
  • fix Semantic Release configuration (a5319b6)
  • Mergify: configuration update (5280e40)
  • publish all jars in Semantic Release (819fbb5)

General maintenance

  • [skip ci] update version in build.sbt (8302539)
  • add empty line (82c6486)
  • add organization packages (17958d5)

2.2.1

14 Jun 14:31

Choose a tag to compare

2.2.1 (2023-06-14)

General maintenance

  • [skip ci] update version in build.sbt (c54d371)

Dependency updates

  • deps: update dependency semantic-release-preconfigured-conventional-commits to v1.1.35 (adef3d0)

Documentation

2.2.0

12 Jun 15:13

Choose a tag to compare

2.2.0 (2023-06-12)

Features

General maintenance

  • [skip ci] update version in build.sbt (78672b8)

Refactoring