Skip to content

Tags: dzucconi/humanization

Tags

v6.3.1

Toggle v6.3.1's commit message
chore(release): 6.3.1 [skip ci]

## [6.3.1](v6.3.0...v6.3.1) (2019-10-27)

### Bug Fixes

* **simulate:** denotes `previousStroke` as possibly missing ([dcb1d16](dcb1d16))

v6.3.0

Toggle v6.3.0's commit message
chore(release): 6.3.0 [skip ci]

# [6.3.0](v6.2.2...v6.3.0) (2019-10-07)

### Features

* **simulate:** exports `generateStrokeTiming` ([21bfc12](21bfc12))

v6.2.2

Toggle v6.2.2's commit message
chore(release): 6.2.2 [skip ci]

## [6.2.2](v6.2.1...v6.2.2) (2019-10-02)

### Bug Fixes

* **process:** removes empty string from process output ([9d92669](9d92669))

v6.2.1

Toggle v6.2.1's commit message
chore(release): 6.2.1 [skip ci]

## [6.2.1](v6.2.0...v6.2.1) (2019-09-23)

### Bug Fixes

* **process:** fixes handling of strings with multiple empty spaces ([41141ec](41141ec))

v6.2.0

Toggle v6.2.0's commit message
chore(release): 6.2.0 [skip ci]

# [6.2.0](v6.1.0...v6.2.0) (2019-08-31)

### Features

* **simulate:** adds `previousStroke` to `onStroke` ([c5c76dd](c5c76dd))

v6.1.0

Toggle v6.1.0's commit message
chore(release): 6.1.0 [skip ci]

# [6.1.0](v6.0.0...v6.1.0) (2019-08-31)

### Features

* **simulate:** includes compound index in StrokedCharacter ([b73a667](b73a667))

v6.0.0

Toggle v6.0.0's commit message
chore(release): 6.0.0 [skip ci]

# [6.0.0](v5.0.0...v6.0.0) (2019-08-29)

### Bug Fixes

* **repeat:** fixes issue in repeat that caused reversed output ([e27339b](e27339b))

### Features

* **apply:** allows applicators to accept additional configuration ([be0c69c](be0c69c))
* **humanize:** default output wraps in a class for easy stringification ([739cd96](739cd96))

### BREAKING CHANGES

* **humanize:** output for humanize becomes the wrapper class

v5.0.0

Toggle v5.0.0's commit message
chore(release): 5.0.0 [skip ci]

# [5.0.0](v4.0.0...v5.0.0) (2019-08-29)

### Bug Fixes

* **humanize:** fixes options bug when initializing without seed ([9dc7316](9dc7316))

### Features

* **simulate:** changes the way stroke timing happens; flattens stream ([085d272](085d272))

### BREAKING CHANGES

* **simulate:** iterates over flattened characters instead of ProcessedCharacter instances

v4.0.0

Toggle v4.0.0's commit message
chore(release): 4.0.0 [skip ci]

# [4.0.0](v3.0.0...v4.0.0) (2019-08-27)

### Code Refactoring

* **humanize:** changes options to also accept mistakes ([d9aa341](d9aa341))

### Features

* maintains source for transformations ([6ccc22b](6ccc22b))

### BREAKING CHANGES

* **humanize:** positional argument becomes a named option
* input/output format is no longer simple strings

v3.0.0

Toggle v3.0.0's commit message
chore(release): 3.0.0 [skip ci]

# [3.0.0](v2.1.0...v3.0.0) (2019-08-22)

### Features

* **simulation:** returns message along with character for onCharacter ([9611b59](9611b59))

### BREAKING CHANGES

* **simulation:** alters the function signature of onCharacter to be an object