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

Commit

Permalink
chore(release): 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jcornaz committed Oct 2, 2020
1 parent 1423b51 commit 1299f7c
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.7.0
0.8.0

0 comments on commit 1299f7c

Please sign in to comment.