Skip to content

0.25.0

Choose a tag to compare

@github-actions github-actions released this 20 Jun 11:10
· 133 commits to master since this release

Language

  • Allow defining fallback Html for async components. (#772)
  • Allow decoding and encoding Map with any type of keys. (#513)
  • Implement hash routing. (#779)

Standard Library

  • Added Object.Error.fromString function.

CLI

  • Add command line switch to display browser output during mint test. (#770 @MathiusD)
  • Add more information for the lint command with the --json flag. (#465)
  • Show warning for port mismatch when running tests. (#684)

Language Server

  • Implement textDocument/documentSymbol request for the language server. (#647)
  • Implement simple diagnostics provider for the language server.
  • Add keyword completions to the language server. (#512)

Bugfixes

  • Copy mappings when creating fresh records.
  • Make sure captured arguments are compiled into the correct place.
  • Don't restrict environment variables to the project directory. (#771)

Housekeeping

  • Fix mint compilation with Crystal version between 1.8.X & 1.10.X. (#769 @MathiusD)
  • Use latest version of Crystal. (1.16.0)