Skip to content

v3.0.0

Compare
Choose a tag to compare
@philihp philihp released this 28 Nov 19:27
· 388 commits to main since this release
8daf1f5
  • 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.
  • Adds Typescript types (#240) 8e46c2a

v2.1.0...v3.0.0