Skip to content
This repository has been archived by the owner on Aug 24, 2021. It is now read-only.

0.8.0

Compare
Choose a tag to compare
@jcornaz jcornaz released this 02 Oct 15:41
· 74 commits to main since this release

⚠ BREAKING CHANGES

  • Deprecated functions have been removed (Generator.create and simplifier). The deprecation level has also been raised to "error" for Generator.flatMap. Make sure you're not using any deprecated members before updating.

Features

  • Add character generator (#215) (2e8b7a6)
    And let the string generator be configured using a character generator.

    Thanks to @Kantis

Removed

Documentation

  • Recomands to use fun interface capabilities to create a generator (instead of the deprecated create method) (#197) (8ab7b38)
  • Remove gitter badge (da4d049)