Skip to content

v0.4.0.0

Compare
Choose a tag to compare
@3noch 3noch released this 10 Jan 22:58
· 1170 commits to master since this release
5c29c50
  • Bump reflex-platform which, notably, bumps nixpkgs to 19.09. (#585)
  • Add new thunk loader for Git repositories that supports file:// Git remotes and supports private repositories via builtins.fetchGit for private repositories (when the git.json file specifies "private": true). (#594)
  • Add a new thunk loader for GitHub repositories that uses builtins.fetchTarball for public repositories to increase loader performance and uses fetchFromGitHub for private repositories (when the github.json file specifies "private": true). Note that fetchFromGitHub requires some Nix configuration for the Nix builder to access the repository. If ob thunk pack fails in this case, use -v to see Nix's helpful message. (#594)
  • Add --public/--private options to ob thunk pack to specify if a repository should be treated as a public or private. (#594)
  • Improve error messaging when a dependency doesn't have the expected .cabal or package.yaml file. (#597)
  • Improve the skeleton in small ways. (#593, #589)
  • Fix ob commands to again support running from any subdirectory of an obelisk project (#591)
  • Add reflex-platform-func argument to Obelisk's default.nix. It defaults to it's prior behavior of using the reflex-platform in in dep. (#612)