Skip to content

v2.3.0-beta.1

Pre-release
Pre-release
Compare
Choose a tag to compare
@jfmengels jfmengels released this 25 Jul 21:00
  • Add a section to try elm-review out easily 053d3ac
  • Add test to check that init with a template works c08e186
  • Add --template flag to the init subcommand b4a980b
  • Extract remote template operations out into a separate module cab7fb2
  • Simplify internal template representation by merging userName and repoName 7e60166
  • Allow empty trailing commas when specifying the pat to a template 51a151d
  • Have a nice error message when config's elm.json happens to be an application 020f3a7
  • Template downloading: Only download Elm files 6e5e497
  • Remove outdated comment 8159335
  • Print an error if the configuration is empty 1e72c78
  • Add --template to the --help information 6311ae3
  • Throw an error when using both --config and --template in review mode 4a06866
  • Update paths to the review elm.json in snapshots c2cfb9d
  • Remove personal token 0db610e
  • Make --template work when no path is given d77f7f6
  • Give different names to the compiled file based on the build arguments 787831c
  • Make Flow happy fd7b73a
  • Remove/move comments b667633
  • Remove commit information from the app state a96cdf9
  • Print pretty JSON when running CLI tests 71e06c7
  • Fix --template not building the right configuration 223d927
  • Download template files directly to the temporary build folder a880d2b
  • Delete remote-template downloads when running tests eefaeef
  • Reword error when remote template has missing/outdated elm-review dependency 9972f05
  • Add color for missing/outdated elm-review dependencies b475ae8
  • Add a test for when elm-review is not a direct dependency 7dd0b0f
  • Add a test for when the elm-review version is outdated 5b4b2e8
  • Inline downloadTemplate cad119f
  • Avoid re-downloading and building if the template already exists 4ae4e28
  • Duplicate local and remote builds d7a8e9a
  • Refactor template downloading code 1d7a1a0
  • Remote template: Add ability to specify template folder 64775a9
  • Remote template: Give a nice error message when the repo does not have the template folder bcac11b
  • Add ability to run with a GitHub access token fc0422c
  • Do not run in debug mode for most cases e72a9a3
  • Remote template: Give a nice error message when a branch/commit is not found 16500b8
  • Remote template: Give a nice error message when the repository is not found and a branch is given 9beec1c
  • Remote template: Give a nice error message when the repository is not found and no branch is given 4578924
  • Add test for using --template in review mode 2e4c3f6
  • Use commit when downloading the contents of the example folder 64aa047
  • Fix Flow warnings 32bc9b3
  • Fix XO problems 1bcb9c8
  • Use non-mocked commit when getting user source to compile 3e0eb8c
  • Rename --from-example to --template 2241682
  • Use the default branch given by the GitHub API c140951
  • Make --from-example use the user args, not mocked data 0d57b51
  • Fetch commit associated to the example configuration 2afc078
  • filelisting 27fc465
  • Store commit associated with the current branch in the state 0e5c3c7
  • Compile and analyze using the downloaded example configuration 41fd96d
  • Download all files from the example 29c25a4
  • Download elm.json of an example configuration bc91fe6
  • Add --from-example flag da48712
  • Anonymize paths in stack traces ea3227b
  • Separate debug logs and anonymization into different modules 5c27060
  • Print all error messages to stdout 0aea378
  • Re-organize tests a bit 191b80c
  • CLI tests: Delete elm-stuff before running f18f61a
  • Disconnect --debug and --FOR-TESTS 3c1d238
  • Replace version in messages by something that will not break at every version d4c5589
  • Make debug paths relative for CLI tests 8ecf526
  • Make the API of the debug module more like a module a6041f8
  • Improve diff output in CLI tests 38583b5
  • Fix output difference 0ed01bb
  • Add tests suite for --help 06393bc
  • Add test suite when there is no error and when using --config 799957b
  • Rename snapshot name de5cf1f
  • Print test title when recording CLI tests 4569bac
  • Remove outdated snapshots when tests disappear c1767cc
  • Run tests in several configurations 8701c9f
  • Remove probably not useful test 13582c8
  • Introducing test failure, to be fixed later 084faef
  • Remove useless exit command fd6dbf5
  • Make test run output more readable beb5e15
  • CLI tests: Make it possible to run them from different folders 93e03df
  • CLI tests: Fail nicely if a snapshot is missing eff326a
  • Add snapshot to test debug+JSON mode f292101
  • CLI tests: Have a single list of tests ca6e101
  • Fix errors in test script 9cdaf8b
  • Add more tests 66272c7
  • Add record script 6f5fb9d
  • Creating tests for running the review e70aebe
  • Simplify catch clauses 838ad09

v2.2.6...v2.3.0-beta.1