Skip to content

v0.18.0

Choose a tag to compare

@Mortaro Mortaro released this 11 May 17:08
· 79 commits to master since this release
1be78bb

UPDATES

  • ✨ Server HMR
  • ✨ Hidden source maps for production
  • 🦀 Rust compiler for Nullstack specific JS/TS transforms
  • 🦀Rust minification for CSS
  • 💄 Improved CLI with new trace option and better visuals
  • 💄 Improved Webpack Messages by @ddanielcruz
  • ♻️ Improved TypeScript templates by @brunolm
  • ♻️ Quality of life internal code cleanups
  • 🐛 Bug fixes in exposed server functions by @edysegura
  • 🐛 Fix files clean up when creating browser extensions

MIGRATIONS

  • bump version to 0.18.0 on package.json
  • if you are using a custom Webpack config:
    • Make sure you have guards for rule tests like config.module.rules.find((rule) => rule.test && rule.test.test('.css')
    • Make sure not to override the default alias options