With a few API changes I would like to make, this issue exists to plan out releases and how to manage those changes. # Version 2.1 - Add `many` method #899 - Add `one` method #901 (but do not make any breaking changes). Update documentation to suggest using that method directly. # Version 3.0 - Rename `build` to `createBuilder` and add deprecation warning to `build` #900. Update documentation to use exclusively `createBuilder` - Change `any` to `unknown` #867 # Version 4.0 - remove `build` method entirely
With a few API changes I would like to make, this issue exists to plan out releases and how to manage those changes.
Version 2.1
manymethod Implement builder.many(N) #899onemethod Make the builder be an object with methods on, rather than a function with extra method properties #901 (but do not make any breaking changes). Update documentation to suggest using that method directly.Version 3.0
buildtocreateBuilderand add deprecation warning tobuildRename thebuildmethod #900. Update documentation to use exclusivelycreateBuilderanytounknownChangeanytounknown#867Version 4.0
buildmethod entirely