Skip to content

Latest commit

 

History

History
41 lines (22 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

41 lines (22 loc) · 1.18 KB

Change Log

All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning.

v3.1.0 2022-04-06

  • This adds support for ManyForms fields, the primary PR for which is here: team-formalist/formalist-rb#93 It adds support for adding, re-ordering and removing the children of many forms fields.

v3.0.2 2018-11-27

  • Upgrade nodemon to avoid event-stream and flatmap-stream security issue

v3.0.1 2018-10-16

  • Use americanized spelling for initialize references

v3.0.0 2018-10-11

v2.0.2 2017-03-12

  • Fix bug where buses were singletons (and thus shared between all instances).

v2.0.1 2017-03-12

  • Remove broken TEST define for now.

v2.0.0 2017-03-12

  • Added internal and external event bus structure.
  • Removed direct access to redux store, now exposed through the event bus and the getState method.

v1.0.0 2017-02-23

  • No changes. Releasing as v1.0.0 for better semver compatibility.

v0.0.1 2017-01-23

  • First release