Skip to content

Releases: DiamondMVC/Diamond

Beta Release - v3.0.0

31 Mar 19:17
d9f7249
Compare
Choose a tag to compare
Beta Release - v3.0.0 Pre-release
Pre-release

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

10 Jun 02:10
d3e94d4
Compare
Choose a tag to compare

This release comes with a function to add view routes as an alternative to specifying routes within views.

Stable Release - 2.10.0

09 Jun 18:56
115d489
Compare
Choose a tag to compare

This release comes with additional GDPR implementations such as more privacy during logging, detection of sensitive data etc.

Stable Release - 2.9.3

10 May 11:45
7fa9685
Compare
Choose a tag to compare

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

30 Apr 13:14
fafc749
Compare
Choose a tag to compare

This release comes with a function to uppercase the first character in a string.

Stable Release - 2.9.1

15 Apr 17:18
771c8f4
Compare
Choose a tag to compare

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

09 Apr 17:58
4a1fd48
Compare
Choose a tag to compare

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

04 Apr 22:43
06b5699
Compare
Choose a tag to compare

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

31 Mar 20:07
7c525e9
Compare
Choose a tag to compare

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

30 Mar 12:14
75a3b3e
Compare
Choose a tag to compare

This release comes with an update to file upload handling, passing the file name to the handler.