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
#249. Introduce Database.Esqueleto.Legacy, warn on Database.Esqueleto, and point folks to Experimental syntax as new default.
esqueleto-3.6
This release ended up having enough going on that I want to do another breaking change, so I am delaying the default changing to 3.7.
esqueleto-3.7
#250. Database.Esqueleto officially points to experimental syntax. Database.Esqueleto.Legacy and Database.Esqueleto.Experimental get warnings, noting that they'll be deleted in the next version.
esqueleto-4.0
Legacy syntax is completely deleted.
The text was updated successfully, but these errors were encountered:
Is there a plan how to deal with legacy code that relies on the old syntax? I have inherited a significant code base written in the old style and it's hardly feasible to rewrite it all.
This should occur in multiple phases:
esqueleto-3.5
#249. Introduce
Database.Esqueleto.Legacy
, warn onDatabase.Esqueleto
, and point folks to Experimental syntax as new default.esqueleto-3.6
This release ended up having enough going on that I want to do another breaking change, so I am delaying the default changing to 3.7.
esqueleto-3.7
#250.
Database.Esqueleto
officially points to experimental syntax.Database.Esqueleto.Legacy
andDatabase.Esqueleto.Experimental
get warnings, noting that they'll be deleted in the next version.esqueleto-4.0
Legacy syntax is completely deleted.
The text was updated successfully, but these errors were encountered: