ratatouille v0.3.0 Release Notes

Release Date: 2019-01-25 // about 5 years ago
  • 🔄 Changed

    • Element attributes are now validated based on the element's spec. Some attributes are optional, while others are required. It's not allowed to pass attributes that are not defined in the spec.
    • The View DSL was extracted to Ratatouille.View. Imports like import Ratatouille.Renderer.View should be updated to import Ratatouille.View.