Skip to content

0.7.4

Choose a tag to compare

@mikebronner mikebronner released this 29 Aug 21:47
6539e42

Added

  • ✨ Component-member navigation & completion in Blade (wire: values, $this->…, $ variables) by @marlonbasten in #335
  • ✨ Filament $view-property pages: typed variables, goto, hover, diagnostics by @marlonbasten in #334
  • ✨ Modular monoliths: module-local config, providers, and Livewire namespaces by @marlonbasten in #336
  • ✨ Hover and go-to-definition on keys in .env buffers by @mikebronner in #353

Fixed

  • 🐛 Remove bash-language-server shellcheck injection & justify .env attach by @mikebronner in #338
  • 🐛 Env completion offers the LSP process's own environment, values inline by @mikebronner in #343
  • 🐛 Route every "is this an env file?" check through one strict predicate (3 spellings, 2 loose) by @mikebronner in #346
  • 🐛 preview the app's configured locale in translation completion by @mikebronner in #347
  • 🐛 mask sensitive .env values in LSP output by @mikebronner in #348
  • 🐛 Cache-hit regression tests are blind to config_lookup::resolve_value's disk reads by @mikebronner in #357
  • 🐛 The warm-start env-var cache has no display consumer — wire it up or delete it by @mikebronner in #359
  • 🐛 modular-monolith precedence and containment follow-ups from #336 by @mikebronner in #360
  • 🐛 percent-encode userinfo in database URL construction by @mikebronner in #363
  • 🐛Component-member navigation: follow-ups from #335 by @mikebronner in #361
  • 🐛 mask the whole credential when a password contains an unencoded @ by @mikebronner in #358
  • 🐛 Route the external-PHP disk loader through the path_within_root containment guard by @mikebronner in #366
  • 🐛 External-PHP loader ownership is acquired but never released — a discarded buffer serves phantom text after did_close by @mikebronner in #367

Full Changelog: 0.7.3...0.7.4