Skip to content

Latest commit

 

History

History
245 lines (120 loc) · 8.09 KB

CHANGELOG.md

File metadata and controls

245 lines (120 loc) · 8.09 KB

Change Log

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.9.0 (2020-01-02)

0.8.3 (2019-06-25)

Bug Fixes

0.8.2 (2019-06-25)

Bug Fixes

0.8.1 (2019-06-19)

Bug Fixes

  • Ignore examples/BlazorStandAlone (ea5a318)
  • Update Client side example (bcbf6b9)

0.8.0 (2019-06-19)

Features

  • Update to .Net Core preview6 (6494fc3)

0.7.3 (2019-03-15)

Bug Fixes

0.7.2 (2019-03-15)

Bug Fixes

0.7.1 (2019-03-15)

Features

  • Add RealmStateContainer (3af8cec)

0.7.0 (2019-01-05)

Features

  • Upgrade to Blazor 0.7.0 (88ccd13)

0.6.0 (2019-01-05)

Bug Fixes

Features

  • Upgrade to Blazor 0.6.0 (28a7db2)

0.5.9 (2018-08-04)

Bug Fixes

  • Add ReduxDevTools middleware (2c61342)
  • Allow for empty actionsToIgnore list (05da838)
  • build and package references for reduxdevtool (6b52964)
  • Change Store.State to Store.GetState (1fbb468)
  • Decouple store & builder. (6a5df87)
  • manually updated failed version bump (9125527)
  • Move extensions to dedicated namespace (7868074)
  • support blazor 0.5.x (45ff911)
  • testing new build scripts (5c99d05)
  • Update assembly name (202281e)
  • Update assembly name and references to Realm (7e64317)
  • Update build for single version mono repo (0b76764)
  • Update build scripts (a851673)
  • Update default root namespace (1c9cd30)
  • Update dispatcher to return state (627cf4a)
  • Update IStoreBuilder contract (4447f5f)
  • Update license and package meta data (2c8f924)
  • Update license and package meta data. (700f39b)
  • Update postbump build script (fc0b2e1)
  • Update RealmComponent (ccf466d)
  • Version reference for BlazorRealm (9368fb3)

Features

0.5.8 (2018-07-02)

Bug Fixes

  • Move extensions to dedicated namespace (7868074)

0.5.7 (2018-06-14)

Bug Fixes

  • Update IStoreBuilder contract (4447f5f)

0.5.6 (2018-06-14)

Bug Fixes

  • Change Store.State to Store.GetState (1fbb468)

0.5.5 (2018-06-14)

Bug Fixes

  • Decouple store & builder. (6a5df87)

0.5.4 (2018-06-12)

Bug Fixes

  • Allow for empty actionsToIgnore list (05da838)

0.5.3 (2018-06-11)

Bug Fixes

  • build and package references for reduxdevtool (6b52964)

0.5.2 (2018-06-11)

Bug Fixes

  • Add ReduxDevTools middleware (2c61342)

0.5.1 (2018-06-11)

Bug Fixes

  • Update build for single version mono repo (0b76764)

0.5.0 (2018-06-11)

Bug Fixes

  • manually updated failed version bump (9125527)
  • testing new build scripts (5c99d05)
  • Update assembly name (202281e)
  • Update assembly name and references to Realm (7e64317)
  • Update build scripts (a851673)
  • Update default root namespace (1c9cd30)
  • Update dispatcher to return state (627cf4a)
  • Update license and package meta data (2c8f924)
  • Update license and package meta data. (700f39b)
  • Update postbump build script (fc0b2e1)
  • Update RealmComponent (ccf466d)
  • Version reference for BlazorRealm (9368fb3)

Features