Release Notes
It's time for the next release of IHP: v24072020 🎉
Since the last release we have merged 85 commits by 8 contributors. You can find the major changes below. The complete changelog and the update guide can be found on GitHub.
project |> set #name "My new project" |> createRecord
would do a INSERT INTO projects (id, name, user_id) VALUES (DEFAULT, DEFAULT, ...);
instead of using the given My new project
name for the project. The sql default value is now only used when it's now overriden.
Previously updateRecord was always doing an UPDATE query where it was setting all fields. Now the UPDATE query will only update columns that have been changed using |> set #someField someValue
on the record.
[hsx|<style>h1 { color: blue}</style>|]
would trigger a parser error. This is now fixed and the inline <style>
tag is rendered as expected. Same with the <script>
tag.
Our GitHub Wiki got a new section on Troubleshooting. This might help people to find solutions to IHP problems faster when googling the error message.
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)