It's time for the next release of IHP: v20201030 🎉 This release mainly focus on improving existing functionality and making things more stable :) Since the last release we also reached an important milestone: IHP is now the second biggest haskell framework measured by GitHub stars - just 5 months after it's initial public release. The future of haskell web dev is happening right here 🚀
Update DB will now be displayed in a more useful way. Previously the error message just displayed the full postgresql output in a single line. Now the error message is displayed like this:
tailwindcss into your IHP projects. You can find the guide here: https://ihp.digitallyinduced.com/Guide/tailwindcss.html
How many people are running at which IHP version? What is the primary OS people are using IHP on? How many active users are working with IHP? we added Telemetry to the local dev server that runs when you call ./start. The dev server reports ihpVersion, os, architecture and a anonymous project id to ihp-telemetry.digitallyinduced.com. You can opt-out by setting a env var IHP_DISABLE_TELEMETRY=1
ON DELETE SET DEFAULT: Next to ON DELETE SET NULL you can now use SET DEFAULT.
POINT column in IHP. The Point type is also supported inside the param functions.
New Migration Generator now automatically creates the Application/Migration directory on first use
setLayout is not called inside the application lifecycle IHP will now continue to render a view. Previously it would crash when calling render without a layout.
migrate command
Next button at the bottom of the first sections.
DEBUG=1 ./start).
Cannot start app as postgres is not ready yet. This error cannot happen anymore since we added database pools. Usually when this happens it's usually a false alarm.
See the UPGRADE.md for upgrade instructions.
If you have any problems with updating, let us know on the IHP forum. Or join our new slack.
📧 To stay in the loop, subscribe to the IHP release emails. Or follow digitally induced on twitter..
📅 The next release is expected to be released on 11.12.2020.
