Skip to content

v0.7.0.0

Compare
Choose a tag to compare
@3noch 3noch released this 19 Mar 14:30
· 874 commits to master since this release
83d20a9
  • Fully support HTTP Range requests on static assets to support Safari. (#664)
  • Support non-EC2 deployments. (#658)
  • Fix ob deploy test android to work. (#645)
  • Fix vulnerability where Android deployments would leave signing keys in the nix store which is world readable. (#645) (Thanks to kmicklas for the report.)
  • Add Obelisk.Backend.runBackendWith to allow several customizations. (#668, #644)
  • Add ob profile command to run Obelisk projects with profiling. ob profile works like ob run, but instead of using ghci, it builds an executable that is built with profiling enabled. (#654)
  • Obelisk's default.nix now exposes mkAssets function which is used to construct the assets served by an Obelisk application. (#651)
  • Bump reflex-platform to v0.5.2.0. (#671)