serum v0.8.2 Release Notes

Release Date: 2019-02-14 // about 5 years ago
  • ๐Ÿ›  Fixed

    • ๐Ÿ”„ Changed the backend of filesystem watcher from fs to file_system. This will fix development server issues on macOS.

    ๐Ÿ”„ Changed

    • Serum now tries to compile the project codes (in lib/) when the user invokes mix serum.build or mix serum.server task.
    • ๐Ÿ”จ Refactored (maybe reimplemented) template helper macros except include/1. This change may not affect the existing behavior.