From 1299f7ce097866fd36574f2f2cf75f7b0cc86ba3 Mon Sep 17 00:00:00 2001 From: Jonathan Cornaz Date: Fri, 2 Oct 2020 17:35:20 +0200 Subject: [PATCH] chore(release): 0.8.0 --- CHANGELOG.md | 25 +++++++++++++++++++++++++ VERSION | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fee1f4e2..0b6bb8fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,31 @@ All notable changes to this project are documented in this file. This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.8.0](https://github.com/jcornaz/kwik/compare/v0.7.0...v0.8.0) (2020-10-02) + + +### ⚠ 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](https://github.com/jcornaz/kwik/issues/215)) ([2e8b7a6](https://github.com/jcornaz/kwik/commit/2e8b7a65fa06576805211c04bad71d82db4cd101)) + And let the string generator be configured using a character generator. + + Thanks to @Kantis + +### Removed + +* Remove deprecated members ([#198](https://github.com/jcornaz/kwik/issues/198)) ([393e3eb](https://github.com/jcornaz/kwik/commit/393e3eb14f0e0162005e835390670770d77324f4)) + + +### Documentation + +* Recomands to use fun interface capabilities to create a generator (instead of the deprecated `create` method) ([#197](https://github.com/jcornaz/kwik/issues/197)) ([8ab7b38](https://github.com/jcornaz/kwik/commit/8ab7b388722321d149dc6dd4e2240b8be69a3e01)) +* Remove gitter badge ([da4d049](https://github.com/jcornaz/kwik/commit/da4d049e0a80db7322dcb08d34a334e5ed862843)) + + ## [0.7.0](https://github.com/jcornaz/kwik/compare/v0.6.2...v0.7.0) (2020-08-15) diff --git a/VERSION b/VERSION index bcaffe19..8adc70fd 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.7.0 \ No newline at end of file +0.8.0 \ No newline at end of file