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
allow a constructor which accepts the builder as input. (#31)
if for an unexpected reason the builder generator crashes it now adds information about during which class and general location in the process it crashes (#44)
The builder generator now tries to generate as many builders as possible, even if builder generation would result in a runtime exception of the generator itself. (#44)