Release Notes
Two weeks ago we've released IHP 🎉. We're really happy about the feedback we've received so far. It's also great to see the IHP Community growing strong: 40.000 unique page views, nearly 500 stars on GitHub, 3.000 views on the youtube channel, over 600 new projects already created with IHP.
Thanks to everyone who made IHP better by contributing, giving feedback, or sharing it on social media :)
Now it's already time for the next version: v10072020. Since the last release we have merged 180 commits by 13 contributors. You can find the major changes below. The complete changelog and the update guide can be found on GitHub.
You can now generate views from the code generator. Previously views could only be generated via the controller code generator or by manually adding them.
Apps like Web or Admin can now be generated via the web dev tooling. Previously this was only possible from the terminal using new-application
.
The action generator now has a checkbox to also generate a view for the action.
REALand
DATEpreviously crashed the code generator. This has been fixed now.
BIGINT,
TIMESTAMP WITHOUT TIME ZONE,
VARCHAR, and
NUMERICare supported now. The Schema.sql parser now also knows about certain aliases (e.g. Int and Integer are the same in postgres).
The dev server is now faster and more stable on linux by not using the -fexternal-interpreter
flag of ghci. This also fixed a major bug causing the use of sessions to fail in linux development mode.
In case you have any questions, let us know in Gitter :)
To get notified about the latest updates, subscribe to the IHP newsletter.
You can also follow digitally induced on Twitter.
Leave a star at the GitHub repo: digitallyinduced/ihp
Questions, or need help with haskell type errors? Join us at Gitter (IRC Bridge available)