Mandarine.TS
v1.0.1
v1.0.1
  • Mandarine.TS
  • Getting started
  • Concepts
  • Mandarine Project Structure
  • Mandarine CLI
    • CLI Reference
      • mandarine new
      • mandarine generate
      • mandarine run
  • Mandarine Core
    • Core Initialization
    • Properties
      • The @Value Decorator
    • Components
      • Controller
      • Middleware
      • Repository
      • Component
      • Service
      • Configuration
      • Manual Component
    • Dependency Injection
      • Accessing DI container
    • Resource Handlers
      • Resource Handler Registry
      • Resource Handler
      • Resource Resolver
  • Mandarine MVC
    • Web MVC
    • Controllers
      • Routes
        • Parameterized Routes
      • HTTP Handlers
      • @ResponseStatus
    • Custom Middleware
    • Session Middleware
    • Template Engine
      • @Render Decorator
      • Accessing data from template
    • Launching web-app
    • Serving Static Content
  • Mandarine Security
    • Sessions
  • Mandarine Data
    • ORM
      • Data source
      • Models
      • Repositories
        • Interacting with data
        • Updating data
    • Mandarine Query Language
  • Resources
    • Changelog
Powered by GitBook
On this page
  • 1.0.1 - 2020-06-06
  • Fixed
  • Added

Was this helpful?

  1. Resources

Changelog

1.0.1 - 2020-06-06

Fixed

  • Error that was allowing Middleware to be intercepted if it contains the RegExp source, when it should be activated when URL started with RegExp source.

Added

  • Static content server

  • Resource Handlers

  • Denjucks template support

PreviousMandarine Query Language

Last updated 5 years ago

Was this helpful?