#  Change Log



## [v0.8.6](https://github.com/buildo/state/tree/v0.8.6) (2019-03-27)
[Full Changelog](https://github.com/buildo/state/compare/v0.8.5...v0.8.6)

## [v0.8.5](https://github.com/buildo/state/tree/v0.8.5) (2019-03-27)
[Full Changelog](https://github.com/buildo/state/compare/v0.8.4...v0.8.5)

## [v0.8.4](https://github.com/buildo/state/tree/v0.8.4) (2018-08-28)
[Full Changelog](https://github.com/buildo/state/compare/v0.8.3...v0.8.4)

#### New features:

- @types should be dev deps [#53](https://github.com/buildo/state/issues/53)

## [v0.8.3](https://github.com/buildo/state/tree/v0.8.3) (2017-12-15)
[Full Changelog](https://github.com/buildo/state/compare/v0.8.2...v0.8.3)

#### New features:

- allow defining and parsing nested paths and path params [#42](https://github.com/buildo/state/issues/42)

## [v0.8.2](https://github.com/buildo/state/tree/v0.8.2) (2017-08-22)
[Full Changelog](https://github.com/buildo/state/compare/v0.8.1...v0.8.2)

#### New features:

- produced run.d.ts is slightly broken [#49](https://github.com/buildo/state/issues/49)

## [v0.8.1](https://github.com/buildo/state/tree/v0.8.1) (2017-08-22)
[Full Changelog](https://github.com/buildo/state/compare/v0.8.0...v0.8.1)

#### New features:

- @types/prop-types should be a dep, not a devDep [#47](https://github.com/buildo/state/issues/47)

## [v0.8.0](https://github.com/buildo/state/tree/v0.8.0) (2017-08-22)
[Full Changelog](https://github.com/buildo/state/compare/v0.7.0...v0.8.0)

#### Breaking:

- add inline documentation on the main function signatures [#45](https://github.com/buildo/state/issues/45)

## [v0.7.0](https://github.com/buildo/state/tree/v0.7.0) (2017-08-21)
[Full Changelog](https://github.com/buildo/state/compare/v0.6.3...v0.7.0)

#### Breaking:

- rewrite with ts and router in mind [#44](https://github.com/buildo/state/issues/44)

## [v0.6.3](https://github.com/buildo/state/tree/v0.6.3) (2017-07-24)
[Full Changelog](https://github.com/buildo/state/compare/v0.6.2...v0.6.3)

#### New features:

- run should return the app state [#37](https://github.com/buildo/state/issues/37)

## [v0.6.2](https://github.com/buildo/state/tree/v0.6.2) (2017-07-20)
[Full Changelog](https://github.com/buildo/state/compare/v0.6.1...v0.6.2)

#### Fixes (bugs & defects):

- missing sync to browser after a browser-initiated browser change [#35](https://github.com/buildo/state/issues/35)

## [v0.6.1](https://github.com/buildo/state/tree/v0.6.1) (2017-07-18)
[Full Changelog](https://github.com/buildo/state/compare/v0.6.0...v0.6.1)

#### New features:

- treat `flushTimeoutMSec` as a "problem occuring" more than a "feature" [#33](https://github.com/buildo/state/issues/33)
- try validate state after transition [#25](https://github.com/buildo/state/issues/25)

## [v0.6.0](https://github.com/buildo/state/tree/v0.6.0) (2017-07-14)
[Full Changelog](https://github.com/buildo/state/compare/v0.5.1...v0.6.0)

#### Breaking:

- breaking: enforce omitByF(t.Nil.is) also for changes coming from browser [#31](https://github.com/buildo/state/issues/31)

## [v0.5.1](https://github.com/buildo/state/tree/v0.5.1) (2017-07-07)
[Full Changelog](https://github.com/buildo/state/compare/v0.5.0...v0.5.1)

#### New features:

- bump rxjs dep [#29](https://github.com/buildo/state/issues/29)

## [v0.5.0](https://github.com/buildo/state/tree/v0.5.0) (2017-06-23)
[Full Changelog](https://github.com/buildo/state/compare/v0.4.2...v0.5.0)

#### Breaking:

- [poc] stato new api [#27](https://github.com/buildo/state/issues/27)

#### New features:

- use scriptoni for linting [#23](https://github.com/buildo/state/issues/23)

## [v0.4.2](https://github.com/buildo/state/tree/v0.4.2) (2017-03-14)
[Full Changelog](https://github.com/buildo/state/compare/v0.4.1...v0.4.2)

#### New features:

- update rxjs dep [#21](https://github.com/buildo/state/issues/21)
- backport babel-preset-buildo [#19](https://github.com/buildo/state/issues/19)

## [v0.4.1](https://github.com/buildo/state/tree/v0.4.1) (2017-02-15)
[Full Changelog](https://github.com/buildo/state/compare/v0.4.0...v0.4.1)

#### New features:

- remove `compomentWillMount` in favor of state initializer + `componentDidMount` [#17](https://github.com/buildo/state/issues/17)

## [v0.4.0](https://github.com/buildo/state/tree/v0.4.0) (2017-02-08)
[Full Changelog](https://github.com/buildo/state/compare/v0.3.1...v0.4.0)

#### Breaking:

- add a way to decide what should be serialized to the browser [#15](https://github.com/buildo/state/issues/15)

## [v0.3.1](https://github.com/buildo/state/tree/v0.3.1) (2017-01-31)
[Full Changelog](https://github.com/buildo/state/compare/v0.3.0...v0.3.1)

#### New features:

- explicity declare rxjs as a dependency [#13](https://github.com/buildo/state/issues/13)

## [v0.3.0](https://github.com/buildo/state/tree/v0.3.0) (2017-01-23)
[Full Changelog](https://github.com/buildo/state/compare/v0.2.0...v0.3.0)

#### Breaking:

- build & publish to npm [#11](https://github.com/buildo/state/issues/11)

## [v0.2.0](https://github.com/buildo/state/tree/v0.2.0) (2016-12-08)
[Full Changelog](https://github.com/buildo/state/compare/v0.1.1...v0.2.0)

#### Breaking:

- run `transitionReducer` also when merging a user-init change [#9](https://github.com/buildo/state/issues/9)

## [v0.1.1](https://github.com/buildo/state/tree/v0.1.1) (2016-12-08)
[Full Changelog](https://github.com/buildo/state/compare/v0.1.0...v0.1.1)

## [v0.1.0](https://github.com/buildo/state/tree/v0.1.0) (2016-07-27)


#### Fixes (bugs & defects):

- [transition] multiple sync transitions and pending state [#2](https://github.com/buildo/state/issues/2)