Skip to content

v0.5.0.0

Compare
Choose a tag to compare
@3noch 3noch released this 07 Feb 22:58
· 1027 commits to master since this release
57fd855
  • Add Obelisk.Route.(?/), a convenience function for constructing routes nested in Maybe. (#457)
  • Add local unpacked packages to the ob run, ob watch, and ob repl sessions. Any .cabal or hpack package inside the current obelisk project will be loaded into the session. For ob run/ob watch this means the session will automatically reload when you save a source file in any of those packages. For ob repl it means that :r will reload changes to any of those packages. There are some edge cases where this integration is still rough. Report any issues you encounter. (#489)
  • Add ob hoogle command to start a local Hoogle server for the project. (#628)
  • ob thunk pack will now attempt to automatically detect if the thunk is a private or public repo. To avoid this detection, specify --private or --public manually. (#607)
  • Fix a bug in the plain git thunk loader for thunks marked as 'private' when the revision is not in the default branch. (#648)
  • Improve handling of runtime nix dependencies. This may fix some issues encountered particularly by users on systems other than NixOS.