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
We've had to cut corners, make compromises, and leave some things unresolved. Fortunately, we've also kept the log of all the problems and potential issues we ran into (or created).
I've gone through all the notes from the different places we've used to keep track of our progress, and converted the relevant ones into GitHub issues marked with the post-0.12.0 label.
This process included notes and issues from:
GitHub
Notion page for Restructuring tasks
TODOs from PR comments and unresolved PR comments
TODOs from the code
My local notes and todos
Issues
The issues are divided into 4 groups:
Regressions (affects users)
Functionality that got worse (or even broken) with 0.12.0.
Fixes (affects users)
Functionality we found out was broken while working on 0.12.0.
Improvements (affects users)
Improvements to Wasp that we thought of (or created the potential for) while working on 0.12.0.
Cleaup (doesn't affect users)
Internal chores and refactors for reducing the technical debt we've created while working on 0.12.0.
Groups aren't 100% clear-cut. Some issues can fit into multiple groups, but it shouldn't matter.
1. Regressions
The list includes regressions visible to our users:
Background
Release of Wasp 0.12.0 was pretty hectic and came with two major changes to the framework:
We've had to cut corners, make compromises, and leave some things unresolved. Fortunately, we've also kept the log of all the problems and potential issues we ran into (or created).
I've gone through all the notes from the different places we've used to keep track of our progress, and converted the relevant ones into GitHub issues marked with the
post-0.12.0
label.This process included notes and issues from:
Issues
The issues are divided into 4 groups:
Functionality that got worse (or even broken) with 0.12.0.
Functionality we found out was broken while working on 0.12.0.
Improvements to Wasp that we thought of (or created the potential for) while working on 0.12.0.
Internal chores and refactors for reducing the technical debt we've created while working on 0.12.0.
Groups aren't 100% clear-cut. Some issues can fit into multiple groups, but it shouldn't matter.
1. Regressions
The list includes regressions visible to our users:
wasp compile
#17182. Fixes
The list includes bugs visible to our users:
phantom
dir issue #18153. Improvements
The list includes issues describing how we can improve Wasp with changes visible to our users:
tsconfig
story after Wasp 0.12.0 #1827additionalSignupFields
feature togetUserFieldsFn
#16084. Refactors
The list includes refactors and cleanups invisible to our users:
Valid.hs
#1819wasp build
#1769new
from name? #1706The text was updated successfully, but these errors were encountered: