Skip to content

Latest commit

 

History

History
208 lines (133 loc) · 12.8 KB

CHANGELOG.md

File metadata and controls

208 lines (133 loc) · 12.8 KB

0.13.2 (2020-09-25)

0.13.1 (2020-09-07)

0.13.0 (2020-09-06)

Features

  • use TypeScript for use-machine (1b1fdae)

0.12.0 (2020-08-25)

Features

  • add onTransition-hook for useMachine (462c518)
  • start/restart in specific state is now possible(1d3e2a2)
  • add types for new update method (acf2b5d)

0.11.0 (2020-07-04)

Bug Fixes

  • or not working with new matchesState (2168822)
  • allow interpreter options to be passed to override devTool / other things if desired (except the clock) (997bc9e)
  • check for passed in machine (ce31e89)
  • handle machine creation in useMachine function (22e35b8)
  • Update CHANGELOG.md v0.10.0-beta.0 (2060e40)

Features

  • add .update-hook for handling usable updates (fd31747)
  • Add type definitions (4329796)
  • expose interpreted machine service (8065939)
  • implement useMachine (d7ce532)
  • support machine configs (59ff076)
  • warn about usable-updates on args/state changes (d278f97)

0.10.0 (2020-06-10)

Bug Fixes

  • or not working with new matchesState (118e163)

0.10.0-beta.1 (2020-06-04)

Bug Fixes

  • allow interpreter options to be passed to override devTool / other things if desired (except the clock) (0fa019a)
  • check for passed in machine (2cf1c0f)
  • handle machine creation in useMachine function (96769be)
  • Update CHANGELOG.md v0.10.0-beta.0 (84cb5b0)

Features

  • Add type definitions (15569b7)
  • expose interpreted machine service (6c63289)
  • implement useMachine (b4b2155)
  • support machine configs (c9c471c)
  • warn about usable-updates on args/state changes (85cd021)

Change Log

v0.10.0-beta.0 (2020-05-04)

This beta release of ember-statecharts comes with an improved api to work with xstate-machines directly - useMachine. Please refer to #235 for details about the idea behind useMachine and make sure to report any issues you find.

🚀 Enhancement / Feature

  • #235 Initial implementation useMachine-api

Committers: 1

Full Changelog

v0.9.0 (2020-04-09)

Full Changelog

🏠 Internal

  • #217 Update docs to Octane
  • #217 Update xstate to 4.8.0

See xstate#4.8.0 - release notes for new xstate release notes.

Committers: 2

v0.8.2 (2019-07-05)

Full Changelog

🏠 Internal

See xstate#4.6.4 - release notes for new xstate release notes.

Committers: 1

v0.8.1 (2019-07-05)

Full Changelog

🚀 Enhancement / Feature

Finally we have an addon-docs page 🚀.

Committers: 1

v0.8.0 (2019-06-16)

Full Changelog

🚀 Enhancement / Feature

matchesState and debugState now also support statecharts that are named differently than statechart.

:House: Internal

See xstate#4.6.0 - release notes for new xstate features.

Committers: 1

v0.7.1 (2019-04-25)

Full Changelog

🐛 Bug Fix

Committers: 1

v0.7.0 (2019-04-19)

Full Changelog

💥 Breaking Change - 🚀 Feature / Enhancement

🏠 Internal

v0.6.1 (2018-12-02)

Full Changelog

v0.6.0 (2018-11-05)

Full Changelog

v0.5.0 (2018-10-01)

Full Changelog

v0.4.0 (2018-09-24)

Full Changelog

v0.3.0 (2018-09-03)

Full Changelog

v0.2.0 (2018-08-31)

Full Changelog

v0.1.0 (2018-07-05)

Full Changelog

  • no changes since v0.1.0-beta.0

v0.1.0-beta.0 (2018-05-22)

Full Changelog

v0.0.2 (2018-05-21)

Full Changelog

v0.0.1 (2018-05-07)

  • initial implementation of statechart util and mixin