Releases: DiamondMVC/Diamond
Beta Release - v3.0.0
This version comes with breaking changes and should not be used in production unless you're experienced with Diamond already.
Stable Release - 2.10.1
Stable Release - 2.10.0
This release comes with additional GDPR implementations such as more privacy during logging, detection of sensitive data etc.
Stable Release - 2.9.3
This release comes with:
- Secure file-access
- Caching
- Static views
- New metadatas for views
- GDPR helper functionality
- More standard imports for views
- Ability to handle no-actions for controllers (Useful for certain REST designs)
- Database relationships
- Data-proxy for data-management with the ORM
- Host white-list
Stable Release - 2.9.2
This release comes with a function to uppercase the first character in a string.
Stable Release - 2.9.1
This release fixes a major bug that caused applications to crash with urls that had double slashes.
This release also comes with better error messages for views.
Stable Release - 2.9.0
This release comes with SEO functionality.
You can read more about it here: http://diamondmvc.org/docs/web-advanced/#seo
Also this marks the end of placeHolder's deprecation process and thus all places using placeHolder must be replaced with placeholder.
Stable Release - 2.8.6
This release comes with the following features:
- Mongodb wrapper
- Markdown parser (compile-time compatible)
- New view metadata entries for content-types
- Specialized placeholders for partial view rendering
Stable Release - 2.8.5
This release comes with wrappers around vibe.d's asynchronous tasks as well things like delayed tasks and task schedulers.
Stable Release - 2.8.4
This release comes with an update to file upload handling, passing the file name to the handler.