You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Breaking Changes Change the way alternate models are used. Rather than sending in a string/name of the model, you now import the model function itself and pass that in. This enables people to extend the library and experiment with models that support partial play.(#296) c477d12, as an example of how your calls would change, see this test
Breaking Changes Removes support for node 11-13 (#286) 5bb0a94, this version will also support Node 14/es2020. Next major version will not be until sometime after 2023-04-30 when 16/es2021 is the current LTS compile target.