Breaking: support for v4 elmish
Support newest version of Elmish v4 with the new subscription system (by @kspeakman)
Remove Fable.Elmish.Browser dependency
Fix HMR support, it was not working in beta-001
Support for elmish v4
Remove Program.toNavigable
shadowing because Elmish.Browser
can now remove its listeners by itself
UNLISTED
Support for elmish v4
Remove Program.toNavigable
shadowing because Elmish.Browser
can now remove its listeners by itself
PR #37: Mitigate problem where hot.dispose
run late compared to hot.accept
(Vite seems to be doing that sometimes...)
PR #36: Add a comment on Webpack HMR support detection to redirect the user to the issue explaining what is happening.
Make a new major released which include un-listed version 4.2.0, 4.2.1, 4.3.0, and 4.3.1
Add a comment on Vite HMR support detection to redirect the user to the issue explaining what is happening.
Fix Program.toNavigable
version when a Bundler is detected. It was not registering the listener for the location change.
Fix #34: Lower FSharp.Core requirement
Rework bundler detection adding try ... with
when detecting the bundler used to avoid RefrenceError
exception
Fix GIF url in the README
Fix #29: Add support for Webpack, Parcel and Vite
Upgrade dependency Fable.Elmish.Browser to 3.0.4 (see https://github.com/elmish/hmr/issues/27)
Fix #25: Fix React shadowing calls to use the LazyView
from HMR
Release stable version
Upgrade Fable.Elmish.Browser (by @alfonsogarciacaro)
Re-add the non debuggin Helpers so people can just open Elmish.HMR
(by @alfonsogarciacaro)
Inline functions (by @alfonsogarciacaro)
Update to Elmish 3.0.0-beta-7 (by @alfonsogarciacaro)
Update to Fable.Core
v3-beta
Includes: Fix ReactNative
Includes: Add shadowing function for runWith
by @theimowski
Elmish 3.0 compat
Fix ReactNative
Add shadowing function for runWith
by @theimowski
Fix HMR by including Elmish_HMR_Count
variable in window namespace
Fix Release
version of lazyView
, lazyView2
, lazyView3
and lazyViewWith
Fix HMR support for Elmish apps and shadow more API
Release stable
Add shadow version of Program.toNavigable
Release 2.0.0
Use Fable.Import.HMR instead of local binding
Re-releasing v1.x for Fable 2
Backporting build
Release 1.0.0
Release in beta
Initial hmr release